Skip to content
/ fastapi Public

Build a simple API

Notifications You must be signed in to change notification settings

ds3002/fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Demo

Endpoints:

http://api.mycompany.com/

  • GET POST PATCH DELETE /products
  • GET /products/1a2b3c4d
  • GET POST PATCH DELETE /personnel
  • GET /personnel/magee
  • GET POST PATCH DELETE /orders
  • GET /orders/2018/10
  • . . .

Methods:

  • GET - retrieving
  • POST - creating
  • PATCH - updating
  • DELETE - dropping
  • . . .

Parameters:

  • integers
  • strings
  • dates
  • decimals
  • . . .

Assignment

Go to the Assignment page for more instructions.

About

Build a simple API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published