Discover Packages
github.com/bellinghamcodes/website
internal
instagram
package
Version:
v0.0.0-...-ed9e183
Opens a new window with list of versions in this module.
Published: Aug 16, 2018
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Media struct {
ID string `json:"id"`
Type MediaType `json:"__typename"`
Dimensions struct {
Width int
Height int
} `json:"dimensions"`
Thumbnail string `json:"thumbnail_src"`
Caption string `json:"caption"`
}
type User struct {
Username string `json:"username"`
Biography string `json:"biography"`
Media struct {
Nodes []Media `json:"nodes"`
} `json:"media"`
}
type UserResponse struct {
User User `json:"user"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.