ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Add support for the latest Hydra vocabulary #267

Closed seitenbau-govdata closed 2 months ago

seitenbau-govdata commented 3 months ago

This Pull request adds support for the latest version of Hydra vocabulary for pagination (as linked in README.md ). the old properties of the 'PagedCollection' class are still supported but marked as deprecated, ensuring backward compatibility. Below is a comparison between the previous and latest properties:

Previous Latest
itemsPerPage -
firstPage first
lastPage last
nextPage next
previousPage previous
totalItems totalItems
amercader commented 3 months ago

Thanks @seitenbau-govdata , looks great

amercader commented 2 months ago

Forgot to push the button :man_facepalming:

seitenbau-govdata commented 2 months ago

Thanks @amercader ! 😄