-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a ... developer
I need ... to setup Swagger with RESTPlus plugin
So that ... we can include documentation for each of our API calls
Assumptions:
- There is an API for CRUD and and Action
- A namespace must be created
- An API model must be defined
- The import statement should be
from flask_restplus import Api, Resource, fields
Acceptance Criteria:
Given RestPlus is configured
When I import flask_restplus
Then I shouldn't have any compile errors
Reactions are currently unavailable