Navigation

  • index
  • routing table |
  • modules |
  • Flask-Restless 0.17.0 documentation »
  • HTTP Routing Table

HTTP Routing Table

/api
 
/api
GET /api/person
GET /api/person/(int:id)
GET /api/person/(int:id)/computers
GET /api/person?q=<searchjson>
POST /api/person
PUT /api/person
PUT /api/person/(int:id)
DELETE /api/person
DELETE /api/person/(int:id)
DELETE /api/person/(int:id)/computers/(int:id)
PATCH /api/person
PATCH /api/person/(int:id)

Logo

Quick search

Navigation

  • index
  • routing table |
  • modules |
  • Flask-Restless 0.17.0 documentation »
  • HTTP Routing Table
© Copyright 2021, 2013, 2014, 2015 Jeffrey Finkelstein. Created using Sphinx 3.4.3.