Update oai pmh authored by Peter Toth's avatar Peter Toth
...@@ -14,8 +14,7 @@ The [specification](https://oer-repo.uibk.ac.at/lom/latest/) by UIBK. ...@@ -14,8 +14,7 @@ The [specification](https://oer-repo.uibk.ac.at/lom/latest/) by UIBK.
### Example Requests ### Example Requests
Please use the following links careful not to bother the system with heavy loads. Please use the following links careful not to bother the system with heavy loads.
- **ListRecords** - - **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](https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=hs_oer_lom), An example for the iteration over the list 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](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 https://www.zoerr.de/edu-sharing/eduservlet/oai/provider?verb=ListRecords&resumptionToken=MTozMDB8Mjp8Mzp8NDp8NTpoc19vZXJfbG9t
``` ```
... ...
......