Versions in this module Expand all Collapse all v1 v1.0.2 Jun 1, 2026 v1.0.1 May 29, 2026 Changes in this version + const ApplicationJSON + const OctetStream + type APIError struct + Error struct{ ... } + type Client struct + func NewClient(baseURL, headerName, headerValue string) *Client + func (c *Client) Do(ctx context.Context, method, path string, queryParams map[string]string, ...) error + type Field struct + Name string + Value any + func (f *Field) WriteTo(writer *multipart.Writer) error + type File struct + FileName string + Name string + Reader io.Reader + func (f *File) WriteTo(writer *multipart.Writer) error + type FormPart interface + WriteTo func(writer *multipart.Writer) error