Merge branch '1.0.x'

This commit is contained in:
Andy Wilkinson
2016-04-13 14:15:04 +01:00
6 changed files with 32 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
{
"_links": {
"alpha": ["http://alpha.example.com/one", "http://alpha.example.com/two"]
"links": {
"alpha": [{
"href": "http://alpha.example.com/one"
}, {
"href": "http://alpha.example.com/two"
}]
}
}

View File

@@ -1,6 +1,10 @@
{
"_links": {
"alpha": "http://alpha.example.com",
"bravo": "http://bravo.example.com"
"alpha": {
"href": "http://alpha.example.com"
},
"bravo": {
"href": "http://bravo.example.com"
}
}
}

View File

@@ -1,5 +1,9 @@
{
"_links": {
"alpha": ["http://alpha.example.com/one", "http://alpha.example.com/two"]
"alpha": [{
"href": "http://alpha.example.com/one"
}, {
"href": "http://alpha.example.com/two"
}]
}
}

View File

@@ -1,5 +1,7 @@
{
"_links": {
"alpha": "http://alpha.example.com"
"alpha": {
"href": "http://alpha.example.com"
}
}
}