Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Post(path string, body *jnode.Node, options ...Option) (*jnode.Node, error) Patch(path string, body *jnode.Node, options ...Option) (*jnode.Node, error) Get(path string, options ...Option) (*jnode.Node, error) GetWithParams(path string, params map[string]string, options ...Option) (*jnode.Node, error) Delete(path string, options ...Option) (*jnode.Node, error) GetClient() *resty.Client }
Click to show internal directories.
Click to hide internal directories.