Skip to content

Instantly share code, notes, and snippets.

@HadrienGardeur
Last active March 1, 2023 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HadrienGardeur/2599ae6b33d1e87caaee53434937e546 to your computer and use it in GitHub Desktop.
Save HadrienGardeur/2599ae6b33d1e87caaee53434937e546 to your computer and use it in GitHub Desktop.
New experiments around ODL
{
"harvest": [{
"metadata": {
"title": "Public domain ebooks"
},
"links": [{
"href": "https://example.com/publicdomain.json{?since,until}",
"templated": true,
"type": "application/odl+json"
}]
},
{
"metadata": {
"title": "Purchases"
},
"links": [{
"href": "https://example.com/purchased.json{?since,until}",
"templated": true,
"type": "application/odl+json"
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment