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