Peter Van den Bosch
Peter Van den Bosch
I agree. Maybe move to Performance chapter, next to "embedding resources"?
Would the `select` query param on collections apply to the properties in the representation in "embedded" or to "items"?
rest guide currently says about "apiName": Name of the API that groups a functional consistent set of resources. The API name consists of one or multiple path segments written in...
elaborated further in issue in thematic repo: https://github.com/belgif/thematic/issues/31
In GitLab by @pvdbosch on Nov 20, 2019, 15:01 changed the description
That's rather an internal Smals issue than a REST guide one. IMO, the Smals tool should be changed to support the standard where possible, so clients don't need to interpret...
Some ideas: * use a custom extension property (Swagger allows custom properties starting with 'x-'), for instance x-vocab-uri * this would allow some automatic processing by tooling * is the...
In GitLab by @wsalembi on May 13, 2019, 11:26 https://www.meetup.com/BruJUG/events/259704293/
Hi @mikhailian , what's the path of the operation in your example? Something like `GET /invitations/{invitationId}/responses/{userId}` ? Something can be said for using "204 No Content" instead of "404 Resource...
Similar discussions: * https://restfulapi.net/http-status-204-no-content/ : in comments section of the post * https://stackoverflow.com/a/48036705 But no clear conclusions... A reason for 204 instead of 404 for something like `/invitations/{invitationId}/responses/{userId}` can be...