Skip to content
Snippets Groups Projects
Commit 07c53552 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update service-plugins.md

parent 96f0c70a
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -223,12 +223,12 @@ def createItem(dataSet):
now assuming that the OaipmhServlet has been configured at /oaipmh path
try accessing the following urls:
- <data store url>/oaipmh/?verb=Identify - returns information about this OAI-PMH repository
- <data store url>/oaipmh/?verb=ListIdentifiers&metadataPrefix=testPrefix - returns the first 100 of data set codes and a resumption token if there is more than 100 data sets available
- <data store url>/oaipmh/?verb=ListIdentifiers&resumptionToken=<resumption token> - returns another 100 of data set codes
- <data store url>/oaipmh/?verb=ListRecords&metadataPrefix=testPrefix - returns the first 100 of data set records and a resumption token if there is more than 100 data sets available
- <data store url>/oaipmh/?verb=ListRecords&resumptionToken=<resumption token> - returns another 100 of data set records
- <data store url>/oaipmh/?verb=GetRecord&metadataPrefix=testPrefix&identifier=<data set code> - returns a record for a data set with the specified code
- \<data store url\>/oaipmh/?verb=Identify - returns information about this OAI-PMH repository
- \<data store url\>/oaipmh/?verb=ListIdentifiers&metadataPrefix=testPrefix - returns the first 100 of data set codes and a resumption token if there is more than 100 data sets available
- \<data store url\>/oaipmh/?verb=ListIdentifiers&resumptionToken=\<resumption token\> - returns another 100 of data set codes
- \<data store url\>/oaipmh/?verb=ListRecords&metadataPrefix=testPrefix - returns the first 100 of data set records and a resumption token if there is more than 100 data sets available
- \<data store url\>/oaipmh/?verb=ListRecords&resumptionToken=\<resumption token\> - returns another 100 of data set records
- \<data store url\>/oaipmh/?verb=GetRecord&metadataPrefix=testPrefix&identifier=\<data set code\> - returns a record for a data set with the specified code
#### ch.systemsx.cisd.openbis.dss.screening.server.oaipmh.ScreeningJythonBasedRequestHandler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment