We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277189 commit a3d6dcaCopy full SHA for a3d6dca
example/test-example.php
@@ -15,7 +15,7 @@
15
use OpenApi\PetStoreClient\SwaggerPetstoreOpenAPI3ClientFactory;
16
17
// https://petstore3.swagger.io/api/v3/openapi.json
18
-$client = new Client(['base_uri' => 'https://petstore.swagger.io/v2/pet']);
+$client = new Client(['base_uri' => 'https://petstore.swagger.io/v2/']);
19
$factory = new SwaggerPetstoreOpenAPI3ClientFactory();
20
$client = $factory->create($client);
21
0 commit comments