Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client expl
func (Client) Do ¶
Do is a wrapper around http.do that error checks and decodes the response. dst is an optional destination pointer that must be either implementing io.writer or a struct to be populated by JSON data as dst is a variadic argument, multiple dst may be passed, however any additional destinations are ignored with no error.
func (Client) PostForm ¶
PostForm is a wrapper around http.PostForm that takes multiple kinds of input, and makes error checks and decodes the response. src is the source struct or map dst is an optional destination pointer that must be either implementing io.writer or a struct to be populated by JSON data as dst is a variadic argument, multiple dst may be passed, however any additional destinations are ignored with no error.