Hi 馃憢
Say you have an operation
GET /users
for which you use a UserView that has a resource type users.
Top level links (self and pagination) correctly link to /users path.
But say you also have
GET /teams/{teamId}/users
that also uses UserView to serialize users resources.
Top level links (self and pagination) wrongly link to /users path, not to /teams/{teamId}/users.
Hi 馃憢
Say you have an operation
GET /usersfor which you use a
UserViewthat has a resource typeusers.Top level links (self and pagination) correctly link to
/userspath.But say you also have
GET /teams/{teamId}/usersthat also uses
UserViewto serialize users resources.Top level links (self and pagination) wrongly link to
/userspath, not to/teams/{teamId}/users.