Peter Van den Bosch

Results 188 comments of Peter Van den Bosch

In GitLab by @wsalembi on May 13, 2019, 11:19 closed

In GitLab by @wsalembi on May 13, 2019, 11:19 reopened

In GitLab by @kernixski on May 13, 2019, 11:21 created merge request !6 to address this issue

In GitLab by @kernixski on May 13, 2019, 11:21 mentioned in merge request !6

In GitLab by @pvdbosch on Nov 19, 2019, 18:04 like mentioned on the merge request !6 : it doesn't contain any commits. Forgotten to push changes?

In GitLab by @pvdbosch on Nov 20, 2019, 14:00 changed title from **{-representation of 'greater than', 'smaller than or equal than', ... in-} query parameters** to **{+'greater than', 'smaller than...

That page seems an interesting read. The LHS brackets solution seems to have similar consequences as other types of suffixes proposed earlier in this issue: either all of the possible...

There's an old branch with some prepared changes that could be taken up again: https://github.com/belgif/rest-guide/compare/master...feature-18

Good question. We're currently doing this, as fat yaml, because otherwise the API Gateway blocks the request. For documentation purpose, its self-referential so leads to chicken-or-egg problem. Maybe useful when...

Match for id between PUT path and body is normally a programmatic error in client. Structure like this should suffice: PUT /address/456 { "id": "123", } What if id from...