Documentation
¶
Index ¶
- Variables
- func GetDefaultUserAgent() string
- func GetDoloClient() *dolo.Client
- type Params
- func AccountPage(authHttpClient *http.Client, authBearer string) *Params
- func ApiProducts(authHttpClient *http.Client, authBearer string) *Params
- func CatalogPage(authHttpClient *http.Client, authBearer string) *Params
- func Details(authHttpClient *http.Client, authBearer string) *Params
- func GamesDbGogProduct(authHttpClient *http.Client, authBearer string) *Params
- func HltbData(buildId string) *Params
- func HltbRootPage() *Params
- func Licenses(authHttpClient *http.Client, authBearer string) *Params
- func OpenCriticApiGame() *Params
- func OrderPage(authHttpClient *http.Client, authBearer string) *Params
- func PcgwGogPageId() *Params
- func PcgwRaw() *Params
- func PcgwSteamPageId() *Params
- func ProtonDbSummary() *Params
- func SteamAppDetails() *Params
- func SteamAppList() *Params
- func SteamAppNews() *Params
- func SteamAppReviews() *Params
- func SteamDeckCompatibilityReports() *Params
- func UserAccessToken(authHttpClient *http.Client) *Params
- func UserWishlist(authHttpClient *http.Client, authBearer string) *Params
- func WikipediaRaw() *Params
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GitTag string
)
Functions ¶
func GetDefaultUserAgent ¶ added in v1.0.1
func GetDefaultUserAgent() string
func GetDoloClient ¶ added in v1.0.1
Types ¶
type Params ¶
type Params struct {
ProductType vangogh_integration.ProductType
UrlFunc func(id string) *url.URL
HttpClient *http.Client
HttpMethod string
AuthBearer string
UserAgent string
RateLimitRequests int
RateLimitMilliseconds int
}
func GamesDbGogProduct ¶
func HltbRootPage ¶
func HltbRootPage() *Params
func OpenCriticApiGame ¶ added in v0.9.50
func OpenCriticApiGame() *Params
func PcgwGogPageId ¶
func PcgwGogPageId() *Params
func PcgwSteamPageId ¶
func PcgwSteamPageId() *Params
func ProtonDbSummary ¶
func ProtonDbSummary() *Params
func SteamAppDetails ¶
func SteamAppDetails() *Params
func SteamAppList ¶ added in v1.1.9
func SteamAppList() *Params
func SteamAppNews ¶
func SteamAppNews() *Params
func SteamAppReviews ¶
func SteamAppReviews() *Params
func SteamDeckCompatibilityReports ¶
func SteamDeckCompatibilityReports() *Params
func UserAccessToken ¶
func WikipediaRaw ¶ added in v1.0.3
func WikipediaRaw() *Params
Click to show internal directories.
Click to hide internal directories.