... | ... | @@ -13,10 +13,10 @@ The [definition](https://oer-repo.uibk.ac.at/lom/latest/) used by UIBK |
|
|
### Example Requests
|
|
|
Please use the following links careful not to bother the system with heavy loads.
|
|
|
- **ListRequest** -
|
|
|
To get the complete List of Resourses the [ListReqeust](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom) is used.
|
|
|
To get the complete List of Resourses. Example: [ListReqeust](https://oer-repo.uibk.ac.at/edu-sharing/eduservlet/oai/provider?verb=ListRecords&metadataPrefix=lom) .
|
|
|
|
|
|
- **GetRequest** -
|
|
|
To get the Details of a specific Resourse the [GetReqeust](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) is used.
|
|
|
To get the Details of a specific Resourse: Example [GetRequest](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) .
|
|
|
|
|
|
As mentioned above, some implementaion are returning content-type as _text/xml_ like **invenio**, others like **edu-share** returning _application/xml_. So the client should be able to handle both!
|
|
|
|
... | ... | |