Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2022 Changes in this version + type Config struct + AccessKey string + Product string + SecretKey string + Vendor string + Version string + type Request struct + func New(config Config) Request + func (request Request) Delete(path string) Response + func (request Request) Do(req *retryablehttp.Request) (response Response) + func (request Request) Get(path string) Response + func (request Request) InteractiveLogin() + func (request Request) Login(username string, password string) + func (request Request) Logout() + func (request Request) Patch(path string, body io.Reader) Response + func (request Request) Post(path string, body io.Reader) Response + func (request Request) Put(path string, body io.Reader) Response + type Response struct