Documentation ¶
Overview ¶
Package echo contains API functionality for issuing echo requests to the API.
Index ¶
Constants ¶
View Source
const (
// EchoPath can be used to test connectivity with the API.
EchoPath = "/api/v1/test/echo.json"
)
Variables ¶
View Source
var ErrInvalidEchoResponse = errors.New("invalid echo value received")
ErrInvalidEchoResponse indicates that an error request returned an invalid value.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.