Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CoreTypes = map[string]struct{}{
"String": {},
"Boolean": {},
"Integer": {},
"Float": {},
}
)
Functions ¶
func Verify ¶
func Verify(items *APIResponse) bool
Types ¶
type APIResponse ¶
type APIResponse struct { Version string `json:"version"` ReleaseDate string `json:"release_date"` Changelog string `json:"changelog"` Methods []*Method `json:"methods"` Types []*Type `json:"types"` Enums []*Enum `json:"enums"` }
func RetrieveInfo ¶
func RetrieveInfo() (*APIResponse, error)
Click to show internal directories.
Click to hide internal directories.