- 30 Apr, 2021 1 commit
-
-
Páll Zoltán authored
-
- 16 Apr, 2021 2 commits
-
-
Páll Zoltán authored
-
Páll Zoltán authored
-
- 11 Apr, 2021 3 commits
-
-
Aliaksei Zhuk authored
* Added int arrays parsing in parameters. Respect the 'required' property. * Replaced spaces with tabs * Generate samples with new spacing * Removed unused import * Merged with latest master
-
johannes karoff authored
-
gbmarc1 authored
* fix by mapping outside of class * tests * regeneration and tests * server * INDENT * a * enable mapping * Revert "server" This reverts commit 6fc9712f . * Samples regenerated Co-authored-by:
Justin Black <justin.a.black@gmail.com>
-
- 09 Apr, 2021 1 commit
-
-
William Cheng authored
* add multiple frameworks support * test in appveyor * update samples
-
- 08 Apr, 2021 3 commits
-
-
Guy King authored
* fix: rename var * fix: run pr checklist scripts * fix: correct response type var name for http client * chore: run build scripts * test: ci and correct name?
-
Esteban Gehring authored
This reverts commit 9dda4aa2.
-
mazrean authored
* fix go comment typo insensitive * fix go comment typo response * update samples
-
- 07 Apr, 2021 1 commit
-
-
Guy King authored
* fix: rename var * fix: run pr checklist scripts
-
- 06 Apr, 2021 3 commits
-
-
Peter Leibiger authored
* [dart] Improve types & imports * don't use importMapping as it is intended for something different that is not possible in dart * introduce imports map for dart specific features * always import `dart:core` * get rid of additionalReservedWords * fix `--type-mappings` not working * use required type mappings in samples * no longer define additional reserved words as it is impossible to list all anyways, they can now be configured via type-mapping parameter * simplify dio imports * Don't use guava for map instantiation * Update docs
-
HexagonSun authored
In order to avoid a compiler error when using `noImplicitReturns `, we change the mustache template to use provide a return value for the if- and else branch. Fixes #9174.
-
Makoto Aoyama authored
* Add hashable for struct * Remove x-swift-hashable * Run the shell script ./bin/generate-samples.sh
-
- 05 Apr, 2021 7 commits
-
-
Peter Leibiger authored
* finally use released versions for http mocking
-
Peter Leibiger authored
These samples are the same as their OAS3 counterparts and don't give any additional benefits. This should speed up CI builds by a good amount.
-
Thibault Duperron authored
Co-authored-by:
William Cheng <wing328hk@gmail.com>
-
Yuri Orlov authored
-
William Cheng authored
* Add bool query in example * Add parseBoolParameter * test with boolean parameter * add endpiont for testing boolean * remove bool parameter test Co-authored-by:
Stéphane Guillemot <gmtstephane@gmail.com>
-
William Cheng authored
* Allow to specify response headers (needed for redirecting clients) (#8148) Co-authored-by:
Bernardo Pastorelli <13519917+randomswdev@users.noreply.github.com> * add addResponseHeaders option * enable addResponseHeaders * fix comma Co-authored-by:
randomswdev <randomswdev@users.noreply.github.com> Co-authored-by:
Bernardo Pastorelli <13519917+randomswdev@users.noreply.github.com>
-
Matthew Dowdell authored
-
- 04 Apr, 2021 3 commits
-
-
Hippolyte HENRY authored
* Add constructor and IsValid method to enum types * Add samples
-
lerminou authored
quoting for default values is already done in: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractPhpCodegen.java#L533
-
Martin Delille authored
-
- 03 Apr, 2021 3 commits
-
-
William Cheng authored
-
Marcono1234 authored
-
William Cheng authored
* Add links to blog posts about openapi-generator * add more articles * add more article
-
- 01 Apr, 2021 4 commits
-
-
Justin Black authored
* Adds tests of endpoint with inline and refed model * Regen samples * Samples regenerated
-
sforst authored
* [typescript-axios] handle uniqueItems in query and header parameters add endpoint /fake/test-unique-paramters to petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml for demonstration * update samples * [typescript-axios] update samples Co-authored-by:
William Cheng <wing328hk@gmail.com>
-
cal authored
EclipseJdt cleanup 'EvaluateNullable' applied by erefactor. For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php For erefactor see https://github.com/cal101/erefactor
-
- 31 Mar, 2021 4 commits
-
-
Noor Dawod authored
* Change signature of deserialize() to be a Future. * Grammar tlc for a couple of sentences. * Make serialize() use a Future also. * Add useCompute as a parameter to ApiClient, adjust to use compute when serializing/deserializing. * Updated Pet Store client code. * Ordered imports. * Remove Flutter-specific implementation. * Rename global functions to serialize/deserialize JSON. * Fix return type for apiClientSerialize. * Updated pet store client code. * Remove remark for _deserialize. * Make _decodeBodyBytes a Future function. * Updated pet store client code. * Use await when calling serialize(). * Fix a grammatical error. * Adjust doc. * Centralize deserialization code in one function. * Updated pet store client code. * Add await to serialize() in few more tests. * Make output look better for linting and humans. * Updated pet store code. * Add an empty line. * Updated pet store code. * Call the right serializer. * Reuse same variable. * Updated pet store code. * Fix a logical error when deserializing. * Calculate growable once. * Ignore reassignment. * Adjust a test. * Regenerate petstore code. * Revert back previous test. * Use serialize() for testing. * Revert using serialize() for testing. * Add removal deprecation for serialize/deserialize. * Updated petstore code. * Updated deprecation note. * Adjust tests to wait for futures.
-
Peter Leibiger authored
-
William Cheng authored
-
William Cheng authored
* fix inner enum integer without format * add line break, update samples * remove line break * add line break * update SHA
-
- 30 Mar, 2021 5 commits
-
-
Luca Mazzanti authored
[csharp][netcore-httpclient] Reuse HttpClient, Allow use of external HttpClient. Patch to previous PR. (#9109) * [csharp][netcore-httpclient] Reuse HttpClient, Allow use of external HttpClient. * Updated samples * Removed local variables no more useful * Added InvalidOperationException when used a configuration not supported for the constructor * Updated samples
-
Justin Black authored
-
William Cheng authored
-
William Cheng authored
* minor code enhancement * remove unused files
-