Skip to content

Instantly share code, notes, and snippets.

@ssfrr
Created April 23, 2014 06:07
Show Gist options
  • Save ssfrr/11204279 to your computer and use it in GitHub Desktop.
Save ssfrr/11204279 to your computer and use it in GitHub Desktop.
{
"_links":{
"self":{
"href":"http://example.com/sensors/523"
},
"curies":[
{
"name":"rel",
"href":"http://docs.example.com/relations/{rel}",
"templated":true
}
],
"rel:nearby":{
"href":"http://example.com/sensors/near/523"
},
"rel:target":{
"href":"http://example.com/sensors/837"
},
"rel:stream":{
"href":"ws://example.com/sensors/523"
}
},
"rel:name":"Office Thermometer",
"rel:metric":"temperature",
"rel:unit":"celsius",
"rel:value":22.8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment