Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

OpenAPI Spec for new API #68

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 2 years ago

In the "API First" mentality, create an OpenAPI Specification before implementing anything. Get feedback from one or two experienced reviewers.

Stefan4472 commented 1 year ago

See https://github.com/Stefan4472/Stefans-Blog/blob/master/flaskr/api.yaml

Open questions:

Stefan4472 commented 1 year ago

TODO: see if https://opensource.zalando.com/restful-api-guidelines/ has any tips that would be relevant here

Stefan4472 commented 1 year ago

The spec is not perfect, and will certainly have a few more bug fixes and updates in the future. However, I think it's good enough to start implementing.