Skip to content

zyd14/restapitoolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiToolbox

This package is a set of basic tools I find myself using over and over again when writing RESTful APIs using Flask. The BaseApi provides some basic input / output functionality, like request parsing and loading into a custom model object, response creation, and default exception handling for unhandled exceptions. The ideal use of these tools allows the developer to focus on the actual request processing logic and by standardizing the I/O portions of the RESTful interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages