Skip to content

Commit 5ed5e14

Browse files
author
Daniel Miller
committed
updates comment describing user#getAll
1 parent 87ebd4d commit 5ed5e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v3.0.0/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var user = module.exports = {
2727
* ##### Params on the `msg` object:
2828
*
2929
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
30+
* - since (Number): Optional. The integer ID of the last User that you’ve seen.
3031
**/
3132
this.getAll = function(msg, block, callback) {
3233
var self = this;

0 commit comments

Comments
 (0)