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
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.0/doc/client.md)
39
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.1/doc/client.md)
40
40
41
41
The following parameters are configurable for the API Client:
42
42
@@ -51,8 +51,8 @@ The following parameters are configurable for the API Client:
51
51
|`backoff_factor`|`float`| A backoff factor to apply between attempts after the second try. <br> **Default: 2**|
52
52
|`retry_statuses`|`Array of int`| The http statuses on which retry is to be done. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]**|
53
53
|`retry_methods`|`Array of string`| The http methods on which retry is to be done. <br> **Default: ['GET', 'PUT']**|
54
-
|`logging_configuration`|[`LoggingConfiguration`](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.0/doc/logging-configuration.md)| The SDK logging configuration for API calls |
55
-
|`client_credentials_auth_credentials`|[`ClientCredentialsAuthCredentials`](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.0/doc/auth/oauth-2-client-credentials-grant.md)| The credential object for OAuth 2 Client Credentials Grant |
54
+
|`logging_configuration`|[`LoggingConfiguration`](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.1/doc/logging-configuration.md)| The SDK logging configuration for API calls |
55
+
|`client_credentials_auth_credentials`|[`ClientCredentialsAuthCredentials`](https://www.github.com/paypal/PayPal-Python-Server-SDK/tree/0.6.1/doc/auth/oauth-2-client-credentials-grant.md)| The credential object for OAuth 2 Client Credentials Grant |
56
56
57
57
The API client can be initialized as follows:
58
58
@@ -102,21 +102,21 @@ The SDK can be configured to use a different environment for making API calls. A
102
102
103
103
This API uses the following authentication schemes.
0 commit comments