API-M-Lite Methods
From FedoraWiki
Fedora API-M-Lite Methods
NOTE:
* THIS DOCUMENT IS OUT OF DATE. It currently reflects version 2.1.1 of Fedora. * Please see UpgradingYourApplicationForFedora2.2 for a list of API changes for 2.2. * The official WSDL for Fedora 2.2 can be found at http://www.fedora.info/definitions/api
This is a simple URI-oriented service definition for the Management service of a Fedora repository. It is intended to support a REST-like style of access to the Fedora Management web service (in contrast to a traditional SOAP web service definition). This means that we define a simple URL syntax that can be used to issue service requests. API-M-LITE does not provide service bindings for all of the operations defined in Fedora's full Management service (API-M). API-M-LITE currently only provides bindings for getNextPID. The result of the getNextPID request is either HTML or XML, whichever the client requested. When URL syntax is shown below, green indicates required parts and red indicates optional parts.
return to Fedora APIs
Method Index
[edit]getNextPID
- Gets a list of the requested next available pid(s). The PID list can be returned as XML data or as an HTML presentation.
return to Fedora APIs
