Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.17 KB

08_api_testing_documentation_using_api_fairy.md

File metadata and controls

26 lines (16 loc) · 1.17 KB

Test And Document Flask APIs With APIFairy

APIFairy is a minimalist API framework for Flask. Among the things you can expect when working with an API like specifying the input arguments for each endpoint or defining the response format, APIFairy excels at automating a lot of these things for you. It can even automatically generate your project's API documentation.

For your reference, these are the topics in our discussion:

Table Of Content

This article is broken down into the following subsections:

Getting Started With APIFairy