Coder Social home page Coder Social logo

Comments (4)

johnbatty avatar johnbatty commented on May 15, 2024

Worth noting that the Azure SDK has done some work in this area, notably:

Need to decide whether we leverage this or just implement something similar to the Azure DevOps Python package.

from azure-devops-rust-api.

johnbatty avatar johnbatty commented on May 15, 2024

A recent enhancement to the autorust enables access to headers on responses by using send() on requests rather than into_future(). This allows continuation tokens to be obtained by apps.

I'll update the docs and add an example to show how to do this.

from azure-devops-rust-api.

johnbatty avatar johnbatty commented on May 15, 2024

Added an example that demonstrates how to do large queries with continuation tokens by using the new send() and raw_response() functions: build_list_continuation_token

from azure-devops-rust-api.

kyle-rader-msft avatar kyle-rader-msft commented on May 15, 2024

@johnbatty I'm curious on your thoughts about also handling pagination for APIs that don't use continuation tokens like the Git Commit Get Changes API, which only uses top and skip params, but doesn't have any indication if there are more results to fetch. You have to just attempt to fetch them yourself.

from azure-devops-rust-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.