singer-io / tap-gitlab

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

fix pager processing even in commits API #30

Open tomoo-morikawa opened 1 year ago

tomoo-morikawa commented 1 year ago

Fixed pager to work with commits API.
The commits API does not have an X-Total-Pages or X-Total property in the header.
This prevents the pager from functioning properly.

https://gitlab.com/gitlab-org/gitlab/-/issues/264375