singer-io / tap-gitlab

GNU Affero General Public License v3.0
15 stars 19 forks source link

Pagination-get data from all the pages #11

Closed AnneshaChowdhury closed 5 years ago

AnneshaChowdhury commented 5 years ago

Is there a way to get the data ( auto-pagination) from all the pages of each project, or other related events associated to project?

nick-mccoy commented 5 years ago

Hi @AnneshaChowdhury -- it looks like tap-gitlab is paginating: https://github.com/singer-io/tap-gitlab/blob/a2c9141e5002875aaec8cc481f00d5a20c304c6c/tap_gitlab/__init__.py#L125

Can you be more specific about what functionality you are requesting?

AnneshaChowdhury commented 5 years ago

@nick-mccoy Yeah , Thanks for pointing that out!