Last active
August 29, 2015 14:19
-
-
Save DracoBlue/32b2e006dbb32e6faf3f to your computer and use it in GitHub Desktop.
Revisions
-
DracoBlue revised this gist
Apr 17, 2015 . 1 changed file with 22 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ { "_links": { "first": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors?offset=0&limit=20"}, "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors?offset=0&limit=20"}, "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a"}, "last": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors?offset=0&limit=20"}, "https://hateoas-notes.herokuapp.com/rels/user": [{"href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1"}] }, "_embedded": { "https://hateoas-notes.herokuapp.com/rels/user": [ { "username": "test", "id": "61a4552c-d73e-4176-a912-adf404f5b6d1", "passwordHash": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1"}, "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/users"} } } ] } } -
DracoBlue revised this gist
Apr 17, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,14 +12,14 @@ "_embedded": { "https://hateoas-notes.herokuapp.com/rels/editors": [{ "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors/61a4552c-d73e-4176-a912-adf404f5b6d1"}, "https://hateoas-notes.herokuapp.com/rels/user": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1" } } },{ "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors/ae86f7a8-8s7d-8s7d-8s7d-ae86f7a88s7d"}, "https://hateoas-notes.herokuapp.com/rels/user": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/ae86f7a8-8s7d-8s7d-8s7d-ae86f7a88s7d" } -
DracoBlue revised this gist
Apr 17, 2015 . 3 changed files with 46 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,6 @@ "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes"}, "https://hateoas-notes.herokuapp.com/rels/owner": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1", } } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ { "title": "Apples", "tags": ["fruits"], "id": "4ec92e34-34fb-47c1-a2b9-139866eb431a", "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a"}, "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes"}, "https://hateoas-notes.herokuapp.com/rels/owner": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1" }, "https://hateoas-notes.herokuapp.com/rels/editors": [{ "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1" },{ "href": "https://hateoas-notes.herokuapp.com/api/hal/users/ae86f7a8-8s7d-8s7d-8s7d-ae86f7a88s7d" }] } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ { "title": "Apples", "tags": ["fruits"], "id": "4ec92e34-34fb-47c1-a2b9-139866eb431a", "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a"}, "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes"}, "https://hateoas-notes.herokuapp.com/rels/owner": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1" }, }, "_embedded": { "https://hateoas-notes.herokuapp.com/rels/editors": [{ "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors/61a4552c-d73e-4176-a912-adf404f5b6d1"} "https://hateoas-notes.herokuapp.com/rels/user": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1" } } },{ "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a/editors/ae86f7a8-8s7d-8s7d-8s7d-ae86f7a88s7d"} "https://hateoas-notes.herokuapp.com/rels/user": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/ae86f7a8-8s7d-8s7d-8s7d-ae86f7a88s7d" } } }] } } -
DracoBlue renamed this gist
Apr 17, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
DracoBlue revised this gist
Apr 17, 2015 . 1 changed file with 9 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,13 @@ { "title": "Apples", "tags": ["fruits"], "id": "4ec92e34-34fb-47c1-a2b9-139866eb431a", "_links": { "self": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a"}, "up": {"href": "https://hateoas-notes.herokuapp.com/api/hal/notes"}, "https://hateoas-notes.herokuapp.com/rels/owner": { "href": "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1", "title": null } } } -
DracoBlue created this gist
Apr 17, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { title: "Apples", tags: [ "fruits" ], id: "4ec92e34-34fb-47c1-a2b9-139866eb431a", _links: { self: { href: "https://hateoas-notes.herokuapp.com/api/hal/notes/4ec92e34-34fb-47c1-a2b9-139866eb431a" }, up: { href: "https://hateoas-notes.herokuapp.com/api/hal/notes" }, "https://hateoas-notes.herokuapp.com/rels/owner": { href: "https://hateoas-notes.herokuapp.com/api/hal/users/61a4552c-d73e-4176-a912-adf404f5b6d1", title: null } } }