geopaparazzi / GSS

2 stars 5 forks source link

Django API #22

Closed frafra closed 1 year ago

frafra commented 2 years ago

This is a tentative to reimplement flutter_server_backbone using Django. I do not want to replace flutter_server, just the API.

I am using mitmproxy to analyse the responses and the requests (I created a brief API documentation with that), as well as Caddy to use Django when the endpoint is implemented, and fallback to Flutter for endpoints that have not been implemented.

Done:

Work in progress:

To-do:

Support for spatial databases will come later, as well as automatic detection of which form has been used, which would save a lot of data storage and simplify data management.

frafra commented 1 year ago

Another tool that could be used to reverse-engineer the existing API, is https://github.com/alufers/mitmproxy2swagger