fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
265 stars 44 forks source link

Fix pagination with offsets #41

Closed danidelvalle closed 2 years ago

danidelvalle commented 2 years ago

As per the documentation, with offset-pagination offsets should be increased by page size. With the existing extra 1 addition, some records are being missed.