Skip to content

pronapro/flask-and-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-and-swagger

Develop apis, document them and test using swagger.

The frameworks to use are flask and flasgger which perform the following functions.

  • Flask - service the api endpoint
  • flasgger - document and test api endpoint using a nice UI.

Implementation

there are two ways to add the documentation.

  1. Add the code in a dock string inside a function
  2. create a yaml file and add rhe documentation code then call the file

Access Documentation

To Access the documentation type your url in the browser then slash apidocs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages