Giter Site home page Giter Site logo

Comments (2)

dpeite avatar dpeite commented on July 28, 2024

Hi, It's been a while since I wrote this code and I see that the api has some changes like new endpoints and the has-more header.

I'm a bit busy right now, but I'll try to get some time in the next days and look into the new changes.

I suppose that the way to do this is with a method that return if the last call to an endpoint has the header defined. But I'm open to new ideas or suggestions.

from py-glo-board.

501st-alpha1 avatar 501st-alpha1 commented on July 28, 2024

I suppose that the way to do this is with a method that return if the last call to an endpoint has the header defined. But I'm open to new ideas or suggestions.

Yes that should work. An alternative would be to return a custom object, with the current result as a member of that object. So instead of e.g. returning a list of Boards, it'd be something like:

ResultObject:
  has_more: True,
  data: <boards...>

The downside would be that this wouldn't be backwards-compatible, but this has the benefit of making each function call stateless, and it would probably make it easier to expand to returning other things if needed, such as the HTTP status code.

No rush on the changes either way. If you don't have time and would like me to attempt a PR, let me know.

from py-glo-board.

Related Issues (1)

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.