Versions in this module Expand all Collapse all v0 v0.1.1 Nov 23, 2024 Changes in this version + func GetInto(client *http.Client, target interface{}, url string, body interface{}) (err error) + func GetIntoWithContentType(client *http.Client, target interface{}, url string, body io.Reader, ...) (err error) + func NewCmd(arg string, args ...string) *exec.Cmd + func NewCmdCtx(ctx context.Context, arg string, args ...string) *exec.Cmd + func Post(client *http.Client, url string, body interface{}) (err error) + func PostMultipartFiles(client *http.Client, url string, options *qbittorrent_model.AddTorrentsOptions, ...) (err error) + func PostMultipartLinks(client *http.Client, url string, options *qbittorrent_model.AddTorrentsOptions, ...) (err error) + func PostWithContentType(client *http.Client, url string, body io.Reader, contentType string) (err error) v0.1.0 Nov 7, 2024