Marin Atanasov Nikolov
c0e11ec01b
Add debug flag support for go-experimental generator ( #4649 )
...
* Add debug flag for go-experimental generator
* Check for errors before dumping the response in Go generator
* samples/openapi3: update samples for Go generators
2019-12-02 11:52:44 +08:00
William Cheng
fffe7c8a83
update samples
2019-11-23 00:24:50 +08:00
William Cheng
275d1db2e5
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-11-22 23:15:12 +08:00
William Cheng
de69eac316
Use non-batch mode in ensure-up-to-date ( #4573 )
...
* use non batch mode in ensure-up-to-date
* update samples
2019-11-22 11:43:52 +08:00
William Cheng
ac8b96b972
update samples without batch mode
2019-11-21 17:13:30 +08:00
William Cheng
facabd4472
Merge branch '4.3.x' into 5.0.x
2019-11-21 15:19:31 +08:00
William Cheng
60f4de0f22
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-11-20 18:15:22 +08:00
William Cheng
f07b3e0521
Prepare 4.2.2-SNAPSHOT ( #4497 )
...
* update to 4.2.2-SNAPSHOT
* update doc
* update samples
* skip ocaml test
* update version
* fix version
2019-11-15 21:34:25 +08:00
William Cheng
4ca9430474
sync master, update doc
2019-11-04 09:38:22 +08:00
William Cheng
4824bb7711
sync master, update samples
2019-11-04 09:28:19 +08:00
William Cheng
47e2c0d027
update samples ( #4334 )
2019-10-31 13:31:49 +08:00
William Cheng
90c7f53a1b
Allow retrieving the underlying configuration for APIClient ( #4195 )
2019-10-21 16:14:00 +08:00
Colin Arnott
080991823a
[Go] Upgrade dependencies ( #4126 )
...
antihax/optional#1 added module support, and was tagged as a stable
release. This change consumes that tag, and updates the psuedo-version
for golang.org/x/oauth2.
2019-10-17 20:09:02 +08:00
wing328
54151891cc
Merge branch 'master' into 5.0.x
2019-10-17 11:18:57 +08:00
Hippolyte HENRY
3693d60840
Add newline between function signature of operation and summary of operation ( #4112 )
...
* Add newline after function signature
* update Petstore
* [go] Add newline after function signature
* update petstore
2019-10-15 14:46:45 +08:00
Thiago Arrais
cb2bf4d2bf
Do not check status code for default response ( #3322 )
...
* Do not check status code for default response
* Updated generated code/docs
Because Circle CI said
> Please run 'bin/utils/ensure-up-to-date' locally and commit
> changes (UNCOMMITTED CHANGES ERROR)
2019-10-15 01:29:46 +08:00
Zbigniew Mandziejewicz
2cab048d41
[go-experimental] export required fields without pointer ( #3989 )
...
* [go-experimental] export required fields without pointer, only omitempty if type is not required and not nullable
* fix: go-experimental sample code
* fix: export nullable field as pointer
* update samples
* feat: nullable types
* add getter/setter for required fields, improve docstring
2019-10-15 01:19:47 +08:00
William Cheng
cf38c56aa6
Fix readonly with isReadOnly ( #4102 )
...
* fix readonly
* update samples
2019-10-09 15:16:22 +08:00
William Cheng
8f86f0f04a
Merge remote-tracking branch 'origin/4.2.x' into 5.0.x
2019-10-08 21:21:04 +08:00
William Cheng
d4500b307f
Merge remote-tracking branch 'origin/master' into 4.2.x
2019-10-04 15:02:58 +08:00
sunn
7a95c9e20d
Regenerate after rebase ( #4000 )
2019-09-30 21:23:55 +02:00
sunn
600a81f76e
[golang] Regenerate all go samples ( #3988 )
...
* Regenerate all go samples
* Update API Key usage
* Add go-experimental script
2019-09-30 18:38:51 +02:00
William Cheng
91daca36ef
Better Go code format ( #3819 )
...
* better varible naming
* better comments
* better code format for go experimental client
* better comment, update samples
2019-09-04 14:22:06 +08:00
William Cheng
7afd350616
[WIP] Escape import with underscore in go-experimental client ( #3659 )
...
* escape import with underscore in go client
* update ioutil
* Fix collectionFormat=multi request bug in go experimental
2019-08-26 10:38:24 +08:00
Slavek Kabrda
0fec25e92e
[Go][experimental-client]: make struct members pointers, provide custom marshalling ( #3371 )
...
* [Go][experimental-client] Properly define packageName for go-experimental sample client
* [Go][experimental-client] make structure members pointers, provide custom marshalling.
2019-07-18 15:52:37 +09:00
William Cheng
0b79c5b6be
Add new Go client (experimental) generator ( #3268 )
...
* add new go experimental generator
* extends go client codegen
* add go samples and test
* comment out haskell client test
2019-07-04 22:56:49 +08:00