Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Make OSM Stats API work without FastAPI #10

Closed
robsavoye opened this issue Oct 6, 2021 · 1 comment · Fixed by #55
Closed

Make OSM Stats API work without FastAPI #10

robsavoye opened this issue Oct 6, 2021 · 1 comment · Fixed by #55

Comments

@robsavoye
Copy link
Collaborator

Currently the OSM Stats API code is only usable via a REST request. We want an API that other projects can use, or write their own front-end. The goal of this is to separate the API code that queries the databases, so it can be imported into other Python projects. The code that supports our front-end will load the same module.

This task will be complete when a unit level test case for an endpoint works that can be run as part of a CI system.

@ramyaragupathy
Copy link
Member

Related to #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants