You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the azure-devops-go-api/azuredevops/pipelines/client.go module, the ListPipelines function returns the continuationToken so that we can get multiple paged results.
In the v6 and v7 versions of pipelines module (azure-devops-go-api/azuredevops/v6/pipelines/client.go + azure-devops-go-api/azuredevops/v7/pipelines/client.go), there doesn't seem to be a way to get the continuationToken from the ListPipelines function. How do we get paginated results using the v6 and v6 vresions of the azure devops pipelines go api modules?
The text was updated successfully, but these errors were encountered:
When using the
azure-devops-go-api/azuredevops/pipelines/client.go
module, theListPipelines
function returns the continuationToken so that we can get multiple paged results.In the v6 and v7 versions of pipelines module (
azure-devops-go-api/azuredevops/v6/pipelines/client.go
+azure-devops-go-api/azuredevops/v7/pipelines/client.go
), there doesn't seem to be a way to get thecontinuationToken
from theListPipelines
function. How do we get paginated results using the v6 and v6 vresions of the azure devops pipelines go api modules?The text was updated successfully, but these errors were encountered: