Skip to content

Continuation token functionality is unusable #493

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions