Documentation
¶
Overview ¶
Package instagram provides Instagram profile fetching via anonymous API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles Instagram requests.
type Option ¶
type Option func(*config)
Option configures a Client.
func WithHTTPCache ¶ added in v0.9.7
WithHTTPCache sets the HTTP cache.
func WithLogger ¶ added in v0.9.7
WithLogger sets a custom logger.
Click to show internal directories.
Click to hide internal directories.