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 »
  • Welcome to Test RTD’s documentation!
  • Edit on GitHub

Welcome to Test RTD’s documentation!¶

BEdita frontend app can be easily enabled to serve REST API. Once enabled the API present a set of default endpoints that can be customized for frontend needs.

REST API¶

  • Setup a frontend to consume API
    • Enable API on new frontend app
    • Enable API on old frontend app
  • Configuration
  • Response and Errors
    • Response
    • Errors
  • Auhtentication
    • Key concepts
    • Architecture
    • Customize authentication
  • Pagination
    • Define your API pagination default options
    • Paginate objects in custom endpoints
  • Customize endpoints
    • Custom endpoints
    • Blacklist endpoints
    • Enable special object types endpoints
    • Customize /objects endpoint with your own URL path filter types
  • Formatting BEdita objects
    • Introducing the ApiFormatter Component
    • Help ApiFormatter to cast object fields in the right way
    • Remove unwanted fields
    • Keep fields that are removed by default
  • API reference
    • Authentication /auth
    • Objects /objects
    • Poster /poster
    • User profile /me
  • Markdown page
    • Code test

Indices and tables¶

  • Index
  • HTTP Routing Table
Next

© Copyright 2015, Alberto Pagliarini. Revision db8cf634.

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