Skip to content

Setup Swagger for documentation #66

@bk1713

Description

@bk1713

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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions