Just found out about a project called python-eve . Since I'm just starting out in python, this project seemed easy to start creating a python-based REST API. In this structure, there really are many functions out of the box, in particular HATEOAS, which I did not find a built-in method in the documentation google-app-engine. Anyway, can I use this infrastructure in google-app-engine? Or should I just ignore the engine application.
source
share