zalando / restful-api-guidelines

A model set of guidelines for RESTful APIs and Events, created by Zalando
https://opensource.zalando.com/restful-api-guidelines/
Creative Commons Attribution 4.0 International
2.62k stars 384 forks source link

Broken link and editorials on Pagination #746

Closed tfrauenstein closed 1 year ago

tkrop commented 1 year ago

Pagination is actually on of the main topics in API reviews. Most APIs exactly overlook, that a PUT/POST allowing to create resources eventually results in creating a huge number of items eventually resulting in a resource overload - as actually acknowledged by at least two teams having a review in the last month.

This in my opinions justifies to add an according comment as proposed in https://github.com/zalando/restful-api-guidelines/pull/746#discussion_r1036822550.

tkrop commented 1 year ago

👍

vadeg commented 1 year ago

👍