Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2026 Changes in this version + const ErrConflictError + const ErrDatabaseConnectionUnavailable + const ErrGatewayTimeout + const ErrInternalServerError + const ErrInvalidJSON + const ErrInvalidRequest + const ErrInvalidRequestURL + const ErrMissingVersion + const ErrObjectNotFound + const ErrRateLimited + const ErrRestrictedResource + const ErrServiceUnavailable + const ErrUnauthorized + const ErrValidationError + func IsRetryable(err error) bool + func ParseError(resp *resty.Response) error + type Client struct + func NewClient(token string) *Client + func (c *Client) Delete(path string) (*resty.Response, error) + func (c *Client) Get(path string) (*resty.Response, error) + func (c *Client) Patch(path string, body interface{}) (*resty.Response, error) + func (c *Client) Post(path string, body interface{}) (*resty.Response, error) + type PageIterator struct + func NewPageIterator(client *Client, path string, body map[string]interface{}) *PageIterator + func (p *PageIterator) HasMore() bool + func (p *PageIterator) Next() ([]byte, error)