moul / node-gitlab

DEPRECATED, see https://github.com/node-gitlab/node-gitlab
https://npmjs.org/package/gitlab
Other
470 stars 140 forks source link

When use 'gitLab.projects.all', if I have no authority,the ApiBaseHttp.js has an error in response #190

Closed Alan-W closed 5 years ago

Alan-W commented 6 years ago

my request is: gitLab.projects.all(function(projects) { if (projects) { var project; var findFromRemote = null;

        } else {

        }

}); in ApiBaseHttp.js,

image the response body can not parse in json