-
There is
```
github.authenticate({
type: "oauth",
token: token
});
```
i dont know how i can get the token by node-github,
djyde updated
12 years ago
-
This doesn't appear to be implemented anywhere `GET /user/orgs`: http://developer.github.com/v3/orgs/
If I can help contribute this let me know.
-
Hi,
Is there planned implementation for GitHub Api ? - http://developer.github.com/v3/oauth/
I wasn't able to find any other issues mention it. Sorry if this is a duplicate.
-
Hi, pablo, I have add the GitHub API support.
My fork url is:
https://github.com/yosaku01/scribe-java
Can you add it into scrible-java?
-
![problem ](http://img6.imagebanana.com/img/6lp2m05a/Selection_088.png)
-
Hubroid depends on this yet this has no license.
dalb8 updated
12 years ago
-
Hi,
I'm using this module to access Github through API v3. When I run several successive requests for the same function, the request is always performed using the same URL. The URL does not get updat…
-
Hey Rembo!
Long time no see :P How are you doing with the image caching? Do you need help with anything?
Best regards,
Marcoevich
-
-
Hello,
I am wanting to use scribe-java for GitHub and while I was able to make things work, I do think it would be nice to have a GitHubApi and accompanying example in scribe-java's master reposit…