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: .openapi-generator/templates/api.mustache
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,11 @@ use {{invokerPackage}}\ObjectSerializer;
67
67
*/
68
68
protected $xIBMClientId = null;
69
69
70
+
/**
71
+
* Use the /rbcz/premium/mock/* path for endpoints ?
72
+
*/
73
+
protected $mockMode = false;
74
+
70
75
/**
71
76
* the end IP address of the client application (no server) in IPv4 or IPv6 format. If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser. Always provide the closest IP address to the real end-user possible. (optional)
72
77
*
@@ -105,6 +110,9 @@ use {{invokerPackage}}\ObjectSerializer;
$x_ibm_client_id = 'FbboLD2r1WHDRcuKS4wWUbSRHxlDloWL'; // string | ClientID obtained from Developer Portal - when you registered your app with us.
8
8
$x_request_id = time(); // string | Unique request id provided by consumer application for reference and auditing.
9
9
$accept_language = 'cs'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
@@ -15,8 +15,12 @@
15
15
$page = 56; // int | Number of the requested page. Default is 1.
16
16
$size = 56; // int | Number of items on the page. Default is 15.
0 commit comments