We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7abde commit e062de3Copy full SHA for e062de3
1 file changed
lib/index.js
@@ -314,6 +314,10 @@ var apis = {
314
* of now, we support a request interceptor, allowing you to tweak all of the
315
* API request options before the HTTP request is sent.
316
*
317
+ * Note: If you are using the `maxApiCalls` option with a method, your request
318
+ * interceptor will still be called, even if the `maxApiCalls` limit was
319
+ * reached. The request to the API will still be prevented.
320
+ *
321
* See the example below for more.
322
323
* @alias module:gcloud
0 commit comments