iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

fixing #45 by adding the right `after` parameter #64

Closed ayushanand18 closed 2 years ago

ayushanand18 commented 2 years ago

Overview

45 might be a direct cause of the missing after parameter while doing the pagination process. This PR aims to fix this.