test/fixtures/element.json in hyperclient-0.0.8 vs test/fixtures/element.json in hyperclient-0.1.0
- old
+ new
@@ -2,11 +2,12 @@
"_links": {
"self": {
"href": "/productions/1"
},
"filter": {
- "href": "/productions/1?categories="
+ "href": "/productions/1?categories={filter}",
+ "templated": true
}
},
"title": "Real World ASP.NET MVC3",
"description": "In this advanced, somewhat-opinionated production you'll get your very own startup off the ground using ASP.NET MVC 3...",
"permitted": true,
@@ -23,39 +24,27 @@
{
"_links": {
"self": {
"href": "/episodes/1"
},
- "media": [
- {
+ "media": {
"type": "video/webm; codecs='vp8.0, vorbis'",
"href": "/media/1"
- },
- {
- "type": "video/ogg; codecs='theora, vorbis'",
- "href": "/media/2"
}
- ]
},
"title": "Foundations",
"description": "In this episode we talk about what it is we're doing: building our startup and getting ourselves off the ground. We take..",
"released": 1306972800
},
{
"_links": {
"self": {
"href": "/episodes/2"
},
- "media": [
- {
- "type": "video/webm; codecs='vp8.0, vorbis'",
- "href": "/media/3"
- },
- {
+ "media": {
"type": "video/ogg; codecs='theora, vorbis'",
"href": "/media/4"
}
- ]
},
"title": "Membership",
"description": "In this episode Rob hooks up testing in an effort to deal with ASP.NET Membership. The team has decided..",
"released": 1306972800
}
\ No newline at end of file