Area Analysis API
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
factoryscript based on and environment variable named MODE, see.env.sampleto view a sample. -
a
Dockerfilefor building docker image for the application and running the server as a docker container. -
docker-composefor firing up a local server in a container along with necessary resources. -
logging mechanismfor keeping logs on ELK using APM client configuration. -
automated testing frameworksetup 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
Terms of Servicehttps://fastapi.tiangolo.com/