Cliquet
latest
  • Rationale
  • Getting started
  • HTTP Protocol
    • API Versioning
    • Authentication
    • Resource endpoints
    • Batch operations
    • Utility endpoints for OPS and Devs
    • Server timestamps
    • Backoff indicators
    • Error responses
    • Deprecation
  • Internals
  • Ecosystem
  • Troubleshooting
  • Contributing
  • Changelog
  • Contributors
Cliquet
  • Docs »
  • HTTP Protocol
  • Edit on GitHub

HTTP Protocol¶

  • API Versioning
  • Authentication
    • Basic Auth
    • OAuth Bearer token
    • Firefox Accounts
  • Resource endpoints
    • GET /{collection}
      • Filtering
      • Sorting
      • Counting
      • Polling for changes
      • Paginate
      • Partial response
      • List of available URL parameters
      • HTTP Status Codes
    • POST /{collection}
      • Validation
      • Conflicts
      • Timestamp
      • HTTP Status Codes
    • DELETE /{collection}
      • HTTP Status Codes
    • GET /{collection}/<id>
      • HTTP Status Code
    • DELETE /{collection}/<id>
      • Timestamp
      • HTTP Status Code
    • PUT /{collection}/<id>
      • Timestamp
      • HTTP Status Code
    • PATCH /{collection}/<id>
      • Read-only fields
      • Conflicts
      • Timestamp
      • HTTP Status Code
    • Notes on permissions attribute
  • Batch operations
    • POST /batch
      • HTTP Status Codes
      • About transactions
  • Utility endpoints for OPS and Devs
    • GET /
    • GET /__heartbeat__
    • GET /__lbheartbeat__
  • Server timestamps
    • Cache control
    • Concurrency control
    • Replication
  • Backoff indicators
    • Backoff header on heavy load
    • Retry-After indicators
  • Error responses
    • Protocol description
    • Retry-After indicators
    • Precondition errors
    • Conflict errors
    • Validation errors
  • Deprecation
Next Previous

© Copyright 2015-2016, Mozilla Services — Da French Team. Revision 6346dd43.

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