Time to add an API!
APIs are kind of a thing nowadays. So let's add some api to Ramilus!
What I looked at so far:
1. flask_restful - allows for easy Flask integration with Blueprints, but last release was in 2014. So go next.. Turns out it is still being maintained (sorta). No swagger though
2. Flask API - ui looks mediocre, dropped by created, so go next
3. Fast API - very cool, but that's a whole different framework. I think there is a way to integrate to flask with WSGI, but seems troublesome.
4. flask restplus - cool but not maintained
5. flask-restx - maintained *check*, good ui *check*, Pydantic types *no check*? swagger *check*