From 262962b54b1aff42841d5e0d5b2c118a7f242f6e Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Thu, 16 Nov 2017 18:59:24 +0100 Subject: [PATCH] mc in dhrep documentation. --- docs_dhrep/index.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs_dhrep/index.rst b/docs_dhrep/index.rst index 6160dcd1..c2de9404 100644 --- a/docs_dhrep/index.rst +++ b/docs_dhrep/index.rst @@ -3,9 +3,9 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -DH-oaipmh -========= -OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository. +OAI-PMH Service +=============== +The DARIAH-DE OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository. API Documentation @@ -15,13 +15,13 @@ API Documentation ^^^^^^^^ 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 @@ -54,7 +54,7 @@ verb=Identify String Verb for the identify request yes **Example Request** - https://repository.de.dariah.eu/oaipmh/oai?verb=Identify + https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=Identify **Example Response** @@ -78,7 +78,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format **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** @@ -105,7 +105,7 @@ resumptionToken String Fetching large responses in smaller parts not impleme **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** @@ -132,7 +132,7 @@ resumptionToken String Fetching large responses in smaller parts not imp **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** @@ -155,7 +155,7 @@ identifier URI Identifier of the requested item **Example Request** - https://repository.de.dariah.eu/oaipmh/oai?verb=ListMetadataFormats + <https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListMetadataFormats> **Example Response** @@ -178,7 +178,7 @@ resumptionToken String Fetching large responses in smaller parts not **Example Request** - https://repository.de.dariah.eu/oaipmh/oai?verb=ListSets + https://repository.de.dariah.eu/1.0/oaipmh/oai?verb=ListSets **Example Response** -- GitLab