Giter VIP home page Giter VIP logo

Comments (2)

pinpox avatar pinpox commented on June 4, 2024

Have you set a token as described in https://github.com/pinpox/base16-universal-manager#github-token-optional ?

from base16-universal-manager.

kristiangerkman avatar kristiangerkman commented on June 4, 2024

I might have created an issue too soon.. I now tested with the token and it worked.

I based my assumption on curl -u "user:pass" https://api.github.com/rate_limit which returned the same quota amounts as unauthenticated:

    "core": {
      "limit": 60,
      "remaining": 60,
      "reset": 1652448505,
      "used": 0,
      "resource": "core"
    },

But after that I generated a token and used it, I checked what the tokens quota was and I had only used 9 of the 60 requests. 🤷‍♂️

curl --oauth2-bearer "ghp_token" https://api.github.com/rate_limit

    "core": {
      "limit": 60,
      "remaining": 51,
      "reset": 1652885389,
      "used": 9,
      "resource": "core"
    },

So in conclusion, use the ghp token if you face this issue. 😄

from base16-universal-manager.

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.