Requests ComposerΒΆ

Authentication
  • HTTP basic auth over HTTPS;
  • Token in HTTP headers (e.g. OAuth 2.0);
  • Query Authentication with additional signature parameters.
Exception Handling
  • Rate Limits
  • Unreliable resources
  • Intermittent failures
Pagination
  • Next page URL in response (stop when the field is empty or missing.)
  • Page number parameter (stop when page number equals number of pages listed in the response.)
  • An all pages optional parameter
Templates
Quickly compose requests from tools, templates and Curl commands.