Skip to content

API Examples

Dazhi Jiao edited this page May 20, 2019 · 5 revisions

Here are some examples to interact with the Oriole API.

Retrieval (GET)

Retrieval all records

curl -D - -w '\n' -X GET \
  'http://lara-test.library.jhu.edu/oriole/resources'  \
  -H 'x-okapi-tenant: diku'
Clone this wiki locally