-
```
let github = new GitHubApi({
debug: true,
protocol: 'https',
host: 'api.github.com', // should be api.github.com for GitHub
pathPrefix: '/api/v3', // for some GHEs;…
-
Exception in thread "main" java.util.concurrent.ExecutionException: kotlin.TypeCastException: null cannot be cast to non-null type retrofit.mime.TypedByteArray
at java.util.concurrent.FutureTask.r…
-
Ionic is a very advanced tool. Thank you. However, I want to ask yet another feature or your opinion about it.
Many of us who use github for their ionic apps need to maintain versions. In cordova ver…
-
When a request times out, the callback is called with an appropriate error (https://github.com/mikedeboer/node-github/blob/bae796eba78ab1500ceeec22ca084c8572da0724/index.js#L812-L816).
However, the s…
-
I have the following code, derived from the README example:
``` js
require('dotenv').load()
const githubChangeRemoteFile = require('github-change-remote-file')
githubChangeRemoteFile({
user: 'zek…
-
Is it possible to chain api calls like so -
```
var git = new GitHubApi({
...
});
var srcGit = new GitHubApi({
...
});
srcGit.issues.repoIssues({
...}, function(err, res){
git.issues.…
mwq27 updated
8 years ago
-
See the search result:
https://github.com/ishkawa/APIKit/search?utf8=%E2%9C%93&q=UnexpectedURLRequest
-
After upgrading to the latest sync-settings (0.7.2), the Backup command is failing first and then succeeding.
The UI gets a Red 'Server Error' box but then a green confirmation box beneath it. Conf…
-
Hi,
I was trying to create github release using release-it but after running release-it without any errors, github release was missing. I tried to find what is going on and I manage to log error res…
-
I'm following along with your example [in node-github/test/oauth.js](https://github.com/mikedeboer/node-github/blob/master/test/oauth.js) and keep receiving an undefined access_token. I'm attempting t…