Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The API encourages the proper use of GET, POST, PUT, and DELETE when interacting with the API. For all POST and PUT requests, the API will pass only post parameters to the requested resource. Similarly, for all GET and DELETE requests, the API will pass only get parameters to the requested resource.

...

Requests

The API supports hundreds of requests, and many more through API extensions, so we can't document them all here. Instead, check out the source code documentation.