Skip to content

Commit

Permalink
Remove beta support for tokens API (#615)
Browse files Browse the repository at this point in the history
Removes beta support for tokens API, since it's no longer supported.

Reverts [#591](#591).
  • Loading branch information
bentranter committed Apr 24, 2023
1 parent ffdbf64 commit b3280ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 696 deletions.
2 changes: 0 additions & 2 deletions godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ type Client struct {
Storage StorageService
StorageActions StorageActionsService
Tags TagsService
Tokens TokensService
UptimeChecks UptimeChecksService
VPCs VPCsService

Expand Down Expand Up @@ -252,7 +251,6 @@ func NewClient(httpClient *http.Client) *Client {
c.Storage = &StorageServiceOp{client: c}
c.StorageActions = &StorageActionsServiceOp{client: c}
c.Tags = &TagsServiceOp{client: c}
c.Tokens = &TokensServiceOp{client: c}
c.UptimeChecks = &UptimeChecksServiceOp{client: c}
c.VPCs = &VPCsServiceOp{client: c}

Expand Down
228 changes: 0 additions & 228 deletions tokens.go

This file was deleted.

0 comments on commit b3280ad

Please sign in to comment.