Comparing version 0.1.5 to 0.1.6
@@ -5,3 +5,3 @@ { | ||
"description": "Hubot-compatible Github API wrapper for Node.js", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"homepage": "https://github.com/iangreenleaf/githubot", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"engines": { | ||
"node": ">=0.4.7" | ||
"node": ">=0.4.7 <0.7.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "dependencies": { |
@@ -44,2 +44,10 @@ # A Hubot-compatible Github API wrapper for Node.js # | ||
### Acquire a token ### | ||
If you don't have a token yet, run this: | ||
curl -i https://api.github.com/authorizations -d '{"scopes":["repo"]}' -u "yourusername" | ||
Enter your Github password when prompted. When you get a response, look for the "token" value. | ||
## Bespoke API access ## | ||
@@ -46,0 +54,0 @@ |
11955
78