Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { PropertyInfoClient *propertyinfo.Client PlayerInfoClient *playerinfo.Client }
func NewClient ¶
NewClient returns an ATI client that allows for access to all sublcients that access an individueal resources provided by the ATI REST service.
func (*Client) PlayerInfo ¶
func (client *Client) PlayerInfo() *playerinfo.Client
PlayerInfo returns a sub-client that has access to player infomation.
func (*Client) PropertyInfo ¶
func (client *Client) PropertyInfo() *propertyinfo.Client
PropertyInfo returns a sub-client that has access to property infomation.
Click to show internal directories.
Click to hide internal directories.