docs: spelling: etc.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
e4a87f772f
commit
3e1cb8302a
28 changed files with 36 additions and 36 deletions
|
@ -124,9 +124,9 @@ func (api *Client) SetCookie(cks ...*http.Cookie) *Client {
|
|||
return api
|
||||
}
|
||||
|
||||
// Opts contains parameters for Call, CallJSON etc
|
||||
// Opts contains parameters for Call, CallJSON, etc.
|
||||
type Opts struct {
|
||||
Method string // GET, POST etc
|
||||
Method string // GET, POST, etc.
|
||||
Path string // relative to RootURL
|
||||
RootURL string // override RootURL passed into SetRoot()
|
||||
Body io.Reader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue