Cyberwatch / cyberwatch_api

Python Api client for the Cyberwatch software
MIT License
4 stars 6 forks source link

Fix pagination missing parameters #30

Closed aaTarek closed 1 year ago

aaTarek commented 1 year ago

Parameters 'data' and 'headers' were not passed in the pagination call to the API. The API call is now in a function instead of being duplicated.