Versions in this module Expand all Collapse all v1 v1.4.23 Jul 11, 2018 Changes in this version + func Csv(f func() (*http.Response, error), comma rune) ([][]string, error) v1.4.17 Nov 11, 2017 Changes in this version + func JSON(f func() (*http.Response, error), v interface{}) error + func String(f func() (*http.Response, error)) (string, error) + func XML(f func() (*http.Response, error), v interface{}) error