OpsLevel / opslevel-go

A Go client for interacting with OpsLevel
MIT License
5 stars 13 forks source link

fix paginated listing of over 100 services #381

Closed davidbloss closed 7 months ago

davidbloss commented 7 months ago

Issues

Fix list service maturity query

opslevel list services maturity was failing if over 100 services were listed. This was due to old pagination logic.

Changelog

Tophatting

task test - tests pass