Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildrenEdge ¶
type ChildrenEdge struct {
Node ChildrenNode `json:"node"`
}
type ChildrenNode ¶
type EstChildren ¶
type EstChildren struct {
Edges []ChildrenEdge `json:"edges"`
}
EstChildren edge_sidecar_to_children
type GraphQL ¶
type GraphQL struct {
ShortcodeMedia ShortcodeMedia `json:"shortcode_media"`
}
type Response ¶
type Response struct { EntryData EntryData `json:"entry_data"` RolloutHash string `json:"rollout_hash"` }
func GetResponse ¶
func GetResponse(id string, ic *instaclient.InstaClient) (Response, error)
type ShortcodeMedia ¶
type ShortcodeMedia struct { ID string `json:"id"` DisplayURL string `json:"display_url"` IsVideo bool `json:"is_video"` VideoURL string `json:"video_url"` EstChildren EstChildren `json:"edge_sidecar_to_children"` }
Click to show internal directories.
Click to hide internal directories.