-
see https://github.com/rochacbruno/flasgger
better version than flask-restful
-
**As a** client
**I need** documentation on the delete_shopcarts method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Documen…
-
**As a** client
**I need** documentation on the subtotal_shopcart method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Docume…
-
**As a** client
**I need** documentation on the delete_products method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Document…
-
**As a** client
**I need** documentation on the put_product method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Documentatio…
-
**As a** client
**I need** documentation on the create_products method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Document…
-
EDIT: ~~crossed out~~ means it is covered in another issue. this issue should ultimately go away as items are pulled out per the below:
~~need to update requirements:~~
~~`flasgger==0.5.14`~~
T…
-
I believe you need to close the yaml files:
https://github.com/rochacbruno/flasgger/blob/master/flasgger/base.py#L42
https://github.com/rochacbruno/flasgger/blob/master/flasgger/base.py#L45
-
In marshmallow I can handle many collections of an object. For the
https://github.com/rochacbruno/flasgger/blob/master/examples/marshmallow_apispec.py
example how do I handle a collection of "…
-
I was going to write a minimal PR for doing this, but I wasn't sure how your test setup works in order to write a minimal test for this
Also I only care about doing this at the top level (to suppor…