I’m trying to create something with GitHub’s REST api using Octokit, but I’m having trouble dealing with their secondary rate limit, I wonder where can I view this secondary rate limit, or know exactly how they work? The documentation seems to be very vague about the inner workings of this said secondary rate limit. The rate limits can be viewed
Tag: octokit-js
ASP .Net Core 3.1 octokit rest npm package issues
I use npm and a gulpfile.js to essentially export npm packages to a ‘lib’ folder under ‘wwwroot’; this works a treat and whenever I update a specific npm package if it’s in my gulpfile.js watch list it’ll push the contents to the ‘lib’ folder. The issue I have is that I used to use a manually extracted copy of ocktokit-rest