Giter VIP home page Giter VIP logo

Comments (8)

terinjokes avatar terinjokes commented on July 1, 2024 1

Not at this time.

from node-cloudflare.

terinjokes avatar terinjokes commented on July 1, 2024 1

The last parameter, after all the URL parameters and body, is and optional query parameter object, so you should be able to pass { page: 2 }

from node-cloudflare.

terinjokes avatar terinjokes commented on July 1, 2024 1

All the methods should allow setting query parameters as the last (optional) function parameter, though the browse and read ones are probably the most useful.

from node-cloudflare.

depombo avatar depombo commented on July 1, 2024

That would be great!

from node-cloudflare.

ririko5834 avatar ririko5834 commented on July 1, 2024

Can you fetch all DNS records in one request without pagination?

from node-cloudflare.

mjpoo avatar mjpoo commented on July 1, 2024

I would also be very grateful if either there could be larger paging or pagination as at the moment we are having to store all the zone IDs in our own database because zones.browse() only returns the first 20 zones.

from node-cloudflare.

mjpoo avatar mjpoo commented on July 1, 2024

Ohh that is handy @terinjokes . I've tried that out and it works like a charm.
Does that mean that any browse method will accept an options object in the same manner and that we could also pass an options object to a read method after the required parameters? e.g. pageRules.read('abc123', { status: active }).

from node-cloudflare.

mjpoo avatar mjpoo commented on July 1, 2024

Thanks for confirming that @terinjokes . The biggest benefit is that I can simply return a named zone pageRules.browse( { name: 'foo.com' } ) effectively using the browse method as a read method.

For the benefit of others here are all the optional parameters you could pass into the zones.browse() method.

from node-cloudflare.

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.