Documentation ¶
Index ¶
- type Cookies
- type Get
- type InstaClient
- func (ic *InstaClient) AddCookie(c *http.Cookie) error
- func (ic *InstaClient) AddCookies(cookies []*http.Cookie) error
- func (ic *InstaClient) DeleteCookies()
- func (ic *InstaClient) GetCookies() (Cookies, error)
- func (ic *InstaClient) SendGet(g Get) (*http.Response, error)
- func (ic *InstaClient) SendPost(p Post) (*http.Response, error)
- func (ic *InstaClient) SetCookies(src Cookies) error
- type Post
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstaClient ¶
type InstaClient struct {
// contains filtered or unexported fields
}
func (*InstaClient) AddCookies ¶
func (ic *InstaClient) AddCookies(cookies []*http.Cookie) error
func (*InstaClient) DeleteCookies ¶
func (ic *InstaClient) DeleteCookies()
func (*InstaClient) GetCookies ¶
func (ic *InstaClient) GetCookies() (Cookies, error)
func (*InstaClient) SetCookies ¶
func (ic *InstaClient) SetCookies(src Cookies) error
Click to show internal directories.
Click to hide internal directories.