Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPC ¶
type RPC struct {
Auth *auth.APIKeyAuthentication
}
RPC handles the remote procedure call requests
func (RPC) CreateRequest ¶
CreateRequest formats a request with all the necessary headers
func (RPC) ExecuteRequest ¶
ExecuteRequest takes a prepared http.Request and returns the body of the response If the response is not of HTTP Code 200, an error is returned
Click to show internal directories.
Click to hide internal directories.