|
|
|
|
|
by fogzen
203 days ago
|
|
What’s wrong with POST’ing a report? POST to /reports with the query parameters in the body. Respond with bookmarkable, cacheable /reports/id and GET /reports/id And that’s only necessary for huge, complex queries. If filtering some resources doesn’t fit into the URL you might want to rethink what you’re doing. |
|