Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIErrorResponse ¶
type APIErrorResponse struct { Code string `json:"code"` Description string `json:"description,omitempty"` Context map[string]string `json:"context,omitempty"` Errors []APIErrorResponse `json:"errors,omitempty"` }
func (APIErrorResponse) Error ¶
func (a APIErrorResponse) Error() string
type APIResponse ¶
type APIResponse struct { Result string `json:"result"` Data json.RawMessage `json:"data,omitempty"` ErrResponse *APIErrorResponse `json:"error,omitempty"` }
type Client ¶
Client the Infomaniak client.
func (*Client) CreateDNSRecord ¶
func (*Client) DeleteDNSRecord ¶
Click to show internal directories.
Click to hide internal directories.