grundic / teamcity-web-parameters

Teamcity plugin that provides dynamic parameters for builds from web service
MIT License
44 stars 16 forks source link

pagination API #29

Open shaharhaskor-vayyar opened 3 years ago

shaharhaskor-vayyar commented 3 years ago

Great plugin! Can we have support for web API's with pagination? In that case we can loop the url like: url?page=1 url?page=2 . . . Thanks :)

shaharhaskor-vayyar commented 3 years ago

I created simple web service for this problem. it combines all pages and outputs them in the plugin's desired format. https://github.com/TheHaskor/GitAPI :)