Documentation ¶
Index ¶
- type Client
- func (cl Client) Create(ctx context.Context, data map[string]interface{}) (map[string]interface{}, *http.Response, error)
- func (cl Client) Delete(ctx context.Context, id string) (*http.Response, error)
- func (cl Client) Get(ctx context.Context, id string) (map[string]interface{}, *http.Response, error)
- func (cl Client) Gets(ctx context.Context, params *GetAllParams) (map[string]interface{}, *http.Response, error)
- func (cl Client) Update(ctx context.Context, id string, data map[string]interface{}) (map[string]interface{}, *http.Response, error)
- type GetAllParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Client httpclient.Client
}
type GetAllParams ¶
Click to show internal directories.
Click to hide internal directories.