Documentation ¶ Index ¶ Variables func GetUrl(useManagementToken bool) string func Request(path string, method string, body map[string]interface{}, ...) (map[string]interface{}, error) func RequestRaw(path string, method string, body map[string]interface{}, ...) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ View Source var VERSION = "v3" Functions ¶ func GetUrl ¶ added in v0.0.5 func GetUrl(useManagementToken bool) string func Request ¶ func Request(path string, method string, body map[string]interface{}, useManagementToken bool) (map[string]interface{}, error) func RequestRaw ¶ func RequestRaw(path string, method string, body map[string]interface{}, useManagementToken bool) (*http.Response, error) Types ¶ This section is empty. Source Files ¶ View all Source files get-url.go main.go Directories ¶ Show internal Expand all Path Synopsis api functions structs utils Click to show internal directories. Click to hide internal directories.