Versions in this module Expand all Collapse all v0 v0.0.1 Feb 20, 2024 Changes in this version + type Client struct + func NewClient(opt ...Options) *Client + func (thiz *Client) Delete(url string, params *Params, result ...any) (*resty.Response, error) + func (thiz *Client) Get(url string, params *Params, result ...any) (*resty.Response, error) + func (thiz *Client) Patch(url string, params *Params, result ...any) (*resty.Response, error) + func (thiz *Client) Post(url string, params *Params, result ...any) (*resty.Response, error) + func (thiz *Client) Put(url string, params *Params, result ...any) (*resty.Response, error) + type Options struct + BaseUrl string + type Params struct + Body any + Formdata map[string]string + Header map[string]string + Queries map[string]string