Tiffany Marrel
be651e7776
[powershell] cleanup documentation ( #15355 )
...
* [powershell] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [powershell] fix anchor links in documentation
2023-05-09 14:21:09 +08:00
Tiffany Marrel
2b19d5f94d
[Ruby] fix documentation of API authorization in README files ( #15353 )
...
align wording across generators
2023-05-09 14:17:34 +08:00
Tiffany Marrel
e32da0efda
[apex] fix documentation of API authorization in README files ( #15348 )
...
align wording across generators
2023-05-09 14:16:58 +08:00
Tiffany Marrel
63913f2d0a
[c] fix documentation of API authorization in README files ( #15341 )
...
align wording across generators
2023-05-09 14:15:27 +08:00
Tiffany Marrel
ba8ca1e7ac
[R] fix documentation of API authorization in README files ( #15354 )
...
align wording across generators
2023-05-09 14:07:50 +08:00
Jorge Rodríguez Martín
fb059c259c
[BUG][JAVA][restTemplate] ApiClient is not compatible with spring-web 6 Observation API ( #15421 )
...
* ApiClient is not compatible with spring-web 6 Observation API. Field uri is never filled
* Update samples
2023-05-09 14:04:51 +08:00
William Cheng
3cf646cda8
[csharp-netcore] fix back slash in regex ( #15441 )
...
* fix back slash in regex (csharp-netcore)
* undo add pattern test
* update shasum
2023-05-09 13:52:46 +08:00
devhl-labs
7bc10b03d0
[csharp-netcore][generichost] Move deserialization to method ( #15454 )
...
* removed extra line break
* moved deserialization to method
2023-05-09 13:47:15 +08:00
Dan Čermák
ff9b38404e
Fix repository url in pyproject.toml ( #15444 )
...
The url had the repo id & user id in the wrong order
2023-05-09 01:29:34 +08:00
Tiffany Marrel
3685c0c1d6
[dart] cleanup documentation ( #15344 )
...
* [dart] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [dart] fix anchor links in documentation
* [dart] address review comments
This reverts commit cff17aca and part of commit eecf1dd4
2023-05-09 01:27:51 +08:00
Ahmed Fwela
3d722c1083
[dart-dio] fix endpoints returning null ( #15433 )
...
* fix endpoints returning null
* add const back
2023-05-09 01:27:29 +08:00
William Cheng
f82a311bf8
update samples
2023-05-08 18:02:59 +08:00
Dan Čermák
5d602c628e
Add Python 3.11 to github-workflow.mustache ( #15442 )
2023-05-08 17:51:42 +08:00
Beppe Catanese
3d2ec72461
[JAVA] Okhttp-gson: blank line between annotations and method signature ( #15430 )
...
* Remove extra blank line
* Regenerate samples
2023-05-08 14:39:46 +08:00
William Cheng
b4eb7071e4
[python-nextgen] support constructor with position argument in oneOf/anyOf model ( #15434 )
...
* support position constructor
* update samples
* update test
2023-05-08 10:00:57 +08:00
Tomasz Prus
72cb03b865
[python-nextgen] fix typing for bytes with validations ( #15437 )
...
* [python-nextgen] fix typing for bytes with validations
* update samples
2023-05-08 10:00:29 +08:00
devhl-labs
c6b31a3e08
removed extra line break ( #15438 )
2023-05-08 09:54:34 +08:00
William Cheng
cc620d8ba2
fix incorrect mustache tag ( #15424 )
2023-05-05 16:15:53 +08:00
Tiago Silva
56495d1486
Python Allow clients to define TLS Server name when using ( #15283 )
...
This PR allows users to define custom SNI when using the python clients
Fixes https://github.com/OpenAPITools/openapi-generator/issues/15282
2023-05-05 16:11:57 +08:00
William Cheng
737cb362b0
add option, update doc ( #15419 )
2023-05-05 14:59:33 +08:00
William Cheng
7259d812bd
[csharp-netcore] Better handling of oneOf/anyOf with duplicated data type ( #15377 )
...
* better handling of oneOf/anyOf with duplicated data type
* update generichost template
* remove newline in eof
* bug fix (#15413 )
---------
Co-authored-by: devhl-labs <shawnkanyer@gmail.com>
2023-05-05 14:25:45 +08:00
Jorge Rodríguez Martín
76c05b2991
Add property generateClientAsBean for config creation of ApiClient.java and XXXApi.java ( #15416 )
2023-05-05 14:18:44 +08:00
William Cheng
182240ea1d
[csharp-netcore] Better regular expression ( #15378 )
...
* do not escape regular expression in c#
* update samples
* better code format
2023-05-04 18:42:30 +08:00
William Cheng
6fa089adee
Add @deprecated to methods in python-nextgen ( #15380 )
...
* add @deprecated to methods in python-nextgen
* add deprecated as comment
* add deprecation warnings
* add warnings import
* remove import
2023-05-04 18:17:24 +08:00
William Cheng
854afc9be1
Update elm workflow to cover more tests ( #15415 )
...
* add more elm tests
* trigger build failure
* Revert "trigger build failure"
This reverts commit 83b407f5a124439023835abaab39cc25ea623362.
2023-05-04 16:16:58 +08:00
William Cheng
bc6d30832b
add copyright, remove unused import ( #15394 )
2023-05-04 16:14:30 +08:00
William Cheng
a0b79d87f2
Minor improvement to the N4JS client generator ( #15414 )
...
* minor improvement to the N4JS client generator
* mark generator as beta
2023-05-04 16:13:10 +08:00
mmews-n4
db478c3452
Support language N4JS (2nd) ( #15397 )
...
* n4js initial commit
* incorporate feedback from user
* add tests
* fix media type in case of DELETE method
* fix media type
* some minor fixes
* options fix for booleans
* small fixes
* generated files by ./bin/utils/ensure-up-to-date
* remove String::toLowerCase due to de.thetaphi:forbiddenapis
* adjust test expectation
* fix test expectations
* fix test expectation
* add note to section 'Languages/Generators'
* remove file according to review
* replace tabs by spaces
* replace tabs by spaces (2)
* update two generated files
* remove test file
* move statement
2023-05-03 20:50:21 +08:00
William Cheng
aea7cef6a1
Revert "Support language N4JS ( #15089 )" ( #15396 )
...
This reverts commit a83470066e3fbfcaaca49eae4a60f0af9d52b889.
2023-05-03 15:43:07 +08:00
mmews-n4
a83470066e
Support language N4JS ( #15089 )
...
* n4js initial commit
* incorporate feedback from user
* add tests
* fix media type in case of DELETE method
* fix media type
* some minor fixes
* options fix for booleans
* small fixes
* generated files by ./bin/utils/ensure-up-to-date
* remove String::toLowerCase due to de.thetaphi:forbiddenapis
* adjust test expectation
* fix test expectations
* fix test expectation
* add note to section 'Languages/Generators'
* remove file according to review
2023-05-03 15:23:45 +08:00
William Cheng
0cbf118757
add surefire rerun tests ( #15390 )
2023-05-03 15:19:55 +08:00
Robert Schweizer
0a4648f7a0
fix(python-nextgen): Date query params typo ( #15395 )
2023-05-03 15:17:51 +08:00
William Cheng
4e8d41bd79
Fix circleci test failures ( #15317 )
...
* fix circleci test failures
* trigger test
* update circleici pom.xml
* rearrange test
* comment out tests
* fix test
* comment out python-prior
* comment out test
* fix import
* comment out tests
2023-05-03 15:17:25 +08:00
Christopher Kobusch
45a3fe05f5
Add Xojo client generator ( #15194 )
...
* Add Xojo client
* Add Xojo client generator
* Add Xojo client generator
* hide generation timestamp for xojo samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com>
2023-05-03 14:06:40 +08:00
Beppe Catanese
61aadb32bd
[GO] Add go.mod in go-gin-server generator ( #15339 )
...
* Add go.mod
* Add test
* Generate import path
* Update samples
2023-05-03 11:45:24 +08:00
William Cheng
92bcdea2fa
Revert "Remove CXF imports and dependency ( #15364 )" ( #15392 )
...
This reverts commit 6686fb87b9901ee0eeff9ef6e91b1e9c51704569.
2023-05-03 11:00:12 +08:00
William Cheng
021d3a311a
[python-nextgen] Add ApiResponse object ( #15367 )
...
* add ApiResponse object
* fix tests
* improve api response
* add back _preload_content, add tests
2023-05-03 09:45:54 +08:00
William Cheng
bec32ae67f
update samples
2023-05-03 09:43:43 +08:00
vanwobe
8a9afabb61
https://github.com/OpenAPITools/openapi-generator/issues/14599 ( #15388 )
...
Co-authored-by: vanwobe <bert.vanwolleghem@ext.ec.europa.eu>
2023-05-03 09:30:11 +08:00
Michel Wohlert
502a8a8ebf
Fix request parameter encode call ( #15313 )
...
Co-authored-by: Wohlert, Michel <michel.wohlert@karlstorz.com>
2023-05-03 01:10:32 +08:00
Steffen Nießing
6686fb87b9
Remove CXF imports and dependency ( #15364 )
2023-05-03 01:09:16 +08:00
Albina Gimaletdinova
f8d5c547e3
Add urls to ktor and Vert.x in README ( #15369 )
2023-05-02 23:11:24 +08:00
Peter Leibiger
e356b770d2
[dart][dart-dio] Fix property deprecation and add parameter deprecation ( #15374 )
...
Addresses problems in #13818
2023-05-02 19:42:06 +08:00
Noor Dawod
fefbfd6aa2
Drop default value when unnecessary. ( #15368 )
...
* Drop default value when unnecessary.
* Simplify code.
* Simplify code.
* Generate Petstore sample code.
2023-05-02 19:41:33 +08:00
André Andersson
42fa07dd33
[Elm] Add support for petstore spec ( #15257 )
...
* Add petstore config
* Expand lambda to allow formatting of partials
* Fix order of operation with parenthesis
* Fix not exposing needed enum to string converters
* Add support for form params including files
* Add generated petstore client
* Regenerate existing elm client
* Add script that all files compile successfully
* Remove old unmaintained petstore client
* Add pipeline to try and compile elm clients
2023-05-02 16:50:57 +08:00
William Cheng
961980f284
[python-nextgen] add support for StrictBytes ( #15365 )
...
* add strictbyte support in python-nextgen client
* update samples
* use union of strictbytes, strictstr for backward compatibility
2023-05-01 10:51:22 +08:00
William Cheng
c7c5dd2673
remove unused file
2023-05-01 10:05:39 +08:00
Tiffany Marrel
5f8c4ec640
[swift5] cleanup documentation ( #15351 )
...
* [swift5] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [swift5] fix anchor links in documentation
---------
Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
2023-04-30 09:11:45 +01:00
William Cheng
ab819b9b18
mark python-nextgen as stable ( #15360 )
2023-04-29 13:51:01 +08:00
William Cheng
1f4d323020
fix enum support in oneof/anyof in python-nextgen ( #15340 )
2023-04-29 13:50:47 +08:00