You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +63,7 @@ After authentication has completed, the access token is stored on the `ApiClient
63
63
The Client Credentials grant only works when used in node.js. This is restricted intentionally because it is impossible for client credentials to be handled securely in a browser application.
By default, the SDK will return only the response body as the result of an API function call. To retrieve additional information about the response, enable extended responses. This will return the extended response for all API function calls:
var client = purecloud-platform-client-v2.ApiClient.instance;
185
201
client.setReturnExtendedResponses(true);
186
202
~~~
@@ -249,7 +265,11 @@ Example error response object:
249
265
There are hooks to trace requests and responses. To enable debug tracing, provide a log object. Optionally, specify a maximum number of lines. If specified, the response body trace will be truncated. If not specified, the entire response body will be traced out.
@@ -63,7 +63,7 @@ After authentication has completed, the access token is stored on the `ApiClient
63
63
The Client Credentials grant only works when used in node.js. This is restricted intentionally because it is impossible for client credentials to be handled securely in a browser application.
By default, the SDK will return only the response body as the result of an API function call. To retrieve additional information about the response, enable extended responses. This will return the extended response for all API function calls:
var client = purecloud-platform-client-v2.ApiClient.instance;
185
201
client.setReturnExtendedResponses(true);
186
202
~~~
@@ -249,7 +265,11 @@ Example error response object:
249
265
There are hooks to trace requests and responses. To enable debug tracing, provide a log object. Optionally, specify a maximum number of lines. If specified, the response body trace will be truncated. If not specified, the entire response body will be traced out.
0 commit comments