William Cheng
|
bc12ada4c0
|
use write verbose in auth, better api doc (#5804)
|
2020-04-03 10:14:06 +08:00 |
|
William Cheng
|
f58ebf65d1
|
use Initialize instead of prepare (#5777)
|
2020-04-01 11:21:11 +08:00 |
|
William Cheng
|
24513091b0
|
use prepare instead of new (#5773)
|
2020-04-01 09:24:07 +08:00 |
|
William Cheng
|
0fd5d46585
|
add support for common verbs (#5771)
|
2020-03-31 22:37:30 +08:00 |
|
William Cheng
|
01f02f6c57
|
[PS][Experimental] Add multiple server support (#5741)
* code comment
* add get host setting
* add multiple server support
|
2020-03-29 21:44:18 +08:00 |
|
William Cheng
|
eac18a779d
|
[PowerShell][Experimental] Better docstring (#5688)
* add docstring to powershell module
* add doc string
|
2020-03-24 15:04:36 +08:00 |
|
William Cheng
|
57eb1a0fcf
|
[PowerShell] Fix map type (#5638)
* fix map type
* remove output type, fix appveyor
* test macos
* comment out failing scala test
* fix typo: configuration
* Revert "comment out failing scala test"
This reverts commit 1dcf84ffcbb7ab520938ae7c75d60a8329f71478.
|
2020-03-23 15:18:17 +08:00 |
|
William Cheng
|
457aff8496
|
[Powershell] refactor the client generator (#5629)
* add api client
* add local variables
* add configuration
* add header/query/form parameter support
* add partial header
* add auth, fix parameters type
* fix accept, content type
* url query string
* fix path, header
* remove dep on C# client
* fix method naming with package name
* fix object
* convert result from json
* better response handling
* remove tostring method
* fix model doc
* fix default module
* generate api test files
* better api, model tests
* fix add pet
* add appveyor
* fix accept, content type
* add petstore tests
* fix form parameters
* test delete
* better file handling (upload)
* better code sample
* add package version, better doc
* delete unused files
* fix header parameters
* clean up api client
* update samples
* support query parameter
* better method and parameter naming
* minor formatting change
* better doc, fix cookie parameter
* better doc
* add api prefix support
* better api nam prefix option
* fix configuration
* throw errors for required parameter
* fix authentication
* add try catch block to sample code
* rename model
* use debug, clean up comment
* revise code
* move bin script
* update doc
* add new file
* better map support
|
2020-03-19 15:53:11 +08:00 |
|