|
|
|
|
|
by naasking
3323 days ago
|
|
> So it's usually POST resource/:id/action and that's fine. There's nothing wrong with that. It's not anti-REST or anything, assuming you satisfy the other REST constraints, ie. each request is self-contained and any stateful resources are designated by URLs. As an aside, I'm personally not a huge fan of human-readable URLs because it encourages API consumers to rely on/construct URLs client-side, which is not REST. |
|