@@ -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
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!