Versions Compared

Key

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

...

AttributesValues
HTTP MethodGET
Request URI/artifact{ collection path }
HTTP Request HeaderAuthorization: Bearer { OAuth access token }
ResponseHTTP 200 OK
Description                 Retrieves the content of the requested collection

...

Attributesvalues
HTTP MethodPUT
Request URI/artifact{ complete path of the collection to be added }
HTTP Request HeaderAuthorization: Bearer { OAuth access token }
HTTP Request HeaderMedia-Type: application/atomcoll+xml
ResponseHTTP 201 Created.
DescriptionIt adds the specified collection

...

Attributesvalues
HTTP MethodDELETE
Request URI/artifact{ collection path }?user={ user name }
HTTP Request HeaderAuthorization: Bearer { OAuth access token }
ResponseHTTP 201 Created.
DescriptionIt deletes the requested collection if it exists.

...