Test RTD
develop

REST API

  • Setup a frontend to consume API
  • Configuration
  • Response and Errors
  • Auhtentication
  • Pagination
  • Customize endpoints
  • Formatting BEdita objects
  • API reference
  • Markdown page
Test RTD
  • Docs »
  • Edit on GitHub

HTTP Routing Table

/auth | /me | /objects | /poster
 
/auth
GET /auth
POST /auth
DELETE /auth/(string:refresh_token)
 
/me
GET /me
 
/objects
GET /objects
GET /objects/(object_id)
GET /objects/(object_id)/children
GET /objects/(object_id)/children/(int:child_id)
GET /objects/(object_id)/contents
GET /objects/(object_id)/descendants
GET /objects/(object_id)/relations
GET /objects/(object_id)/relations/(string:relation_name)
GET /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
GET /objects/(object_id)/sections
GET /objects/(object_id)/siblings
POST /objects
POST /objects/(object_id)/children
POST /objects/(object_id)/relations/(string:relation_name)
PUT /objects/(object_id)/children/(int:child_id)
PUT /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
DELETE /objects/(object_id)
DELETE /objects/(object_id)/children/(int:child_id)
DELETE /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
 
/poster
GET /poster/(object_id)

© Copyright 2015, Alberto Pagliarini. Revision db8cf634.

Built with Sphinx using a theme provided by Read the Docs.