Skip to content

Commit

Permalink
Update halprimer.rst
Browse files Browse the repository at this point in the history
Fixed invalid JSON.
  • Loading branch information
edandersen committed Apr 11, 2014
1 parent 21d2640 commit 34dc855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/halprimer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ containing a "self" relational link. As an example:
"self": {
"href": "http://example.org/api/user/matthew"
}
}
},
"id": "matthew",
"name": "Matthew Weier O'Phinney"
}
Expand All @@ -61,7 +61,7 @@ least a "_links" property with a "self" relational link.
"self": {
"href": "http://example.org/api/user/matthew"
}
}
},
"id": "matthew",
"name": "Matthew Weier O'Phinney",
"_embedded": {
Expand Down Expand Up @@ -130,7 +130,7 @@ payload, and potentially other metadata about the collection.
"last": {
"href": "http://example.org/api/user?page=133"
}
}
},
"count": 3,
"total": 498,
"_embedded": {
Expand Down Expand Up @@ -236,7 +236,7 @@ The response would look like this:
"self": {
"href": "http://example.org/api/user/matthew"
}
}
},
"id": "matthew",
"name": "Matthew Weier O'Phinney",
"_embedded": {
Expand Down

0 comments on commit 34dc855

Please sign in to comment.