Skip to content

books storage REST API service with JSON web tokens authentication

Notifications You must be signed in to change notification settings

starling-21/flask_rest_api__books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask REST API for books_storage app with JSON web token authentication.

(template project for Flask REST_full service)

HTTP methods used for manipulating with objects:

  • GET (retrieaving books objects)
  • POST (creating new book and obtaining JWT tokens)
  • PUT (full book object update)
  • PATCH (partial book object update)
  • DELETE (speaks for itself)

About

books storage REST API service with JSON web tokens authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages