Closed bensteinberg closed 1 month ago
I'm taking a look at https://github.com/harvard-lil/perma-extension to see whether this change will require a change to the extension.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.60%. Comparing base (
56cca5b
) to head (30c55d1
). Report is 3 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm taking a look at https://github.com/harvard-lil/perma-extension to see whether this change will require a change to the extension.
(I don't see any use there of total count or the next link, but I'd love a second opinion.)
As discussed in Slack, this speeds up slow folder loads in the API when a folder has many links, at the cost of changing the conventional behavior of the API. Previously, a client consuming paginated results could stop when the
next
link wasnull
; now, such a client should keep consuming pages and followingnext
links untilobjects
is an empty list.