| ▲ | restful2 2 hours ago | |
This breaks rest/crud. | ||
| ▲ | tumetab1 an hour ago | parent | next [-] | |
It can actually improve because the semantics which currently are weird, GET is used for Search (Query), listing and also Get resources. | ||
| ▲ | Garlef 41 minutes ago | parent | prev | next [-] | |
So what? This is about HTTP. And it does not break REST: None of the HTTP constructs that REST is built on change due to the introduction of QUERY. Yes: If you're doing QUERY, you're (potentially) not doing CRUD. But this enables a clean way to do CQRS over HTTP. | ||
| ▲ | UnfitFootprint 2 hours ago | parent | prev | next [-] | |
Is it not just READ? As for rest, why? | ||
| ▲ | bazoom42 2 hours ago | parent | prev [-] | |
How so? | ||