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
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To run the file within your test project, right click on your Python file inside
70
70
71
71
## Initialize the API Client
72
72
73
-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/doc/client.md)
73
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/doc/client.md)
74
74
75
75
The following parameters are configurable for the API Client:
76
76
@@ -85,7 +85,7 @@ The following parameters are configurable for the API Client:
85
85
|`backoff_factor`|`float`| A backoff factor to apply between attempts after the second try. <br> **Default: 2**|
86
86
|`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]**|
87
87
|`retry_methods`|`Array of string`| The http methods on which retry is to be done. <br> **Default: ['GET', 'PUT']**|
88
-
|`basic_auth_credentials`|[`BasicAuthCredentials`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/doc/$a/https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/basic-authentication.md)| The credential object for Basic Authentication |
88
+
|`basic_auth_credentials`|[`BasicAuthCredentials`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/doc/$a/https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/basic-authentication.md)| The credential object for Basic Authentication |
| 401 | Invalid API key |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/doc/models/error-exception.md)|
117
-
| 404 | An informed resource was not found |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/doc/models/error-exception.md)|
118
-
| 412 | Business validation error |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.9/doc/models/error-exception.md)|
| 401 | Invalid API key |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/doc/models/error-exception.md)|
117
+
| 404 | An informed resource was not found |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/doc/models/error-exception.md)|
118
+
| 412 | Business validation error |[`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.10/doc/models/error-exception.md)|
0 commit comments