Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DoRequest(method string, uri string, body interface{}) ([]byte, *errors.ApiError) DoRequestOut(method string, uri string, body interface{}, dataOut interface{}) *errors.ApiError }
func NewHttpClient ¶
func NewHttpClient() Client
type GraphClient ¶
type GraphClient interface {
DoRequest(uri string, query interface{}, variables map[string]interface{}) ([]byte, *errors.ApiError)
}
func NewGraphClient ¶
func NewGraphClient() GraphClient
Click to show internal directories.
Click to hide internal directories.