ropensci / rdatacite

Wrapper to DataCite metadata
https://docs.ropensci.org/rdatacite
Other
25 stars 3 forks source link

using page[size] rather than rows for api call #18

Closed kjgarza closed 6 years ago

kjgarza commented 6 years ago

the DataCite REST api follows the jsonapi spec for pagination http://jsonapi.org/format/#fetching-pagination

sckott commented 6 years ago

thanks @kjgarza !

can you also change offset to page[offset] ?

sckott commented 6 years ago

thanks very much @kjgarza !