o19s / hello-nlp

A natural language search microservice
Other
96 stars 12 forks source link

API documentation #1

Closed binarymax closed 4 years ago

binarymax commented 4 years ago

Would be nice to have automatically generated Swagger docs...but I don't know of an easy way for Flask to do that. Maybe Blueprints can do it? In any case, API docs are needed!

binarymax commented 4 years ago

Done! Moved to FastAPI and now we have fancy Swagger docs.