-
There are some good reasons why I shouldn't rely on username and password for authentication, but let's just assume that this is what I go with.
If I `curl -u ethangodt:myGitHubPassword https://api.g…
-
I am having an issue getting the commits for a private repo. Some work and some do not. Any help would be great. This repos I am trying access are private. The OAuth has a scope: user, repo etc.
va…
-
Periodically, the calls to the GitHub API made inline in the spec document fail with error 403 (Forbidden) when executing ReSpec locally. No other information is provided. This causes ReSpec to si…
-
The following snippet of code, always thrown an error
``` javascript
var github = new GitHubApi({
version: "3.0.0",
debug: true
});
github.authenticate…
-
It's me again, I'm having an issue with `repos#getContent`. It expects param `org` (`user`, `repo`, `path`, `ref` reading the doc) and return a array of repos, basically all of them (first page).
-
There seems to be no way to update a label name using issues.updateLabel(). The only name value possible to pass in is the current name of the label and not the desired new name. Anyone have a workaro…
-
I'm not sure about this one, but the the word `GitHub` is always spelled with a capital **`H`**. https://github.com/about
It seems that the class `GithubAPI` be capitalized as `GitHubAPI` instead the…
-
If there are no routes specified for v2, then is there any point in requiring a version number when instantiating the API?
-
How to configure transformer for the service with models
service().configureTransformer("/data/2.5/forecast/city?id=524901&APPID=fbb20b6f256459684791c9be06a8ce20") {
($0.content as JSON).arrayVal…
-
I'm trying to use your Github api in a ES6 environment with webpack and gulp.
When I'm trying to import the Github function with the following code
```
import { Github } from 'github-api';
```
I'm …