Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Genevieve LEsperance committed Dec 31, 2016
1 parent 873207a commit f25a825
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clients_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ import (
"github.com/pivotal-cf-experimental/warrant/internal/network"
)

// TODO: Pagination for List
// TODO: Change Secret
// TODO: Batch Create
// TODO: Batch Update
// TODO: Batch Secret Change
// TODO: Batch Delete
// TODO: Mixed Actions

// ClientsService provides access to the common client actions. Using this service, you can
// create, delete, or fetch a client. You can also fetch a client token.
type ClientsService struct {
Expand Down
3 changes: 3 additions & 0 deletions groups_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import (
)

// TODO: Pagination for List
// TODO: Update a group
// TODO: Patch a group
// TODO: Check membership

// GroupsService provides access to common group actions. Using this service,
// you can create, delete, fetch and list group resources.
Expand Down
2 changes: 2 additions & 0 deletions users_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ type Query struct {
// TODO: Query for user info
// TODO: Convert user ids to names
// TODO: Pagination for List
// TODO: Patch
// TODO: Change user password

// UsersService provides access to common user actions. Using this service, you can create, fetch,
// update, delete, and list users. You can also change and set their passwords, and fetch their tokens.
Expand Down

0 comments on commit f25a825

Please sign in to comment.