Documentation ¶ Index ¶ func HttpDelete(url string, apitoken string) (string, error) func HttpGet(url string, apitoken string) (string, error) func HttpPost(url string, apitoken string, body []byte) (string, error) func HttpPut(url string, apitoken string, body []byte) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HttpDelete ¶ func HttpDelete(url string, apitoken string) (string, error) func HttpGet ¶ func HttpGet(url string, apitoken string) (string, error) func HttpPost ¶ func HttpPost(url string, apitoken string, body []byte) (string, error) func HttpPut ¶ func HttpPut(url string, apitoken string, body []byte) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files httpdelete.go httpget.go httppost.go httpput.go Click to show internal directories. Click to hide internal directories.