Skip to content

Continuation token functionality is unusable #493

@bworline

Description

@bworline

Environment

Node version: 14.17.6
Npm version: 6.14.15
OS and version: WIn10 21H2
azure-devops-node-api version: 11.1.1

Issue Description

How does one get a continuation token out of an azure-devops-node-api API method to pass back into the same API method? Many methods imply that a token is returned but I don't see how.

Example: The comments for getBuilds() say,
@param {string} continuationToken - A continuation token, returned by a previous call to this method, that can be used to return the next set of builds.

The return type is a Promise<Build[]> array of builds, so it's unclear how a token would even be made available to the caller.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions