Closed brian-c closed 9 years ago
Does it work if you do "owners". I did some work on this, but Restpack is weird about pluralization.
There ya go. Thanks.
Actually, it returns with the user in an owners
key, so I have no way of picking it apart as a user. Should it come back under a users
key, since its link from the project is type: 'users'
?
I don't think there's a good way to do that. I can return a type key inside the owner response?
Yeah, that'll work.
I can't think of an instance where we're showing a project without its owner's name and a link to its profile. Can we get
owner
added to the project include-ables list?Currently
:owner is not a valid include for Project
when I try to get/projects/73?include=owner
.Possibly related to #451.