Update docs for petitions list - #197
Conversation
woodhull
left a comment
There was a problem hiding this comment.
I wonder if we should remove the old mechanism from the docs entirely.
I kind of want to retire the old pagination and other sources of perf pathology like this so we can save thousands of dollars by shrinking the database.
I also wonder what other API endpoints have the same pagination performance footgun. Do we allow signatures pagination
Makes sense, I'll remove the deprecated option from the docs. re other places where we return paginated results: here are all the places where we use the partial that renders the |
This updates the docs for the petitions list API endpoint for the changes made on https://github.com/controlshift/agra/pull/14252.
I intentionally listed the cursor-based approach first since that has better performance on our end and is the option we'd like the consumers to use.