Skip to content

Commit d8d30ea

Browse files
committed
Add endpoints to manipulate team accounts.
- List payment methods for a given user. - List valid account types for a given user. - List account a user belongs to. - Create team account. - Update team account. - Cancel team account. - List audit log events. Signed-off-by: David Calavera <[email protected]>
1 parent 07580cd commit d8d30ea

Some content is hidden

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

49 files changed

+5053
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ It's still a work in progress and we welcome feedback and contributions.
88

99
We use [go-swagger](https://github.com/go-swagger/go-swagger) to validate our spec against the 2.0 spec of Open API.
1010

11-
To download the toolchain follow the installation instructions in that repository. You'll need to have Go installed.
11+
We currently depend on version 0.12.0 of the swagger toolchain. You can download the binary for your platform from this release page:
12+
13+
https://github.com/go-swagger/go-swagger/releases/tag/0.12.0
1214

1315
## Spec validation
1416

go/models/account_membership.go

+271
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)