Skip to content

Commit 8ed23e5

Browse files
authored
Merge pull request #37 from CyberSource/oct-release
Oct 2019 release
2 parents f7d4de8 + efe8cc0 commit 8ed23e5

File tree

127 files changed

+30748
-27366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+30748
-27366
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ override the new secure-http default setting)*.
3131
{
3232
"require": {
3333
"php": ">=5.6",
34-
"cybersource/rest-client-php": "0.0.10"
34+
"cybersource/rest-client-php": "0.0.11"
3535
}
3636
}
3737
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cybersource/rest-client-php",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Client SDK for CyberSource REST APIs",
55
"keywords": [
66
"cybersource", "payments", "ecommerce", "merchant", "merchants", "authorize", "visa", "payment", "payment-gateway", "payment-integration", "payment-module", "payment-processing", "payment-service", "payment-methods"

docs/Api/CaptureApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ No authorization required
5050
### HTTP request headers
5151

5252
- **Content-Type**: application/json;charset=utf-8
53-
- **Accept**: application/json;charset=utf-8
53+
- **Accept**: application/hal+json;charset=utf-8
5454

5555
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5656

docs/Api/CreditApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits/ | Process a Credit
7+
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits | Process a Credit
88

99

1010
# **createCredit**
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

5353
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5454

docs/Api/DownloadDTDApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Used to download DTDs for reports
7+
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for report
88

99

1010
# **getDTDV2**
1111
> getDTDV2($reportDefinitionNameVersion)
1212
13-
Used to download DTDs for reports
13+
Download DTD for report
1414

15-
Downloads DTDs for reports on no-auth.
15+
Used to download DTDs for reports on no-auth.
1616

1717
### Example
1818
```php

docs/Api/DownloadXSDApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Used to download XSDs for reports
7+
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for report
88

99

1010
# **getXSDV2**
1111
> getXSDV2($reportDefinitionNameVersion)
1212
13-
Used to download XSDs for reports
13+
Download XSD for report
1414

15-
Downloads XSDs for reports on no-auth.
15+
Used to download XSDs for reports on no-auth.
1616

1717
### Example
1818
```php

docs/Api/PaymentsApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createPayment**](PaymentsApi.md#createPayment) | **POST** /pts/v2/payments/ | Process a Payment
7+
[**createPayment**](PaymentsApi.md#createPayment) | **POST** /pts/v2/payments | Process a Payment
88

99

1010
# **createPayment**
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

5353
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5454

docs/Api/PayoutsApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

5353
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5454

docs/Api/RefundApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ No authorization required
5151
### HTTP request headers
5252

5353
- **Content-Type**: application/json;charset=utf-8
54-
- **Accept**: application/json;charset=utf-8
54+
- **Accept**: application/hal+json;charset=utf-8
5555

5656
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5757

@@ -98,7 +98,7 @@ No authorization required
9898
### HTTP request headers
9999

100100
- **Content-Type**: application/json;charset=utf-8
101-
- **Accept**: application/json;charset=utf-8
101+
- **Accept**: application/hal+json;charset=utf-8
102102

103103
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
104104

docs/Api/ReportSubscriptionsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **createSubscription**
14-
> createSubscription($requestBody, $organizationId)
14+
> createSubscription($createReportSubscriptionRequest, $organizationId)
1515
1616
Create Report Subscription for a report name by organization
1717

@@ -23,11 +23,11 @@ Create a report subscription for your organization. The report name must be uniq
2323
require_once(__DIR__ . '/vendor/autoload.php');
2424

2525
$api_instance = new CyberSource\Api\ReportSubscriptionsApi();
26-
$requestBody = new \CyberSource\Model\RequestBody1(); // \CyberSource\Model\RequestBody1 | Report subscription request payload
26+
$createReportSubscriptionRequest = new \CyberSource\Model\CreateReportSubscriptionRequest(); // \CyberSource\Model\CreateReportSubscriptionRequest | Report subscription request payload
2727
$organizationId = "organizationId_example"; // string | Valid Cybersource Organization Id
2828

2929
try {
30-
$api_instance->createSubscription($requestBody, $organizationId);
30+
$api_instance->createSubscription($createReportSubscriptionRequest, $organizationId);
3131
} catch (Exception $e) {
3232
echo 'Exception when calling ReportSubscriptionsApi->createSubscription: ', $e->getMessage(), PHP_EOL;
3333
}
@@ -38,7 +38,7 @@ try {
3838

3939
Name | Type | Description | Notes
4040
------------- | ------------- | ------------- | -------------
41-
**requestBody** | [**\CyberSource\Model\RequestBody1**](../Model/RequestBody1.md)| Report subscription request payload |
41+
**createReportSubscriptionRequest** | [**\CyberSource\Model\CreateReportSubscriptionRequest**](../Model/CreateReportSubscriptionRequest.md)| Report subscription request payload |
4242
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
4343

4444
### Return type

docs/Api/ReportsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **createReport**
13-
> createReport($requestBody, $organizationId)
13+
> createReport($createAdhocReportRequest, $organizationId)
1414
1515
Create Adhoc Report
1616

@@ -22,11 +22,11 @@ Create a one-time report. You must specify the type of report in reportDefinitio
2222
require_once(__DIR__ . '/vendor/autoload.php');
2323

2424
$api_instance = new CyberSource\Api\ReportsApi();
25-
$requestBody = new \CyberSource\Model\RequestBody(); // \CyberSource\Model\RequestBody | Report subscription request payload
25+
$createAdhocReportRequest = new \CyberSource\Model\CreateAdhocReportRequest(); // \CyberSource\Model\CreateAdhocReportRequest | Report subscription request payload
2626
$organizationId = "organizationId_example"; // string | Valid Cybersource Organization Id
2727

2828
try {
29-
$api_instance->createReport($requestBody, $organizationId);
29+
$api_instance->createReport($createAdhocReportRequest, $organizationId);
3030
} catch (Exception $e) {
3131
echo 'Exception when calling ReportsApi->createReport: ', $e->getMessage(), PHP_EOL;
3232
}
@@ -37,7 +37,7 @@ try {
3737

3838
Name | Type | Description | Notes
3939
------------- | ------------- | ------------- | -------------
40-
**requestBody** | [**\CyberSource\Model\RequestBody**](../Model/RequestBody.md)| Report subscription request payload |
40+
**createAdhocReportRequest** | [**\CyberSource\Model\CreateAdhocReportRequest**](../Model/CreateAdhocReportRequest.md)| Report subscription request payload |
4141
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
4242

4343
### Return type

docs/Api/ReversalApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ No authorization required
5050
### HTTP request headers
5151

5252
- **Content-Type**: application/json;charset=utf-8
53-
- **Accept**: application/json;charset=utf-8
53+
- **Accept**: application/hal+json;charset=utf-8
5454

5555
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5656

docs/Api/SearchTransactionsApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ No authorization required
9494
### HTTP request headers
9595

9696
- **Content-Type**: application/json;charset=utf-8
97-
- **Accept**: application/json;charset=utf-8
97+
- **Accept**: */*
9898

9999
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
100100

docs/Api/TransactionBatchesApi.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **getTransactionBatchDetails**
13-
> getTransactionBatchDetails($id, $uploadDate, $status)
13+
> getTransactionBatchDetails($id)
1414
1515
Get transaction details for a given batch id
1616

@@ -23,11 +23,9 @@ require_once(__DIR__ . '/vendor/autoload.php');
2323

2424
$api_instance = new CyberSource\Api\TransactionBatchesApi();
2525
$id = "id_example"; // string | The batch id assigned for the template.
26-
$uploadDate = new \DateTime("2013-10-20"); // \DateTime | Date in which the original batch file was uploaded. Date must be in ISO-8601 format. Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd
27-
$status = "status_example"; // string | Allows you to filter by rejected response. Valid values: - Rejected
2826

2927
try {
30-
$api_instance->getTransactionBatchDetails($id, $uploadDate, $status);
28+
$api_instance->getTransactionBatchDetails($id);
3129
} catch (Exception $e) {
3230
echo 'Exception when calling TransactionBatchesApi->getTransactionBatchDetails: ', $e->getMessage(), PHP_EOL;
3331
}
@@ -39,8 +37,6 @@ try {
3937
Name | Type | Description | Notes
4038
------------- | ------------- | ------------- | -------------
4139
**id** | **string**| The batch id assigned for the template. |
42-
**uploadDate** | **\DateTime**| Date in which the original batch file was uploaded. Date must be in ISO-8601 format. Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd | [optional]
43-
**status** | **string**| Allows you to filter by rejected response. Valid values: - Rejected | [optional]
4440

4541
### Return type
4642

docs/Api/TransactionDetailsApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

5353
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5454

docs/Api/UserManagementApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ No authorization required
5454
### HTTP request headers
5555

5656
- **Content-Type**: application/json;charset=utf-8
57-
- **Accept**: application/json;charset=utf-8
57+
- **Accept**: application/hal+json;charset=utf-8
5858

5959
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6060

docs/Api/VoidApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ No authorization required
5353
### HTTP request headers
5454

5555
- **Content-Type**: application/json;charset=utf-8
56-
- **Accept**: application/json;charset=utf-8
56+
- **Accept**: application/hal+json;charset=utf-8
5757

5858
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
5959

@@ -100,7 +100,7 @@ No authorization required
100100
### HTTP request headers
101101

102102
- **Content-Type**: application/json;charset=utf-8
103-
- **Accept**: application/json;charset=utf-8
103+
- **Accept**: application/hal+json;charset=utf-8
104104

105105
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
106106

@@ -147,7 +147,7 @@ No authorization required
147147
### HTTP request headers
148148

149149
- **Content-Type**: application/json;charset=utf-8
150-
- **Accept**: application/json;charset=utf-8
150+
- **Accept**: application/hal+json;charset=utf-8
151151

152152
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
153153

@@ -194,7 +194,7 @@ No authorization required
194194
### HTTP request headers
195195

196196
- **Content-Type**: application/json;charset=utf-8
197-
- **Accept**: application/json;charset=utf-8
197+
- **Accept**: application/hal+json;charset=utf-8
198198

199199
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
200200

docs/Model/RequestBody.md renamed to docs/Model/CreateAdhocReportRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RequestBody
1+
# CreateAdhocReportRequest
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/RequestBody1.md renamed to docs/Model/CreateReportSubscriptionRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RequestBody1
1+
# CreateReportSubscriptionRequest
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/Error.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**responseStatus** | [**\CyberSource\Model\InlineResponseDefaultResponseStatus**](InlineResponseDefaultResponseStatus.md) | | [optional]
7-
**links** | [**\CyberSource\Model\ErrorLinks**](ErrorLinks.md) | | [optional]
6+
**type** | **string** | | [optional]
7+
**message** | **string** | The detailed message related to the type stated above. | [optional]
8+
**details** | [**\CyberSource\Model\Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/Model/ErrorBean.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**localizationKey** | **string** | Localization Key Name | [optional]
99
**correlationId** | **string** | Correlation Id | [optional]
1010
**detail** | **string** | Error Detail | [optional]
11-
**fields** | [**\CyberSource\Model\InlineResponse4001Fields[]**](InlineResponse4001Fields.md) | Error fields List | [optional]
11+
**fields** | [**\CyberSource\Model\InlineResponse400Fields[]**](InlineResponse400Fields.md) | Error fields List | [optional]
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

docs/Model/ErrorLinks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**self** | [**\CyberSource\Model\InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
7-
**documentation** | [**\CyberSource\Model\InlineResponseDefaultLinksNext[]**](InlineResponseDefaultLinksNext.md) | | [optional]
86
**next** | [**\CyberSource\Model\InlineResponseDefaultLinksNext[]**](InlineResponseDefaultLinksNext.md) | | [optional]
7+
**documentation** | [**\CyberSource\Model\InlineResponseDefaultLinksNext[]**](InlineResponseDefaultLinksNext.md) | | [optional]
8+
**self** | [**\CyberSource\Model\InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

docs/Model/ErrorResponse.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**responseStatus** | [**\CyberSource\Model\InlineResponseDefaultResponseStatus**](InlineResponseDefaultResponseStatus.md) | | [optional]
7-
**links** | [**\CyberSource\Model\InlineResponseDefaultLinks**](InlineResponseDefaultLinks.md) | | [optional]
86

97
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
108

docs/Model/InlineResponse400.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**type** | **string** | | [optional]
7-
**message** | **string** | The detailed message related to the type stated above. | [optional]
8-
**details** | [**\CyberSource\Model\Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
6+
**code** | **string** | Error code |
7+
**message** | **string** | Error message |
8+
**localizationKey** | **string** | Localization Key Name | [optional]
9+
**correlationId** | **string** | Correlation Id | [optional]
10+
**detail** | **string** | Error Detail | [optional]
11+
**fields** | [**\CyberSource\Model\InlineResponse400Fields[]**](InlineResponse400Fields.md) | Error fields List | [optional]
912

1013
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1114

docs/Model/InlineResponse4001.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**code** | **string** | Error code |
7-
**message** | **string** | Error message |
8-
**localizationKey** | **string** | Localization Key Name | [optional]
9-
**correlationId** | **string** | Correlation Id | [optional]
10-
**detail** | **string** | Error Detail | [optional]
11-
**fields** | [**\CyberSource\Model\InlineResponse4001Fields[]**](InlineResponse4001Fields.md) | Error fields List | [optional]
6+
**type** | **string** | | [optional]
7+
**message** | **string** | The detailed message related to the type stated above. | [optional]
8+
**details** | [**\CyberSource\Model\Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
129

1310
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1411

docs/Model/InlineResponse4001Fields.md renamed to docs/Model/InlineResponse400Fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# InlineResponse4001Fields
1+
# InlineResponse400Fields
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/Link.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**href** | **string** | URI of the linked resource. | [optional]
7-
**title** | **string** | Label of the linked resource. | [optional]
8-
**method** | **string** | HTTP method of the linked resource. | [optional]
6+
**href** | **string** | | [optional]
97

108
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
119

0 commit comments

Comments
 (0)