Documentation
¶
Index ¶
Constants ¶
View Source
const ( GeographicLocation = "gl" HostLanguage = "hl" )
Variables ¶
View Source
var ( ErrRequiredFieldsMissing = errors.New("app URL or ID must be provided") ErrNotFound = errors.New("app by ID doesn't exist on app store") )
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
AdSupported bool
AndroidVersion string
AndroidVersionMin float64
Available bool
ContentRating string
ContentRatingDescription string
Description string
DescriptionHTML string
Developer string
DeveloperID string
DeveloperInternalID string
DeveloperURL string
DeveloperWebsite string
FamilyGenre string
FamilyGenreID string
Free bool
Genre string
GenreID string
HeaderImage string
IAPOffers bool
IAPRange string
Icon string
ID string
Installs string
InstallsMin int
InstallsMax int
Permissions map[string][]string
Price Price
PriceFull Price
PrivacyPolicy string
Ratings int
RatingsHistogram map[int]int
RecentChanges string
RecentChangesHTML string
Released string
Score float64
ScoreText string
Screenshots []string
SimilarURL string
Summary string
Title string
Updated time.Time
URL string
Version string
Video string
VideoImage string
// contains filtered or unexported fields
}
func (*App) LoadDetails ¶
LoadDetails loads page and maps app details into App
type HTTPClient ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.