Skip to content

Instantly share code, notes, and snippets.

@dschulten
Created September 21, 2014 15:18
Show Gist options
  • Save dschulten/b4e299285a9e81bd3085 to your computer and use it in GitHub Desktop.
Save dschulten/b4e299285a9e81bd3085 to your computer and use it in GitHub Desktop.
Entrypoint for an event API
{
"@context": {
"@vocab" : "http://schema.org",
"hydra" : "http://www.w3.org/ns/hydra/core#"
},
"@id": "http://www.markus-lanthaler.com/hydra/event-api/",
"@type": "hydra:EntryPoint",
"event": {
"@id": "http://www.markus-lanthaler.com/hydra/event-api/events/",
"@type": "hydra:Link"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment