Skip to content

thomaswetzler/academy_restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

academy_restapi

A simple Python REST API

This Repository shows up a simple Rest API with Python Flask and Connexion.

Rest APIT

REST proviedes a set of conventions taking advantage of the HTTP protocol to provide CRUD (Create, Read, Update, and Delete) functionality.
ActionHTTP VerbDescription
CreatePOSTCreate a new, unique thing
ReadGETRead the information about a thing or collection of things
UpdatePUTUpdate the information about an existing thing
DeleteDELETEDelete a thing

About

A simple Python REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published