... | ... | @@ -14,11 +14,15 @@ The [specification](https://oer-repo.uibk.ac.at/lom/latest/) by UIBK. |
|
|
### Example Requests
|
|
|
|
|
|
- **ListRecords** -
|
|
|
To get the List of Resourses. ```https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom```. If a resumptionToken is present you have to iterate as long as no resunptenToken is shown ```https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=hs_oer_lom```, An example for the iteration over the list ```https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&resumptionToken=MTozMDB8Mjp8Mzp8NDp8NTpoc19vZXJfbG9t```
|
|
|
To get the List of Resourses.
|
|
|
```https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom```. If a resumptionToken is present you have to iterate as long as no resunptenToken is shown
|
|
|
```https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=hs_oer_lom```, An example for the iteration over the list
|
|
|
```https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&resumptionToken=MTozMDB8Mjp8Mzp8NDp8NTpoc19vZXJfbG9t```
|
|
|
|
|
|
- **GetRecord** -
|
|
|
To get the Details of a specific Resourse:
|
|
|
```https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37```,
|
|
|
```https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=GetRecord&metadataPrefix=lom&identifier=oai:oer-repo.uibk.ac.at:e0d6bbfa-3945-437d-ba16-3c6fab848f37```,
|
|
|
|
|
|
```https://repository.tugraz.at/oai2d?verb=GetRecord&metadataPrefix=lom&identifier=oai:repository.tugraz.at:vqyg5-xb977```.
|
|
|
|
|
|
As mentioned above, some implementaion are returning content-type as _text/xml_ like [**invenio**](https://inveniosoftware.org), unfortunately others like [**edu-sharing**](https://edu-sharing.com) returning _application/xml_. So the client shall be able to handle both!
|
... | ... | |