Comparing version 0.2.20 to 0.3.0
@@ -15,4 +15,4 @@ "use strict"; | ||
github.user.get({}, function(err, res) { | ||
github.users.get({}, function(err, res) { | ||
console.log(err, res); | ||
}); |
{ | ||
"name": "github4", | ||
"version": "0.2.20", | ||
"version": "0.3.0", | ||
"description": "NodeJS wrapper for the GitHub API", | ||
@@ -5,0 +5,0 @@ "author": "Mike de Boer <info@mikedeboer.nl>", |
@@ -58,3 +58,3 @@ ##### NOTE: [mikedeboer/node-github](https://github.com/mikedeboer/node-github) seems to no longer be maintained so I forked it here and am working on applying PRs and issues from that repo. See progress [here](https://github.com/kaizensoze/github4/wiki/Transition-from-upstream). | ||
}); | ||
github.user.getFollowingFromUser({ | ||
github.users.getFollowingFromUser({ | ||
// optional: | ||
@@ -103,3 +103,3 @@ // headers: { | ||
```javascript | ||
github.user.update({ | ||
github.users.update({ | ||
location: "Argentina" | ||
@@ -106,0 +106,0 @@ }, function(err) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
435494
27
12762