Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
func (*API) AddHandlers ¶
type Client ¶
func (*Client) CreateOrganization ¶
func (c *Client) CreateOrganization(ctx context.Context, options organization.CreateOptions) (*organization.Organization, error)
CreateOrganization creates a new organization with the given options.
func (*Client) DeleteOrganization ¶
DeleteOrganization deletes an organization via http.
type OrganizationClient ¶
type OrganizationClient = Client
Alias client to permit embedding it with other clients in a struct without a name clash.
Click to show internal directories.
Click to hide internal directories.