API for interchange of metadata between repositories.
API implements the following standard:
GET {scheme}://{server}/oai/{repository}?verb=GetRecord&$identifier={identifier}&metadataPrefix={metadataPrefix}
Request is used to retrieve an individual metadata record from a repository.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#GetRecord
Examples:
GET {scheme}://{server}/oai/{repository}?verb=Identify
Request is used to retrieve information about a repository.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#Identify
Examples:
GET {scheme}://{server}/oai/{repository}?verb=ListIdentifiers&metadataPrefix={metadataPrefix}
Request is an abbreviated form of ListRecords, retrieving only headers rather than records.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#ListIdentifiers
Examples:
GET {scheme}://{server}/oai/{repository}?verb=ListMetadataFormats
Request is used to retrieve the metadata formats available from a repository.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#ListMetadataFormats
Examples:
Request is used to harvest records from a repository.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#ListRecords
Examples:
Request is used to retrieve the set structure of a repository, useful for selective harvesting.
See: http://www.openarchives.org/OAI/openarchivesprotocol.html#ListSets
Not supported.