Skip to content

Commit b3d47ff

Browse files
author
andreals
committed
Automated commit message
1 parent c820c82 commit b3d47ff

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To run the file within your test project, right click on your Python file inside
7070

7171
## Initialize the API Client
7272

73-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/client.md)
73+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/client.md)
7474

7575
The following parameters are configurable for the API Client:
7676

@@ -112,31 +112,31 @@ Here is the list of errors that the API might throw.
112112

113113
| HTTP Status Code | Error Description | Exception Class |
114114
| --- | --- | --- |
115-
| 400 | Invalid request | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md) |
116-
| 401 | Invalid API key | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/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.1/doc/models/error-exception.md) |
118-
| 412 | Business validation error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md) |
119-
| 422 | Contract validation error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md) |
120-
| 500 | Internal server error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/models/error-exception.md) |
115+
| 400 | Invalid request | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md) |
116+
| 401 | Invalid API key | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/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.2/doc/models/error-exception.md) |
118+
| 412 | Business validation error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md) |
119+
| 422 | Contract validation error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md) |
120+
| 500 | Internal server error | [`ErrorException`](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/models/error-exception.md) |
121121

122122
## List of APIs
123123

124-
* [Subscriptions](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/subscriptions.md)
125-
* [Orders](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/orders.md)
126-
* [Plans](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/plans.md)
127-
* [Invoices](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/invoices.md)
128-
* [Customers](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/customers.md)
129-
* [Charges](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/charges.md)
130-
* [Recipients](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/recipients.md)
131-
* [Tokens](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/tokens.md)
132-
* [Transactions](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/transactions.md)
133-
* [Transfers](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/transfers.md)
134-
* [Payables](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/payables.md)
135-
* [Balance Operations](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/controllers/balance-operations.md)
124+
* [Subscriptions](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/subscriptions.md)
125+
* [Orders](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/orders.md)
126+
* [Plans](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/plans.md)
127+
* [Invoices](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/invoices.md)
128+
* [Customers](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/customers.md)
129+
* [Charges](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/charges.md)
130+
* [Recipients](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/recipients.md)
131+
* [Tokens](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/tokens.md)
132+
* [Transactions](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/transactions.md)
133+
* [Transfers](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/transfers.md)
134+
* [Payables](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/payables.md)
135+
* [Balance Operations](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/controllers/balance-operations.md)
136136

137137
## Classes Documentation
138138

139-
* [Utility Classes](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/utility-classes.md)
140-
* [HttpResponse](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/http-response.md)
141-
* [HttpRequest](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.1/doc/http-request.md)
139+
* [Utility Classes](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/utility-classes.md)
140+
* [HttpResponse](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/http-response.md)
141+
* [HttpRequest](https://www.github.com/pagarme/pagarme-python-sdk/tree/6.8.2/doc/http-request.md)
142142

0 commit comments

Comments
 (0)