Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a v1 client. Thread-safe.
func NewClient ¶
func NewClient(parent *communicator.APIResource, pathContext map[string]string) (*Client, error)
NewClient constructs a new v1 client
parent is the communicator.APIResource on top of which we want to build the new v1 client
Click to show internal directories.
Click to hide internal directories.