Skip to content

Conversation

@jaredcnance
Copy link
Contributor

@jaredcnance jaredcnance commented Sep 1, 2016

before:

"relationships": { "todoItems": { "self": "http://localhost:5000/api/v1/people/1/relationships/todoItems", "related": "http://localhost:5000/api/v1/people/1/todoItems" } }, 

after:

"relationships": { "todoItems": { "links": { "self": "http://localhost:5000/api/v1/people/1/relationships/todoItems", "related": "http://localhost:5000/api/v1/people/1/todoItems" } } }, 
@jaredcnance jaredcnance merged commit 31d2414 into master Sep 2, 2016
@jaredcnance jaredcnance deleted the v0.1.2 branch September 2, 2016 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants