Skip to content

Commit d2412b6

Browse files
committed
chore: update samples
1 parent 19dba61 commit d2412b6

41 files changed

Lines changed: 113 additions & 125 deletions

File tree

Some content is hidden

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

samples/client/echo_api/php-nextgen/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ docs/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
2424
docs/Model/TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter.md
2525
git_push.sh
2626
phpunit.xml.dist
27+
src/ApiException.php
2728
src/Api/AuthApi.php
2829
src/Api/BodyApi.php
2930
src/Api/FormApi.php
3031
src/Api/HeaderApi.php
3132
src/Api/PathApi.php
3233
src/Api/QueryApi.php
33-
src/ApiException.php
3434
src/Configuration.php
3535
src/HeaderSelector.php
3636
src/Model/Bird.php

samples/client/echo_api/php-nextgen/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
33
<coverage processUncoveredFiles="true">
44
<include>
5-
<directory suffix=".php">./src/Api</directory>
6-
<directory suffix=".php">./src/Model</directory>
5+
<directory suffix=".php">./src\/Api</directory>
6+
<directory suffix=".php">./src\/Model</directory>
77
</include>
88
</coverage>
99
<testsuites>

samples/client/echo_api/r/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.travis.yml
66
DESCRIPTION
77
NAMESPACE
8+
README.md
89
R/api_client.R
910
R/api_response.R
1011
R/auth_api.R
@@ -25,7 +26,6 @@ R/tag.R
2526
R/test_form_object_multipart_request_marker.R
2627
R/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.R
2728
R/test_query_style_form_explode_true_array_string_query_object_parameter.R
28-
README.md
2929
docs/AuthApi.md
3030
docs/Bird.md
3131
docs/BodyApi.md

samples/client/petstore/R-httr2-wrapper/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.travis.yml
66
DESCRIPTION
77
NAMESPACE
8+
README.md
89
R/allof_tag_api_response.R
910
R/animal.R
1011
R/any_of_pig.R
@@ -39,7 +40,6 @@ R/user.R
3940
R/user_api.R
4041
R/whale.R
4142
R/zebra.R
42-
README.md
4343
docs/AllofTagApiResponse.md
4444
docs/Animal.md
4545
docs/AnyOfPig.md

samples/client/petstore/R-httr2/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.travis.yml
66
DESCRIPTION
77
NAMESPACE
8+
README.md
89
R/allof_tag_api_response.R
910
R/animal.R
1011
R/any_of_pig.R
@@ -38,7 +39,6 @@ R/user.R
3839
R/user_api.R
3940
R/whale.R
4041
R/zebra.R
41-
README.md
4242
docs/AllofTagApiResponse.md
4343
docs/Animal.md
4444
docs/AnyOfPig.md

samples/client/petstore/R/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.travis.yml
66
DESCRIPTION
77
NAMESPACE
8+
README.md
89
R/allof_tag_api_response.R
910
R/animal.R
1011
R/any_of_pig.R
@@ -38,7 +39,6 @@ R/user.R
3839
R/user_api.R
3940
R/whale.R
4041
R/zebra.R
41-
README.md
4242
docs/AllofTagApiResponse.md
4343
docs/Animal.md
4444
docs/AnyOfPig.md

samples/client/petstore/php-nextgen/OpenAPIClient-php/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ docs/Model/TestInlineFreeformAdditionalPropertiesRequest.md
6363
docs/Model/User.md
6464
git_push.sh
6565
phpunit.xml.dist
66+
src/ApiException.php
6667
src/Api/AnotherFakeApi.php
6768
src/Api/DefaultApi.php
6869
src/Api/FakeApi.php
6970
src/Api/FakeClassnameTags123Api.php
7071
src/Api/PetApi.php
7172
src/Api/StoreApi.php
7273
src/Api/UserApi.php
73-
src/ApiException.php
7474
src/Configuration.php
7575
src/HeaderSelector.php
7676
src/Model/AdditionalPropertiesClass.php

samples/client/petstore/php-nextgen/OpenAPIClient-php/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
33
<coverage processUncoveredFiles="true">
44
<include>
5-
<directory suffix=".php">./src/Api</directory>
6-
<directory suffix=".php">./src/Model</directory>
5+
<directory suffix=".php">./src\/Api</directory>
6+
<directory suffix=".php">./src\/Model</directory>
77
</include>
88
</coverage>
99
<testsuites>

samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ docs/Model/Tag.md
6060
docs/Model/TestInlineFreeformAdditionalPropertiesRequest.md
6161
docs/Model/User.md
6262
git_push.sh
63+
lib/ApiException.php
6364
lib/Api/AnotherFakeApi.php
6465
lib/Api/DefaultApi.php
6566
lib/Api/FakeApi.php
6667
lib/Api/FakeClassnameTags123Api.php
6768
lib/Api/PetApi.php
6869
lib/Api/StoreApi.php
6970
lib/Api/UserApi.php
70-
lib/ApiException.php
7171
lib/Configuration.php
7272
lib/HeaderSelector.php
7373
lib/Model/AdditionalPropertiesClass.php

samples/client/petstore/php/psr-18/.openapi-generator/FILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ docs/Model/Tag.md
6060
docs/Model/TestInlineFreeformAdditionalPropertiesRequest.md
6161
docs/Model/User.md
6262
git_push.sh
63+
lib/ApiException.php
6364
lib/Api/AnotherFakeApi.php
6465
lib/Api/DefaultApi.php
6566
lib/Api/FakeApi.php
6667
lib/Api/FakeClassnameTags123Api.php
6768
lib/Api/PetApi.php
6869
lib/Api/StoreApi.php
6970
lib/Api/UserApi.php
70-
lib/ApiException.php
7171
lib/Configuration.php
7272
lib/DebugPlugin.php
7373
lib/HeaderSelector.php

0 commit comments

Comments
 (0)