luyaosuperman / python3-playground

0 stars 0 forks source link

restapi #4

Open luyaosuperman opened 7 years ago

luyaosuperman commented 7 years ago

@cjwfuller

Hi Chris,

I am creating this "issue" to track our conversation.

I have created the API spec here. It should be viewable without signing in into swagger. https://app.swaggerhub.com/apis/luyaosuperman/onlineshop/1.0.1

(1) This is the first time I sit down and write an API doc before writing the code. Thus do let me know if there is any flaw inside. Then I will start working on the actual code.

(2) It looks like swagger only supports python-flask for python when creating stub for server. Which framework do you prefer when you are using swagger?

Thank you!

cjfuller88 commented 7 years ago

Some feedback:

I have no experience of Swagger and Python (only Swagger and PHP). Flask might be fun though.