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

persons

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

Dette dokumenterer PropClouds private persons-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 19 av disse rutene under /person/* — de ble trukket ut 2026-08-31 og svarer 404. Fem /person/*-ruter lever fortsatt, men de går til PropCloud Public og Newsec, ikke hit, og krever person:read pluss signert databehandleravtale.

Skal du kalle noe her, trenger du PropClouds egne credentials mot deres staging-host. Se Data API for det som faktisk er servert.

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: persons: 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.