Versions Compared

Key

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

...

Code Block
http://example.org/cloudsync/api/rest/

All operations share the following properties:

  • Unless otherwise noted, requests and responses will always in JSON or XML format. The default format is XML unless ".json" is specified at the end of the URL or content negotiation is used to denote a preference for the "application/json" MIME type.
  • When POST is used to add a resource (e.g. addTask), the Location response header provides the URI of the new resource upon success. The last portion of that URI will be the newly-allocated id of that resource, which is an opaque, URI-safe string.

Operations on Tasks

createTask

...