starling-21 / flask_rest_api__books

books storage REST API service with JSON web tokens authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%