Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodGet Method = "GET" MethodPost = "POST" MethodPut = "PUT" MethodDelete = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct { AccessKey string // contains filtered or unexported fields }
func (*Api) Request ¶
func (a *Api) Request(method Method, path string, opts *RequestOptions) *gorequest.SuperAgent
func (*Api) Upload ¶
func (a *Api) Upload(path string, opts *RequestOptions) *gorequest.SuperAgent
Click to show internal directories.
Click to hide internal directories.