Skip to content

Commit

Permalink
pagination warning
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed May 29, 2018
1 parent f1e7310 commit af9b686
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/management/ClientsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ utils.wrapPropertyMethod(ClientsManager, 'create', 'resource.create');
*
* @example <caption>
* This method takes an optional object as first argument that may be used to
* specify pagination settings.
* specify pagination settings. If pagination options are not present,
* the first page of a limited number of results will be returned.
* </caption>
*
* // Pagination settings.
Expand Down
3 changes: 2 additions & 1 deletion src/management/ConnectionsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ utils.wrapPropertyMethod(ConnectionsManager, 'create', 'resource.create');
*
* @example <caption>
* This method takes an optional object as first argument that may be used to
* specify pagination settings.
* specify pagination settings. If pagination options are not present,
* the first page of a limited number of results will be returned.
* </caption>
*
* // Pagination settings.
Expand Down
3 changes: 2 additions & 1 deletion src/management/UsersManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ UsersManager.prototype.create = function(data, cb) {
*
* @example <caption>
* This method takes an optional object as first argument that may be used to
* specify pagination settings and the search query.
* specify pagination settings and the search query. If pagination options are
* not present, the first page of a limited number of results will be returned.
* </caption>
*
* // Pagination settings.
Expand Down

0 comments on commit af9b686

Please sign in to comment.