@@ -31,6 +31,7 @@ this route creates an XmlItem
31
31
<?php
32
32
require_once(__DIR__ . '/vendor/autoload.php');
33
33
34
+
34
35
$apiInstance = new OpenAPI\Client\Api\FakeApi(
35
36
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
36
37
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -79,6 +80,7 @@ Test serialization of outer boolean types
79
80
<?php
80
81
require_once(__DIR__ . '/vendor/autoload.php');
81
82
83
+
82
84
$apiInstance = new OpenAPI\Client\Api\FakeApi(
83
85
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
84
86
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -128,6 +130,7 @@ Test serialization of object with outer number type
128
130
<?php
129
131
require_once(__DIR__ . '/vendor/autoload.php');
130
132
133
+
131
134
$apiInstance = new OpenAPI\Client\Api\FakeApi(
132
135
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
133
136
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -177,6 +180,7 @@ Test serialization of outer number types
177
180
<?php
178
181
require_once(__DIR__ . '/vendor/autoload.php');
179
182
183
+
180
184
$apiInstance = new OpenAPI\Client\Api\FakeApi(
181
185
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
182
186
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -226,6 +230,7 @@ Test serialization of outer string types
226
230
<?php
227
231
require_once(__DIR__ . '/vendor/autoload.php');
228
232
233
+
229
234
$apiInstance = new OpenAPI\Client\Api\FakeApi(
230
235
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
231
236
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -275,6 +280,7 @@ For this test, the body for this request much reference a schema named `File`.
275
280
<?php
276
281
require_once(__DIR__ . '/vendor/autoload.php');
277
282
283
+
278
284
$apiInstance = new OpenAPI\Client\Api\FakeApi(
279
285
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
280
286
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -321,6 +327,7 @@ No authorization required
321
327
<?php
322
328
require_once(__DIR__ . '/vendor/autoload.php');
323
329
330
+
324
331
$apiInstance = new OpenAPI\Client\Api\FakeApi(
325
332
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
326
333
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -371,6 +378,7 @@ To test \"client\" model
371
378
<?php
372
379
require_once(__DIR__ . '/vendor/autoload.php');
373
380
381
+
374
382
$apiInstance = new OpenAPI\Client\Api\FakeApi(
375
383
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
376
384
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -425,6 +433,7 @@ $config = OpenAPI\Client\Configuration::getDefaultConfiguration()
425
433
->setUsername('YOUR_USERNAME')
426
434
->setPassword('YOUR_PASSWORD');
427
435
436
+
428
437
$apiInstance = new OpenAPI\Client\Api\FakeApi(
429
438
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
430
439
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -500,6 +509,7 @@ To test enum parameters
500
509
<?php
501
510
require_once(__DIR__ . '/vendor/autoload.php');
502
511
512
+
503
513
$apiInstance = new OpenAPI\Client\Api\FakeApi(
504
514
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
505
515
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -562,6 +572,7 @@ Fake endpoint to test group parameters (optional)
562
572
<?php
563
573
require_once(__DIR__ . '/vendor/autoload.php');
564
574
575
+
565
576
$apiInstance = new OpenAPI\Client\Api\FakeApi(
566
577
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
567
578
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -620,6 +631,7 @@ test inline additionalProperties
620
631
<?php
621
632
require_once(__DIR__ . '/vendor/autoload.php');
622
633
634
+
623
635
$apiInstance = new OpenAPI\Client\Api\FakeApi(
624
636
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
625
637
// This is optional, `GuzzleHttp\Client` will be used as default.
@@ -666,6 +678,7 @@ test json serialization of form data
666
678
<?php
667
679
require_once(__DIR__ . '/vendor/autoload.php');
668
680
681
+
669
682
$apiInstance = new OpenAPI\Client\Api\FakeApi(
670
683
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
671
684
// This is optional, `GuzzleHttp\Client` will be used as default.
0 commit comments