Skip to content

Commit 86fda84

Browse files
committed
experiment: use swagger to generate client libs
1 parent 32fbd7e commit 86fda84

File tree

175 files changed

+22125
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+22125
-6
lines changed

go.mod

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,26 @@ require (
77
cdr.dev/wsep v0.0.0-20200728013649-82316a09813f
88
github.com/briandowns/spinner v1.11.1
99
github.com/fatih/color v1.9.0
10-
github.com/google/go-cmp v0.4.0
10+
github.com/go-openapi/errors v0.20.0
11+
github.com/go-openapi/runtime v0.19.26
12+
github.com/go-openapi/strfmt v0.20.0
13+
github.com/go-openapi/swag v0.19.14
14+
github.com/go-openapi/validate v0.20.2
15+
github.com/go-swagger/go-swagger v0.26.1 // indirect
16+
github.com/google/go-cmp v0.5.2
1117
github.com/gorilla/websocket v1.4.2
1218
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
1319
github.com/klauspost/compress v1.10.8 // indirect
20+
github.com/mailru/easyjson v0.7.7 // indirect
1421
github.com/manifoldco/promptui v0.7.0
1522
github.com/mattn/go-colorable v0.1.8 // indirect
1623
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
1724
github.com/rjeczalik/notify v0.9.2
1825
github.com/spf13/cobra v1.1.1
19-
github.com/stretchr/testify v1.6.1
20-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
21-
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
22-
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
23-
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13
26+
github.com/stretchr/testify v1.7.0
27+
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
28+
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
29+
golang.org/x/sys v0.0.0-20201126233918-771906719818
2430
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
2531
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2632
nhooyr.io/websocket v1.8.6

go.sum

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

sdk2/client/api_keys/api_keys_client.go

Lines changed: 247 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)