itglue / powershellwrapper

This PowerShell module acts as a wrapper for the IT Glue API.
Apache License 2.0
120 stars 51 forks source link

Implement auto-pagination #149

Closed davidhaymond closed 1 year ago

davidhaymond commented 1 year ago

Is your feature request related to a problem? Please describe. Some aspects of the IT Glue API are a little cumbersome to work with directly, such as pagination.

Describe the solution you'd like Implement auto-pagination (possibly optional) to make it easy to get all results with a single command.

Describe alternatives you've considered The alternative is making several calls, manually adjusting the pagination parameters, and collecting the results into a list, which is tedious.

davidhaymond commented 1 year ago

I just realized this is a duplicate of #61. Sorry!