Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

This section explains the following REST operations regarding the collection which has been secured with OAuth 2.0.

The following terms explains the meaning of the parameters passed with the below REST URIs

ParameterExplanation
collection pathPath of the resource
OAuth access tokenAuthorized access token per user for an hour by default

When a user adds a collection to the registry, the user has to specify the Media-Type of the collection in the request (as a Header). The Media-Type for the collection is "application/atomcoll+xml". If the user specifies a different content-type for the collection, the resource  to be added won't be considered as a collection.

Get the Content of a Collection

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

Add a 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 204 No Content
DescriptionIt adds the specified collection

Delete a Collection

Attributesvalues
HTTP MethodDELETE
Request URI/artifact{ collection path }
HTTP Request HeaderAuthorization: Bearer { OAuth access token }
ResponseHTTP 204 No Content
DescriptionIt deletes the requested collection if it exists.

 

 

  • No labels