General architecture
Deployment of the API and technical specifications
Partii's API is deployed on a dedicated server (128GB RAM, AMD Epyc 7413 24c/48t) at OVH.
Configuration is Apache2 with Gunicorn3 (+ WSGI) serving a Flask application. Format is a classic REST API with GET/POST/PATCH and JWTs for authentication.
Base route and authentication
Partii's API base route is https://api.partii.fr/
Authentication is done using a bearer token through an HTTP header : {'Authorization':'Bearer <Token>'}
Last updated