Navigation

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

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

Related Topics

  • Documentation overview

Quick search

Enter search terms or a module, class or function name.

© Copyright 2012, 2013, 2014, 2015 Jeffrey Finkelstein. Created using Sphinx.