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)
XCPPost(orgID string, module string, files []string, values map[string]string, options ...Option) error
GetClient() *resty.Client
GetOrganization() string
}
Click to show internal directories.
Click to hide internal directories.