Cam K
0816008f1e
Fix 6.4.0 SNAPSHOT link ( #14726 )
2023-02-17 09:48:14 +08:00
Andre Vegas
d7edbad8d6
[java][apache-httpclient] update httpclient dependency to the latest 5.x ( #14673 )
...
* #14672 - adding generator with apache http client 5
* #14672 - adding generator with apache http client 5
* #14672 - adding generator with apache http client 5
* #14672 - adding generator with apache http client 5
2023-02-15 15:12:39 +08:00
William Cheng
d90bdcbec7
update readme ( #14626 )
2023-02-06 11:02:04 +08:00
William Cheng
31c3a40b4c
[python-nextgen] fix bug fix and enhancement ( #14308 )
...
* add access token
* remove disabled_client_side_validations
* remove discard_unknown_keys
* update samples
* fix array/map default value
* add krjakbrjak to python tc
2023-02-04 15:34:14 +08:00
William Cheng
6072646899
Cleanup go-deprecated files, go-experimental doc ( #14606 )
...
* cleanup go-deprecated files, go-experimental doc
* update readme
2023-02-03 15:14:10 +08:00
William Cheng
31a89e35cb
Prepare 6.4.0 ( #14582 )
...
* update to 6.4.0 snapshot
* update samples
* update doc
2023-02-01 22:44:40 +08:00
julien Lengrand-Lambert
eca9ec775b
Feat/jetbrains http client ( #14477 )
...
* Dummy client generated
* Adding dummy versions, my IDE crashed
* Making my first actual requests
* Creates first version of API Generator for Jetbrains Client
* Adds generated API files
* Adds more complex API definition
* Adds basic supporting files
* Adds empty environment file for variables
* Adds basic README
* Adds minimal set of values in env file`
* Adds minimal support for API Key header
* Adds Adyen API sample
* Add null checks on code
* Simplifies the generator, cleans output
* Improves README
* Fix minor issues with README
* Removes API file and config used for local testing
* Remove leftover logging file
* Disables tests as I find how to write them
* Sets generator as experimental
* Add new generator language enum value
* Adds generator doc file
* Adds generators main file
* Removes unused method. Adds my name
* Adding Jetbrains HTTP Client to the README
2023-01-31 22:03:15 +08:00
William Cheng
37e8cfadc7
minor imrovemets to julia generators ( #14560 )
2023-01-30 20:20:45 +08:00
Tanmay Mohapatra
4bc16ea6bb
Added a Julia client and server ( #14520 )
...
* Added a Julia client and server
This PR adds two new generators for the [Julia language](https://julialang.org/ )
- `julia-client` to generate a client from specifications
- `julia-server` to generate a server with stubs that can be used to host a server conforming to the specifications
The generated code uses the Julia [OpenAPI.jl](https://github.com/JuliaComputing/OpenAPI.jl ) package that includes support functions for both client and server.
* fix javadoc generation
* add changes after ensure-up-to-date run
2023-01-30 16:40:33 +08:00
Martin Delille
03299528e9
Add conan badge ( #14537 )
2023-01-28 12:12:20 +08:00
William Cheng
34b343ff80
add links to blog posts about openapi-generator ( #14311 )
2022-12-21 22:46:22 +08:00
William Cheng
22bd3e31dc
add Bump.sh as bronzer sponsor ( #14162 )
2022-12-02 17:12:40 +08:00
William Cheng
32a5e88ba9
update readme
2022-11-01 18:29:04 +08:00
William Cheng
cd5c6586a4
update readme ( #13847 )
2022-10-28 11:50:20 +08:00
Matt Cole
d35bbbd17f
docs: Add Twilio ( #13788 )
...
Added Twilio to "Companies/Projects using OpenAPI Generator"
https://github.com/twilio/twilio-oai-generator will soon be used to generate all of our helper libraries (currently used for twilio-go)!
2022-10-22 09:58:34 +08:00
William Cheng
add4dfff8e
add FINBOURNE as bronze sponsor ( #13770 )
2022-10-20 08:56:06 +08:00
William Cheng
70fcfebc6c
Add Burkert as the bronze sponsor ( #13731 )
...
* add Burkert as the bronze sponsor
* use jpg
2022-10-18 23:15:59 +08:00
William Cheng
ba192741af
Add @jacob-pro to the Rust technical committee ( #13639 )
2022-10-07 23:12:10 +08:00
水上 皓登
922f9783fd
add a link to blog post ( #13574 )
2022-10-03 18:04:02 +08:00
Justin Black
2920c7bf91
Update readme active python reviewers ( #13567 )
2022-10-01 13:53:56 -07:00
William Cheng
4ba43f7577
add design philosophy ( #13535 )
2022-09-28 00:18:09 +08:00
William Cheng
694a4c93c8
Add Bandwidth to the user list ( #13532 )
...
* add bandwidth to the user list
* Update README.md
Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>
* update link
Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>
2022-09-27 22:16:50 +08:00
William Cheng
ac7ebf67dd
Prepare 6.2.1 ( #13517 )
...
* update to 6.2.1-SNAPSHOT
* update samples
* update doc
2022-09-25 00:10:30 +08:00
William Cheng
4f732c53e1
add links to blog post
2022-09-20 22:48:15 +08:00
William Cheng
928070c57a
Prepare 6.1.1 SNAPSHOT version ( #13399 )
...
* prepare v6.1.1
* update samples
* update doc
2022-09-11 19:08:23 +08:00
William Cheng
2fc9264ac8
add Zomzog to java spring technical committee
2022-09-05 11:59:43 +08:00
Jacob Halsey
4e123436d0
[rust-server]: Update help ( #13194 )
2022-08-16 15:35:51 +08:00
RoccoShi
a4ea593c3f
add a link to blog post ( #12980 )
...
I tried to write a minimal example of java client and server based on openapi-generator-maven-plugin.
[project](https://github.com/Lincest/openapi-generator-maven-plugin-demo ) and [blog](https://blog.roccoshi.top/2022/java/openapi-generator%E7%9A%84%E4%BD%BF%E7%94%A8/ )
2022-07-22 13:32:03 +08:00
William Cheng
0ce606c7c5
add a link to blog post
2022-07-22 10:43:36 +08:00
Clément Petit
f830adac5b
Add Glovo to the list of companies ( #12870 )
2022-07-15 15:33:44 +08:00
William Cheng
2f81e2d9e1
update readme with next release info
2022-07-04 01:41:44 +08:00
William Cheng
9e412edb64
Prepare 6.0.1 release ( #12762 )
...
* update to v6.0.1
* update doc
* update samples
2022-07-03 23:36:46 +08:00
Beppe Catanese
78380c239d
Add Adyen ( #12702 )
2022-06-27 12:32:15 +08:00
William Cheng
8c0cb8b0aa
ad fastly to user list ( #12547 )
2022-06-07 10:23:05 +08:00
William Cheng
c829567f75
add a link to blog post on api first
2022-06-06 11:40:59 +08:00
Jochen Schalanda
41a2964246
Add support for remote development with Gitpod ( #12508 )
...
https://gitpod.io/
https://www.gitpod.io/docs/languages/java
2022-06-03 00:33:12 +08:00
William Cheng
36a9cf394d
update samples ( #12466 )
2022-05-26 12:13:59 +08:00
Bilel Benamira
2ecbf324ef
Update README.md ( #12461 )
2022-05-25 23:35:45 +08:00
William Cheng
621f87b5e6
minor enhancements to php symfony 6 generator ( #12455 )
2022-05-25 16:12:22 +08:00
William Cheng
7a0ff20c19
add Merge as bronze spnosor ( #12427 )
2022-05-22 17:47:56 +08:00
William Cheng
5578f178d4
add a link to youtube video
2022-05-19 11:16:48 +08:00
Nicolai Davies
f6263b5e08
Add Trifork to list of companies using OpenAPI generator ( #12393 )
2022-05-19 01:11:25 +08:00
Louis Koo
bc71ed9cbb
[README] add deeproute to company list ( #12358 )
...
Signed-off-by: zhucan <zhucan.k8s@gmail.com>
2022-05-13 14:29:20 +08:00
Jérôme Jutteau
32d15100b0
[README] Add Outscale to companies using OpenAPI Generator ( #12352 )
2022-05-12 19:45:31 +08:00
William Cheng
cb86b509ef
add virtualansoftware as sponsor ( #12320 )
2022-05-10 01:18:25 +08:00
William Cheng
da765032cc
add Tencent to the company list ( #12252 )
2022-04-27 16:26:05 +08:00
William Cheng
84167ca3db
update url to travis ci
2022-04-17 09:12:11 +08:00
William Cheng
a223b5468f
Add @mkusaka to TS technical committee ( #12150 )
2022-04-16 16:36:14 +08:00
William Cheng
f88024a4ee
update readme with onesignal ( #12126 )
2022-04-13 13:43:44 +08:00
William Cheng
d17316e8d9
update readme
2022-04-11 12:06:21 +08:00