Versions in this module Expand all Collapse all v0 v0.8.0 Mar 17, 2025 Changes in this version + type Client struct + func NewClient(client *rest.Client) *Client + func (c Client) Create(ctx context.Context, data []byte, ro rest.RequestOptions) (*http.Response, error) + func (c Client) Delete(ctx context.Context, id string, ro rest.RequestOptions) (*http.Response, error) + func (c Client) Get(ctx context.Context, id string, ro rest.RequestOptions) (*http.Response, error) + func (c Client) List(ctx context.Context, ro rest.RequestOptions) (*http.Response, error) + func (c Client) Update(ctx context.Context, id string, data []byte, ro rest.RequestOptions) (*http.Response, error)