Skip to content

Commit

Permalink
Merge pull request googleapis#515 from ryanseys/apiResponse-docs
Browse files Browse the repository at this point in the history
Add apiResponse to example
  • Loading branch information
stephenplusplus committed Apr 29, 2015
2 parents cb65e34 + fb158e5 commit 281dbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/storage/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ Bucket.prototype.file = function(name, options) {
* @param {function} callback - The callback function.
*
* @example
* bucket.getFiles(function(err, files, nextQuery) {
* bucket.getFiles(function(err, files, nextQuery, apiResponse) {
* if (nextQuery) {
* // nextQuery will be non-null if there are more results.
* bucket.getFiles(nextQuery, function(err, files, nextQuery) {});
* bucket.getFiles(nextQuery, function(err, files, nextQ, apiResponse) {});
* }
*
* // The `metadata` property is populated for you with the metadata at the
Expand Down

0 comments on commit 281dbff

Please sign in to comment.