Skip to content
Snippets Groups Projects
Commit 262962b5 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

mc in dhrep documentation.

parent c66b3c92
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
DH-oaipmh OAI-PMH Service
========= ===============
OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository. The DARIAH-DE OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository.
API Documentation API Documentation
...@@ -15,13 +15,13 @@ API Documentation ...@@ -15,13 +15,13 @@ API Documentation
^^^^^^^^ ^^^^^^^^
To check the current productive OAI-PMH version simply try: To check the current productive OAI-PMH version simply try:
https://repository.de.dariah.eu/oaipmh/oai/version https://repository.de.dariah.eu/1.0/oaipmh/oai/version
and you get the currently deployed version of the public DH-crud: and you get the currently deployed version of the OAIPMH Service:
:: ::
oaipmh-core-2.4.17-BETA.201611221844 oaipmh-core-2.12.0.201711101907
#GET /oai #GET /oai
...@@ -54,7 +54,7 @@ verb=Identify String Verb for the identify request yes ...@@ -54,7 +54,7 @@ verb=Identify String Verb for the identify request yes
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=Identify https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=Identify
**Example Response** **Example Response**
...@@ -78,7 +78,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format ...@@ -78,7 +78,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=GetRecord&identifier=11022/0000-0001-B739-1&metadataPrefix=oai_dc https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=GetRecord&identifier=11022/0000-0001-B739-1&metadataPrefix=oai_dc
**Example Response** **Example Response**
...@@ -105,7 +105,7 @@ resumptionToken String Fetching large responses in smaller parts not impleme ...@@ -105,7 +105,7 @@ resumptionToken String Fetching large responses in smaller parts not impleme
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=ListRecords&metadataPrefix=oai_dc https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListRecords&metadataPrefix=oai_dc
**Example Response** **Example Response**
...@@ -132,7 +132,7 @@ resumptionToken String Fetching large responses in smaller parts not imp ...@@ -132,7 +132,7 @@ resumptionToken String Fetching large responses in smaller parts not imp
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=ListIdentifiers&metadataPrefix=oai_dc https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListIdentifiers&metadataPrefix=oai_dc
**Example Response** **Example Response**
...@@ -155,7 +155,7 @@ identifier URI Identifier of the requested item ...@@ -155,7 +155,7 @@ identifier URI Identifier of the requested item
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=ListMetadataFormats <https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListMetadataFormats>
**Example Response** **Example Response**
...@@ -178,7 +178,7 @@ resumptionToken String Fetching large responses in smaller parts not ...@@ -178,7 +178,7 @@ resumptionToken String Fetching large responses in smaller parts not
**Example Request** **Example Request**
https://repository.de.dariah.eu/oaipmh/oai?verb=ListSets https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListSets
**Example Response** **Example Response**
......
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