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
- {{{name}}}: {{{description}}}{{^description}} No description provided{{/description}}{{#enumValues}}
26
-
{{#-first}}
27
-
- Allowed values:
28
-
{{/-first}}
29
-
- {{{.}}}{{/enumValues}}{{#defaultValue}}
30
-
- Default value: {{{.}}}
31
-
{{/defaultValue}}{{/variables}}{{/servers}}
17
+
32
18
{{{summary}}}{{#notes}}
33
19
34
-
{{{.}}}{{/notes}}
20
+
{{{notes}}}{{/notes}}
35
21
36
22
### Example
37
23
@@ -40,31 +26,23 @@ All URIs are relative to {{basePath}}, except if the operation defines another b
40
26
require_once(__DIR__ . '/vendor/autoload.php');
41
27
42
28
{{> php_doc_auth_partial}}
43
-
$apiInstance = new \{{invokerPackage}}\PremiumAPI\{{classname}}(
44
-
new \VitexSoftware\Raiffeisenbank\ApiClient(['clientpubip'=> \VitexSoftware\Raiffeisenbank\ApiClient::getPublicIP() ,'debug'=>true]){{#hasAuthMethods}},
29
+
$apiInstance = new {{invokerPackage}}\Api\{{classname}}(
30
+
// If you want use custom http client, pass your client which implements `Psr\Http\Client\ClientInterface`.
31
+
// This is optional, `Psr18ClientDiscovery` will be used to find http client. For instance `GuzzleHttp\Client` implements that interface
{{/allParams}}{{#servers}}{{#-first}}| hostIndex | null|int | Host index. Defaults to null. If null, then the library will use $this->hostIndex instead | [optional] |
84
-
| variables | array | Associative array of variables to pass to the host. Defaults to empty array. | [optional] |{{/-first}}
85
-
{{/servers}}
58
+
{{^allParams}}This endpoint does not need any parameter.{{/allParams}}{{#allParams}}{{#-last}}Name | Type | Description | Notes
$apiInstance = new \VitexSoftware\Raiffeisenbank\PremiumAPI\DownloadStatementApi(
28
-
new \VitexSoftware\Raiffeisenbank\ApiClient(['clientpubip'=> \VitexSoftware\Raiffeisenbank\ApiClient::getPublicIP() ,'debug'=>true])
27
+
$apiInstance = new VitexSoftware\Raiffeisenbank\Api\DownloadStatementApi(
28
+
// If you want use custom http client, pass your client which implements `Psr\Http\Client\ClientInterface`.
29
+
// This is optional, `Psr18ClientDiscovery` will be used to find http client. For instance `GuzzleHttp\Client` implements that interface
30
+
new GuzzleHttp\Client()
29
31
);
30
32
$xRequestId = 'xRequestId_example'; // string | Unique request id provided by consumer application for reference and auditing.
31
33
$acceptLanguage = 'acceptLanguage_example'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
|**xRequestId**|**string**| Unique request id provided by consumer application for reference and auditing.||
46
-
|**acceptLanguage**|**string**| The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.||
**xRequestId** | **string**| Unique request id provided by consumer application for reference and auditing. |
48
+
**acceptLanguage** | **string**| The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`. |
0 commit comments