You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
var octonode = require('octonode');
var client = octonode.client();
var j = client.get('/users/darkwing', function(){});
// Request goes to: https://api.github.com/users/darkwing
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For local testing, I'm hoping to proxy GitHub API calls to a local host (
http://host:8000/
). I do the following command to start my application:Yet octonode still hits
https://api.github.com/repos/........
to fetch data. According to the documentation, shouldn'thttp://host:8000/.....
be used?The text was updated successfully, but these errors were encountered: