Documentation
¶
Overview ¶
Package orgs is a thin HTTP client for the Bitwave core API /v3/orgs endpoints. It powers `bw org list / create` and the picker in `bw org switch`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a stateless HTTP wrapper.
type CreateRequest ¶
type CreateRequest struct {
Name string `json:"name"`
}
CreateRequest mirrors the minimum POST /v3/orgs body.
Click to show internal directories.
Click to hide internal directories.