@@ -71,7 +71,7 @@ npm install
71
71
72
72
## Initialize the API Client
73
73
74
- ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/client.md )
74
+ ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/client.md )
75
75
76
76
The following parameters are configurable for the API Client:
77
77
@@ -81,7 +81,7 @@ The following parameters are configurable for the API Client:
81
81
| ` timeout ` | ` number ` | Timeout for API calls.<br >* Default* : ` 0 ` |
82
82
| ` httpClientOptions ` | ` Partial<HttpClientOptions> ` | Stable configurable http client options. |
83
83
| ` unstableHttpClientOptions ` | ` any ` | Unstable configurable http client options. |
84
- | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/auth/basic-authentication.md ) | The credential object for basicAuth |
84
+ | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/auth/basic-authentication.md ) | The credential object for basicAuth |
85
85
86
86
### HttpClientOptions
87
87
@@ -121,38 +121,39 @@ const client = new Client({
121
121
122
122
This API uses the following authentication schemes.
123
123
124
- * [ ` httpBasic (Basic Authentication) ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/auth/basic-authentication.md )
124
+ * [ ` httpBasic (Basic Authentication) ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/auth/basic-authentication.md )
125
125
126
126
## API Errors
127
127
128
128
Here is the list of errors that the API might throw.
129
129
130
130
| HTTP Status Code | Error Description | Exception Class |
131
131
| --- | --- | --- |
132
- | 400 | Invalid request | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
133
- | 401 | Invalid API key | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
134
- | 404 | An informed resource was not found | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
135
- | 412 | Business validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
136
- | 422 | Contract validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
137
- | 500 | Internal server error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/models/custom-error.md ) |
132
+ | 400 | Invalid request | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
133
+ | 401 | Invalid API key | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
134
+ | 404 | An informed resource was not found | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
135
+ | 412 | Business validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
136
+ | 422 | Contract validation error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
137
+ | 500 | Internal server error | [ ` CustomError ` ] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/models/custom-error.md ) |
138
138
139
139
## List of APIs
140
140
141
- * [ Subscriptions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/subscriptions.md )
142
- * [ Orders] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/orders.md )
143
- * [ Plans] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/plans.md )
144
- * [ Invoices] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/invoices.md )
145
- * [ Customers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/customers.md )
146
- * [ Charges] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/charges.md )
147
- * [ Recipients] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/recipients.md )
148
- * [ Tokens] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/tokens.md )
149
- * [ Transactions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/transactions.md )
150
- * [ Transfers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/transfers.md )
151
- * [ Payables] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/payables.md )
152
- * [ Balance Operations] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15 /doc/controllers/balance-operations.md )
141
+ * [ Subscriptions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/subscriptions.md )
142
+ * [ Orders] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/orders.md )
143
+ * [ Plans] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/plans.md )
144
+ * [ Invoices] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/invoices.md )
145
+ * [ Customers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/customers.md )
146
+ * [ Charges] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/charges.md )
147
+ * [ Recipients] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/recipients.md )
148
+ * [ Tokens] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/tokens.md )
149
+ * [ Transactions] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/transactions.md )
150
+ * [ Transfers] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/transfers.md )
151
+ * [ Payables] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/payables.md )
152
+ * [ Balance Operations] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16 /doc/controllers/balance-operations.md )
153
153
154
154
## Classes Documentation
155
155
156
- * [ ApiResponse] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15/doc/api-response.md )
157
- * [ ApiError] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.15/doc/api-error.md )
156
+ * [ ApiResponse] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16/doc/api-response.md )
157
+ * [ HttpRequest] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16/doc/http-request.md )
158
+ * [ ApiError] ( https://www.github.com/pagarme/pagarme-nodejs-sdk/tree/6.8.16/doc/api-error.md )
158
159
0 commit comments