regner / albionmarket-backend

Backend for the Albion Market website.
https://albion-market.com/
MIT License
6 stars 7 forks source link

API improvements #3

Open cskwrd opened 7 years ago

cskwrd commented 7 years ago

I have written a swagger spec for the API, here. It should cover the API that is in production currently, however, some of the types for the model classes are potentially incorrect as it isn't quickly apparent from the flask API what the types should be.

Could you please use it to generate the API using swagger?

Doing so has a couple of benefits:

I know that this should probably be a PR, but I don't have any experience with python.