Documentation
¶
Index ¶
- type Client
- type RawClient
- func (r *RawClient) Get(ctx context.Context, opts ...option.RequestOption) (*core.Response[*management.GetBrandingResponseContent], error)
- func (r *RawClient) Update(ctx context.Context, request *management.UpdateBrandingRequestContent, ...) (*core.Response[*management.UpdateBrandingResponseContent], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
WithRawResponse *RawClient
Templates *templates.Client
Themes *themes.Client
Phone *client.Client
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options *core.RequestOptions) *Client
func (*Client) Get ¶
func (c *Client) Get( ctx context.Context, opts ...option.RequestOption, ) (*management.GetBrandingResponseContent, error)
Retrieve branding settings.
func (*Client) Update ¶
func (c *Client) Update( ctx context.Context, request *management.UpdateBrandingRequestContent, opts ...option.RequestOption, ) (*management.UpdateBrandingResponseContent, error)
Update branding settings.
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) Get ¶
func (r *RawClient) Get( ctx context.Context, opts ...option.RequestOption, ) (*core.Response[*management.GetBrandingResponseContent], error)
func (*RawClient) Update ¶
func (r *RawClient) Update( ctx context.Context, request *management.UpdateBrandingRequestContent, opts ...option.RequestOption, ) (*core.Response[*management.UpdateBrandingResponseContent], error)
Click to show internal directories.
Click to hide internal directories.