Gå til hovedinnhold
Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.
Version: 0.0.1

Area Analysis API

PropCloud sin egen API — ikke en del av Placepoint-API-et

Dette dokumenterer PropClouds private area-analysis-API, ikke Placepoint Unified / Data API. Beskrivelsen under er FastAPI-mal-tekst fra kildespeca og sier ingenting om innholdet.

Gatewayen på data.placepoint.no proxy-et 38 av disse rutene som produktet analysis — det ble trukket ut 2026-08-31, svarer 404 og er ute av både /discovery og OpenAPI-speca. Grunnen: vi har ingen fungerende credential mot PropClouds private flate, så rutene svarte 502 fra dag én.

Områdeaggregater er altså ikke servert i dag. Omsetnings- og prisanalyse per eiendom er det — se Data API.

This repository is prepared in order to get a quickstart on any future fastapi projects which will cover the following:

  • basic configuration layout for development, staging, and production servers which will be determined via the factory script based on and environment variable named MODE, see .env.sample to view a sample.

  • a Dockerfile for building docker image for the application and running the server as a docker container.

  • docker-compose for firing up a local server in a container along with necessary resources.

  • logging mechanism for keeping logs on ELK using APM client configuration.

  • automated testing framework setup for unit tests and api tests using pytest.

  • poetry for package and dependency management.

  • pre-commit hooks for consistent code formatting and validation.

  • GitHub Actions are configured for automated tests and validation.

  • and the basic layout for the application along with its commonly used modules and components are laid out.

Contact

Maintainer: Area Analysis API: rakib@softwrd.ai

URL: https://fastapi.tiangolo.com/

Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.