Last active
March 1, 2023 17:06
-
-
Save HadrienGardeur/2599ae6b33d1e87caaee53434937e546 to your computer and use it in GitHub Desktop.
New experiments around ODL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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