-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Swagger Golang client in the wfcli tool (#131)
Before, we used the HTTP client generated with go-swagger in the wfcli. However it has been a nuisance more than a benefit, namely it... - ...was bloated code (see the code removed vs added in this PR) without adding much additional functionality. - ...had bloated, and cumbersome dependencies. The go-openapi packages are unversioned and have frequent API-breaking changes. - ...prevented the reuse of functionality from the server-side (such as validation, event checking), as the generated client also had it is own custom models. The client that replaces this is a simple http client that simply uses the existing models and does not depend on the go-openapi runtime
- Loading branch information
1 parent
4ff1b3f
commit 02259b5
Showing
99 changed files
with
330 additions
and
7,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.