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*

Comments (2)

Finally!

Finally got to comments! That's right, ramilus's blog now allows for comments. Booyah! Click on the post name to see for yourself. That was really big update. Now there is a proper support for data/schema migrations. To Do: Better UI indicating post are clickable and have comments Done-zo

Comments (5)