We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ce2f8 commit 8fdf728Copy full SHA for 8fdf728
templates/javascript/clients/api-single.mustache
@@ -47,6 +47,11 @@ export function create{{#lambda.titlecase}}{{clientName}}{{/lambda.titlecase}}({
47
*/
48
appId: appIdOption,
49
50
+ /**
51
+ * The `apiKey` currently in use.
52
+ */
53
+ apiKey: apiKeyOption,
54
+
55
/**
56
* Clears the cache of the transporter for the `requestsCache` and `responsesCache` properties.
57
@@ -177,4 +182,4 @@ export function create{{#lambda.titlecase}}{{clientName}}{{/lambda.titlecase}}({
177
182
};
178
183
}
179
184
180
-{{/operations}}
185
+{{/operations}}
0 commit comments