Documentation
¶
Overview ¶
Package crawlora provides a Go client for the public Crawlora API.
The SDK includes API-key and JWT authentication helpers, grouped endpoint services, generated typed endpoint variants, request retries, multipart uploads, and text or JSON response handling.
Index ¶
- Constants
- type AirbnbRoomCalendarParams
- type AirbnbRoomCalendarResponse
- type AirbnbRoomParams
- type AirbnbRoomResponse
- type AirbnbRoomReviewsParams
- type AirbnbRoomReviewsResponse
- type AirbnbSearchParams
- type AirbnbSearchResponse
- type AirbnbService
- func (s *AirbnbService) Room(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AirbnbService) RoomCalendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AirbnbService) RoomCalendarTyped(ctx context.Context, params AirbnbRoomCalendarParams, opts ...RequestOption) (AirbnbRoomCalendarResponse, error)
- func (s *AirbnbService) RoomReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AirbnbService) RoomReviewsTyped(ctx context.Context, params AirbnbRoomReviewsParams, opts ...RequestOption) (AirbnbRoomReviewsResponse, error)
- func (s *AirbnbService) RoomTyped(ctx context.Context, params AirbnbRoomParams, opts ...RequestOption) (AirbnbRoomResponse, error)
- func (s *AirbnbService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AirbnbService) SearchTyped(ctx context.Context, params AirbnbSearchParams, opts ...RequestOption) (AirbnbSearchResponse, error)
- type AmazonProductParams
- type AmazonProductResponse
- type AmazonSearchParams
- type AmazonSearchResponse
- type AmazonService
- func (s *AmazonService) Product(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AmazonService) ProductTyped(ctx context.Context, params AmazonProductParams, opts ...RequestOption) (AmazonProductResponse, error)
- func (s *AmazonService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AmazonService) SearchTyped(ctx context.Context, params AmazonSearchParams, opts ...RequestOption) (AmazonSearchResponse, error)
- func (s *AmazonService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AmazonService) SuggestTyped(ctx context.Context, params AmazonSuggestParams, opts ...RequestOption) (AmazonSuggestResponse, error)
- type AmazonSuggestParams
- type AmazonSuggestResponse
- type AppStoreAppParams
- type AppStoreAppResponse
- type AppStoreDeveloperParams
- type AppStoreDeveloperResponse
- type AppStoreListParams
- type AppStoreListResponse
- type AppStorePrivacyParams
- type AppStorePrivacyResponse
- type AppStoreRatingsParams
- type AppStoreRatingsResponse
- type AppStoreReviewsParams
- type AppStoreReviewsResponse
- type AppStoreSearchParams
- type AppStoreSearchResponse
- type AppStoreService
- func (s *AppStoreService) App(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) AppTyped(ctx context.Context, params AppStoreAppParams, opts ...RequestOption) (AppStoreAppResponse, error)
- func (s *AppStoreService) Developer(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) DeveloperTyped(ctx context.Context, params AppStoreDeveloperParams, opts ...RequestOption) (AppStoreDeveloperResponse, error)
- func (s *AppStoreService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) ListTyped(ctx context.Context, params AppStoreListParams, opts ...RequestOption) (AppStoreListResponse, error)
- func (s *AppStoreService) Privacy(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) PrivacyTyped(ctx context.Context, params AppStorePrivacyParams, opts ...RequestOption) (AppStorePrivacyResponse, error)
- func (s *AppStoreService) Ratings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) RatingsTyped(ctx context.Context, params AppStoreRatingsParams, opts ...RequestOption) (AppStoreRatingsResponse, error)
- func (s *AppStoreService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) ReviewsTyped(ctx context.Context, params AppStoreReviewsParams, opts ...RequestOption) (AppStoreReviewsResponse, error)
- func (s *AppStoreService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) SearchTyped(ctx context.Context, params AppStoreSearchParams, opts ...RequestOption) (AppStoreSearchResponse, error)
- func (s *AppStoreService) Similar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) SimilarTyped(ctx context.Context, params AppStoreSimilarParams, opts ...RequestOption) (AppStoreSimilarResponse, error)
- func (s *AppStoreService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) SuggestTyped(ctx context.Context, params AppStoreSuggestParams, opts ...RequestOption) (AppStoreSuggestResponse, error)
- func (s *AppStoreService) VersionHistory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *AppStoreService) VersionHistoryTyped(ctx context.Context, params AppStoreVersionHistoryParams, ...) (AppStoreVersionHistoryResponse, error)
- type AppStoreSimilarParams
- type AppStoreSimilarResponse
- type AppStoreSuggestParams
- type AppStoreSuggestResponse
- type AppStoreVersionHistoryParams
- type AppStoreVersionHistoryResponse
- type ApplePodcastsChartsParams
- type ApplePodcastsChartsResponse
- type ApplePodcastsEpisodesSearchParams
- type ApplePodcastsEpisodesSearchResponse
- type ApplePodcastsSearchParams
- type ApplePodcastsSearchResponse
- type ApplePodcastsService
- func (s *ApplePodcastsService) Charts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ApplePodcastsService) ChartsTyped(ctx context.Context, params ApplePodcastsChartsParams, opts ...RequestOption) (ApplePodcastsChartsResponse, error)
- func (s *ApplePodcastsService) EpisodesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ApplePodcastsService) EpisodesSearchTyped(ctx context.Context, params ApplePodcastsEpisodesSearchParams, ...) (ApplePodcastsEpisodesSearchResponse, error)
- func (s *ApplePodcastsService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ApplePodcastsService) SearchTyped(ctx context.Context, params ApplePodcastsSearchParams, opts ...RequestOption) (ApplePodcastsSearchResponse, error)
- func (s *ApplePodcastsService) Show(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ApplePodcastsService) ShowEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ApplePodcastsService) ShowEpisodesTyped(ctx context.Context, params ApplePodcastsShowEpisodesParams, ...) (ApplePodcastsShowEpisodesResponse, error)
- func (s *ApplePodcastsService) ShowTyped(ctx context.Context, params ApplePodcastsShowParams, opts ...RequestOption) (ApplePodcastsShowResponse, error)
- type ApplePodcastsShowEpisodesParams
- type ApplePodcastsShowEpisodesResponse
- type ApplePodcastsShowParams
- type ApplePodcastsShowResponse
- type BillingMeCheckoutParams
- type BillingMeCheckoutResponse
- type BillingMeEventsParams
- type BillingMeEventsResponse
- type BillingMeParams
- type BillingMePeriodParams
- type BillingMePeriodResponse
- type BillingMePeriodStatementDownloadParams
- type BillingMePeriodStatementDownloadResponse
- type BillingMePeriodStatementParams
- type BillingMePeriodStatementResponse
- type BillingMePeriodsParams
- type BillingMePeriodsResponse
- type BillingMePortalParams
- type BillingMePortalResponse
- type BillingMeResponse
- type BillingService
- func (s *BillingService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MeCheckout(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MeCheckoutTyped(ctx context.Context, params BillingMeCheckoutParams, opts ...RequestOption) (BillingMeCheckoutResponse, error)
- func (s *BillingService) MeEvents(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MeEventsTyped(ctx context.Context, params BillingMeEventsParams, opts ...RequestOption) (BillingMeEventsResponse, error)
- func (s *BillingService) MePeriod(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MePeriodStatement(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MePeriodStatementDownload(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MePeriodStatementDownloadTyped(ctx context.Context, params BillingMePeriodStatementDownloadParams, ...) (BillingMePeriodStatementDownloadResponse, error)
- func (s *BillingService) MePeriodStatementTyped(ctx context.Context, params BillingMePeriodStatementParams, ...) (BillingMePeriodStatementResponse, error)
- func (s *BillingService) MePeriodTyped(ctx context.Context, params BillingMePeriodParams, opts ...RequestOption) (BillingMePeriodResponse, error)
- func (s *BillingService) MePeriods(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MePeriodsTyped(ctx context.Context, params BillingMePeriodsParams, opts ...RequestOption) (BillingMePeriodsResponse, error)
- func (s *BillingService) MePortal(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BillingService) MePortalTyped(ctx context.Context, params BillingMePortalParams, opts ...RequestOption) (BillingMePortalResponse, error)
- func (s *BillingService) MeTyped(ctx context.Context, params BillingMeParams, opts ...RequestOption) (BillingMeResponse, error)
- type BingImagesParams
- type BingImagesResponse
- type BingNewsParams
- type BingNewsResponse
- type BingSearchParams
- type BingSearchResponse
- type BingService
- func (s *BingService) Images(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BingService) ImagesTyped(ctx context.Context, params BingImagesParams, opts ...RequestOption) (BingImagesResponse, error)
- func (s *BingService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BingService) NewsTyped(ctx context.Context, params BingNewsParams, opts ...RequestOption) (BingNewsResponse, error)
- func (s *BingService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BingService) SearchTyped(ctx context.Context, params BingSearchParams, opts ...RequestOption) (BingSearchResponse, error)
- func (s *BingService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BingService) SuggestTyped(ctx context.Context, params BingSuggestParams, opts ...RequestOption) (BingSuggestResponse, error)
- func (s *BingService) Videos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BingService) VideosTyped(ctx context.Context, params BingVideosParams, opts ...RequestOption) (BingVideosResponse, error)
- type BingSuggestParams
- type BingSuggestResponse
- type BingVideosParams
- type BingVideosResponse
- type BraveImagesParams
- type BraveImagesResponse
- type BraveNewsParams
- type BraveNewsResponse
- type BraveSearchParams
- type BraveSearchResponse
- type BraveService
- func (s *BraveService) Images(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BraveService) ImagesTyped(ctx context.Context, params BraveImagesParams, opts ...RequestOption) (BraveImagesResponse, error)
- func (s *BraveService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BraveService) NewsTyped(ctx context.Context, params BraveNewsParams, opts ...RequestOption) (BraveNewsResponse, error)
- func (s *BraveService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BraveService) SearchTyped(ctx context.Context, params BraveSearchParams, opts ...RequestOption) (BraveSearchResponse, error)
- func (s *BraveService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BraveService) SuggestTyped(ctx context.Context, params BraveSuggestParams, opts ...RequestOption) (BraveSuggestResponse, error)
- func (s *BraveService) Videos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *BraveService) VideosTyped(ctx context.Context, params BraveVideosParams, opts ...RequestOption) (BraveVideosResponse, error)
- type BraveSuggestParams
- type BraveSuggestResponse
- type BraveVideosParams
- type BraveVideosResponse
- type Client
- type CoinGeckoCategoriesParams
- type CoinGeckoCategoriesResponse
- type CoinGeckoCategoryCoinsParams
- type CoinGeckoCategoryCoinsResponse
- type CoinGeckoChainParams
- type CoinGeckoChainResponse
- type CoinGeckoChainsParams
- type CoinGeckoChainsResponse
- type CoinGeckoCoinAnalysisParams
- type CoinGeckoCoinAnalysisResponse
- type CoinGeckoCoinParams
- type CoinGeckoCoinResponse
- type CoinGeckoExchangeParams
- type CoinGeckoExchangeResponse
- type CoinGeckoExchangesParams
- type CoinGeckoExchangesResponse
- type CoinGeckoGainersLosersParams
- type CoinGeckoGainersLosersResponse
- type CoinGeckoGlobalChartsParams
- type CoinGeckoGlobalChartsResponse
- type CoinGeckoGlobalParams
- type CoinGeckoGlobalResponse
- type CoinGeckoLearnArticlesParams
- type CoinGeckoLearnArticlesResponse
- type CoinGeckoMarketsParams
- type CoinGeckoMarketsResponse
- type CoinGeckoNewCoinsParams
- type CoinGeckoNewCoinsResponse
- type CoinGeckoNewsParams
- type CoinGeckoNewsResponse
- type CoinGeckoNftCategoryParams
- type CoinGeckoNftCategoryResponse
- type CoinGeckoNftsParams
- type CoinGeckoNftsResponse
- type CoinGeckoSearchParams
- type CoinGeckoSearchResponse
- type CoinGeckoService
- func (s *CoinGeckoService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) CategoriesTyped(ctx context.Context, params CoinGeckoCategoriesParams, opts ...RequestOption) (CoinGeckoCategoriesResponse, error)
- func (s *CoinGeckoService) CategoryCoins(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) CategoryCoinsTyped(ctx context.Context, params CoinGeckoCategoryCoinsParams, ...) (CoinGeckoCategoryCoinsResponse, error)
- func (s *CoinGeckoService) Chain(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) ChainTyped(ctx context.Context, params CoinGeckoChainParams, opts ...RequestOption) (CoinGeckoChainResponse, error)
- func (s *CoinGeckoService) Chains(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) ChainsTyped(ctx context.Context, params CoinGeckoChainsParams, opts ...RequestOption) (CoinGeckoChainsResponse, error)
- func (s *CoinGeckoService) Coin(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) CoinAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) CoinAnalysisTyped(ctx context.Context, params CoinGeckoCoinAnalysisParams, opts ...RequestOption) (CoinGeckoCoinAnalysisResponse, error)
- func (s *CoinGeckoService) CoinTyped(ctx context.Context, params CoinGeckoCoinParams, opts ...RequestOption) (CoinGeckoCoinResponse, error)
- func (s *CoinGeckoService) Exchange(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) ExchangeTyped(ctx context.Context, params CoinGeckoExchangeParams, opts ...RequestOption) (CoinGeckoExchangeResponse, error)
- func (s *CoinGeckoService) Exchanges(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) ExchangesTyped(ctx context.Context, params CoinGeckoExchangesParams, opts ...RequestOption) (CoinGeckoExchangesResponse, error)
- func (s *CoinGeckoService) GainersLosers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) GainersLosersTyped(ctx context.Context, params CoinGeckoGainersLosersParams, ...) (CoinGeckoGainersLosersResponse, error)
- func (s *CoinGeckoService) Global(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) GlobalCharts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) GlobalChartsTyped(ctx context.Context, params CoinGeckoGlobalChartsParams, opts ...RequestOption) (CoinGeckoGlobalChartsResponse, error)
- func (s *CoinGeckoService) GlobalTyped(ctx context.Context, params CoinGeckoGlobalParams, opts ...RequestOption) (CoinGeckoGlobalResponse, error)
- func (s *CoinGeckoService) LearnArticles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) LearnArticlesTyped(ctx context.Context, params CoinGeckoLearnArticlesParams, ...) (CoinGeckoLearnArticlesResponse, error)
- func (s *CoinGeckoService) Markets(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) MarketsTyped(ctx context.Context, params CoinGeckoMarketsParams, opts ...RequestOption) (CoinGeckoMarketsResponse, error)
- func (s *CoinGeckoService) NewCoins(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) NewCoinsTyped(ctx context.Context, params CoinGeckoNewCoinsParams, opts ...RequestOption) (CoinGeckoNewCoinsResponse, error)
- func (s *CoinGeckoService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) NewsTyped(ctx context.Context, params CoinGeckoNewsParams, opts ...RequestOption) (CoinGeckoNewsResponse, error)
- func (s *CoinGeckoService) NftCategory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) NftCategoryTyped(ctx context.Context, params CoinGeckoNftCategoryParams, opts ...RequestOption) (CoinGeckoNftCategoryResponse, error)
- func (s *CoinGeckoService) Nfts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) NftsTyped(ctx context.Context, params CoinGeckoNftsParams, opts ...RequestOption) (CoinGeckoNftsResponse, error)
- func (s *CoinGeckoService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) SearchTyped(ctx context.Context, params CoinGeckoSearchParams, opts ...RequestOption) (CoinGeckoSearchResponse, error)
- func (s *CoinGeckoService) TokenUnlocks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) TokenUnlocksTyped(ctx context.Context, params CoinGeckoTokenUnlocksParams, opts ...RequestOption) (CoinGeckoTokenUnlocksResponse, error)
- func (s *CoinGeckoService) Treasuries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) TreasuriesTyped(ctx context.Context, params CoinGeckoTreasuriesParams, opts ...RequestOption) (CoinGeckoTreasuriesResponse, error)
- func (s *CoinGeckoService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *CoinGeckoService) TrendingTyped(ctx context.Context, params CoinGeckoTrendingParams, opts ...RequestOption) (CoinGeckoTrendingResponse, error)
- type CoinGeckoTokenUnlocksParams
- type CoinGeckoTokenUnlocksResponse
- type CoinGeckoTreasuriesParams
- type CoinGeckoTreasuriesResponse
- type CoinGeckoTrendingParams
- type CoinGeckoTrendingResponse
- type DatasetsGoogleMapBusinessesFacetsParams
- type DatasetsGoogleMapBusinessesFacetsResponse
- type DatasetsGoogleMapBusinessesItemParams
- type DatasetsGoogleMapBusinessesItemResponse
- type DatasetsGoogleMapBusinessesNearbyParams
- type DatasetsGoogleMapBusinessesNearbyResponse
- type DatasetsGoogleMapBusinessesSearchParams
- type DatasetsGoogleMapBusinessesSearchResponse
- type DatasetsListParams
- type DatasetsListResponse
- type DatasetsService
- func (s *DatasetsService) GoogleMapBusinessesFacets(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *DatasetsService) GoogleMapBusinessesFacetsTyped(ctx context.Context, params DatasetsGoogleMapBusinessesFacetsParams, ...) (DatasetsGoogleMapBusinessesFacetsResponse, error)
- func (s *DatasetsService) GoogleMapBusinessesItem(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *DatasetsService) GoogleMapBusinessesItemTyped(ctx context.Context, params DatasetsGoogleMapBusinessesItemParams, ...) (DatasetsGoogleMapBusinessesItemResponse, error)
- func (s *DatasetsService) GoogleMapBusinessesNearby(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *DatasetsService) GoogleMapBusinessesNearbyTyped(ctx context.Context, params DatasetsGoogleMapBusinessesNearbyParams, ...) (DatasetsGoogleMapBusinessesNearbyResponse, error)
- func (s *DatasetsService) GoogleMapBusinessesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *DatasetsService) GoogleMapBusinessesSearchTyped(ctx context.Context, params DatasetsGoogleMapBusinessesSearchParams, ...) (DatasetsGoogleMapBusinessesSearchResponse, error)
- func (s *DatasetsService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *DatasetsService) ListTyped(ctx context.Context, params DatasetsListParams, opts ...RequestOption) (DatasetsListResponse, error)
- type EBayEbayItemParams
- type EBayEbayItemResponse
- type EBayEbaySearchParams
- type EBayEbaySearchResponse
- type EBayEbaySellerAboutParams
- type EBayEbaySellerAboutResponse
- type EBayEbaySellerFeedbackParams
- type EBayEbaySellerFeedbackResponse
- type EBayEbaySellerParams
- type EBayEbaySellerResponse
- type EBayEbaySellerShopParams
- type EBayEbaySellerShopResponse
- type EBayService
- func (s *EBayService) EbayItem(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbayItemTyped(ctx context.Context, params EBayEbayItemParams, opts ...RequestOption) (EBayEbayItemResponse, error)
- func (s *EBayService) EbaySearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbaySearchTyped(ctx context.Context, params EBayEbaySearchParams, opts ...RequestOption) (EBayEbaySearchResponse, error)
- func (s *EBayService) EbaySeller(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbaySellerAbout(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbaySellerAboutTyped(ctx context.Context, params EBayEbaySellerAboutParams, opts ...RequestOption) (EBayEbaySellerAboutResponse, error)
- func (s *EBayService) EbaySellerFeedback(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbaySellerFeedbackTyped(ctx context.Context, params EBayEbaySellerFeedbackParams, ...) (EBayEbaySellerFeedbackResponse, error)
- func (s *EBayService) EbaySellerShop(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *EBayService) EbaySellerShopTyped(ctx context.Context, params EBayEbaySellerShopParams, opts ...RequestOption) (EBayEbaySellerShopResponse, error)
- func (s *EBayService) EbaySellerTyped(ctx context.Context, params EBayEbaySellerParams, opts ...RequestOption) (EBayEbaySellerResponse, error)
- type Error
- type GeocodingLookupParams
- type GeocodingLookupResponse
- type GeocodingReverseParams
- type GeocodingReverseResponse
- type GeocodingSearchParams
- type GeocodingSearchResponse
- type GeocodingService
- func (s *GeocodingService) Lookup(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GeocodingService) LookupTyped(ctx context.Context, params GeocodingLookupParams, opts ...RequestOption) (GeocodingLookupResponse, error)
- func (s *GeocodingService) Reverse(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GeocodingService) ReverseTyped(ctx context.Context, params GeocodingReverseParams, opts ...RequestOption) (GeocodingReverseResponse, error)
- func (s *GeocodingService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GeocodingService) SearchTyped(ctx context.Context, params GeocodingSearchParams, opts ...RequestOption) (GeocodingSearchResponse, error)
- type GoogleFinanceAnalystArticlesParams
- type GoogleFinanceAnalystArticlesResponse
- type GoogleFinanceChartParams
- type GoogleFinanceChartResponse
- type GoogleFinanceClassificationParams
- type GoogleFinanceClassificationResponse
- type GoogleFinanceCompanyParams
- type GoogleFinanceCompanyResponse
- type GoogleFinanceContextParams
- type GoogleFinanceContextResponse
- type GoogleFinanceFinancialsParams
- type GoogleFinanceFinancialsResponse
- type GoogleFinanceMarketsCategoryNewsParams
- type GoogleFinanceMarketsCategoryNewsResponse
- type GoogleFinanceMarketsCategoryStocksParams
- type GoogleFinanceMarketsCategoryStocksResponse
- type GoogleFinanceMarketsEarningsParams
- type GoogleFinanceMarketsEarningsResponse
- type GoogleFinanceMarketsFeaturedParams
- type GoogleFinanceMarketsFeaturedResponse
- type GoogleFinanceMarketsHeadlineParams
- type GoogleFinanceMarketsHeadlineResponse
- type GoogleFinanceMarketsIndicesParams
- type GoogleFinanceMarketsIndicesResponse
- type GoogleFinanceMarketsMoversParams
- type GoogleFinanceMarketsMoversResponse
- type GoogleFinanceMarketsTopParams
- type GoogleFinanceMarketsTopResponse
- type GoogleFinanceMarketsTrendingParams
- type GoogleFinanceMarketsTrendingResponse
- type GoogleFinanceNewsParams
- type GoogleFinanceNewsResponse
- type GoogleFinanceQuoteParams
- type GoogleFinanceQuoteResponse
- type GoogleFinanceRelatedParams
- type GoogleFinanceRelatedResponse
- type GoogleFinanceSearchParams
- type GoogleFinanceSearchResponse
- type GoogleFinanceTickerParams
- type GoogleFinanceTickerResponse
- type GoogleJobsParams
- type GoogleJobsResponse
- type GoogleMapPlaceParams
- type GoogleMapPlaceResponse
- type GoogleMapSearchParams
- type GoogleMapSearchResponse
- type GooglePlayAppParams
- type GooglePlayAppResponse
- type GooglePlayCategoriesParams
- type GooglePlayCategoriesResponse
- type GooglePlayDatasafetyParams
- type GooglePlayDatasafetyResponse
- type GooglePlayDeveloperParams
- type GooglePlayDeveloperResponse
- type GooglePlayListParams
- type GooglePlayListResponse
- type GooglePlayPermissionsParams
- type GooglePlayPermissionsResponse
- type GooglePlayReviewsParams
- type GooglePlayReviewsResponse
- type GooglePlaySearchParams
- type GooglePlaySearchResponse
- type GooglePlayService
- func (s *GooglePlayService) App(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) AppTyped(ctx context.Context, params GooglePlayAppParams, opts ...RequestOption) (GooglePlayAppResponse, error)
- func (s *GooglePlayService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) CategoriesTyped(ctx context.Context, params GooglePlayCategoriesParams, opts ...RequestOption) (GooglePlayCategoriesResponse, error)
- func (s *GooglePlayService) Datasafety(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) DatasafetyTyped(ctx context.Context, params GooglePlayDatasafetyParams, opts ...RequestOption) (GooglePlayDatasafetyResponse, error)
- func (s *GooglePlayService) Developer(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) DeveloperTyped(ctx context.Context, params GooglePlayDeveloperParams, opts ...RequestOption) (GooglePlayDeveloperResponse, error)
- func (s *GooglePlayService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) ListTyped(ctx context.Context, params GooglePlayListParams, opts ...RequestOption) (GooglePlayListResponse, error)
- func (s *GooglePlayService) Permissions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) PermissionsTyped(ctx context.Context, params GooglePlayPermissionsParams, opts ...RequestOption) (GooglePlayPermissionsResponse, error)
- func (s *GooglePlayService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) ReviewsTyped(ctx context.Context, params GooglePlayReviewsParams, opts ...RequestOption) (GooglePlayReviewsResponse, error)
- func (s *GooglePlayService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) SearchTyped(ctx context.Context, params GooglePlaySearchParams, opts ...RequestOption) (GooglePlaySearchResponse, error)
- func (s *GooglePlayService) Similar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) SimilarTyped(ctx context.Context, params GooglePlaySimilarParams, opts ...RequestOption) (GooglePlaySimilarResponse, error)
- func (s *GooglePlayService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GooglePlayService) SuggestTyped(ctx context.Context, params GooglePlaySuggestParams, opts ...RequestOption) (GooglePlaySuggestResponse, error)
- type GooglePlaySimilarParams
- type GooglePlaySimilarResponse
- type GooglePlaySuggestParams
- type GooglePlaySuggestResponse
- type GoogleSearchParams
- type GoogleSearchResponse
- type GoogleService
- func (s *GoogleService) FinanceAnalystArticles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceAnalystArticlesTyped(ctx context.Context, params GoogleFinanceAnalystArticlesParams, ...) (GoogleFinanceAnalystArticlesResponse, error)
- func (s *GoogleService) FinanceChart(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceChartTyped(ctx context.Context, params GoogleFinanceChartParams, opts ...RequestOption) (GoogleFinanceChartResponse, error)
- func (s *GoogleService) FinanceClassification(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceClassificationTyped(ctx context.Context, params GoogleFinanceClassificationParams, ...) (GoogleFinanceClassificationResponse, error)
- func (s *GoogleService) FinanceCompany(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceCompanyTyped(ctx context.Context, params GoogleFinanceCompanyParams, opts ...RequestOption) (GoogleFinanceCompanyResponse, error)
- func (s *GoogleService) FinanceContext(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceContextTyped(ctx context.Context, params GoogleFinanceContextParams, opts ...RequestOption) (GoogleFinanceContextResponse, error)
- func (s *GoogleService) FinanceFinancials(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceFinancialsTyped(ctx context.Context, params GoogleFinanceFinancialsParams, ...) (GoogleFinanceFinancialsResponse, error)
- func (s *GoogleService) FinanceMarketsCategoryNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsCategoryNewsTyped(ctx context.Context, params GoogleFinanceMarketsCategoryNewsParams, ...) (GoogleFinanceMarketsCategoryNewsResponse, error)
- func (s *GoogleService) FinanceMarketsCategoryStocks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsCategoryStocksTyped(ctx context.Context, params GoogleFinanceMarketsCategoryStocksParams, ...) (GoogleFinanceMarketsCategoryStocksResponse, error)
- func (s *GoogleService) FinanceMarketsEarnings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsEarningsTyped(ctx context.Context, params GoogleFinanceMarketsEarningsParams, ...) (GoogleFinanceMarketsEarningsResponse, error)
- func (s *GoogleService) FinanceMarketsFeatured(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsFeaturedTyped(ctx context.Context, params GoogleFinanceMarketsFeaturedParams, ...) (GoogleFinanceMarketsFeaturedResponse, error)
- func (s *GoogleService) FinanceMarketsHeadline(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsHeadlineTyped(ctx context.Context, params GoogleFinanceMarketsHeadlineParams, ...) (GoogleFinanceMarketsHeadlineResponse, error)
- func (s *GoogleService) FinanceMarketsIndices(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsIndicesTyped(ctx context.Context, params GoogleFinanceMarketsIndicesParams, ...) (GoogleFinanceMarketsIndicesResponse, error)
- func (s *GoogleService) FinanceMarketsMovers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsMoversTyped(ctx context.Context, params GoogleFinanceMarketsMoversParams, ...) (GoogleFinanceMarketsMoversResponse, error)
- func (s *GoogleService) FinanceMarketsTop(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsTopTyped(ctx context.Context, params GoogleFinanceMarketsTopParams, ...) (GoogleFinanceMarketsTopResponse, error)
- func (s *GoogleService) FinanceMarketsTrending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceMarketsTrendingTyped(ctx context.Context, params GoogleFinanceMarketsTrendingParams, ...) (GoogleFinanceMarketsTrendingResponse, error)
- func (s *GoogleService) FinanceNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceNewsTyped(ctx context.Context, params GoogleFinanceNewsParams, opts ...RequestOption) (GoogleFinanceNewsResponse, error)
- func (s *GoogleService) FinanceQuote(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceQuoteTyped(ctx context.Context, params GoogleFinanceQuoteParams, opts ...RequestOption) (GoogleFinanceQuoteResponse, error)
- func (s *GoogleService) FinanceRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceRelatedTyped(ctx context.Context, params GoogleFinanceRelatedParams, opts ...RequestOption) (GoogleFinanceRelatedResponse, error)
- func (s *GoogleService) FinanceSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceSearchTyped(ctx context.Context, params GoogleFinanceSearchParams, opts ...RequestOption) (GoogleFinanceSearchResponse, error)
- func (s *GoogleService) FinanceTicker(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) FinanceTickerTyped(ctx context.Context, params GoogleFinanceTickerParams, opts ...RequestOption) (GoogleFinanceTickerResponse, error)
- func (s *GoogleService) Jobs(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) JobsTyped(ctx context.Context, params GoogleJobsParams, opts ...RequestOption) (GoogleJobsResponse, error)
- func (s *GoogleService) MapPlace(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) MapPlaceTyped(ctx context.Context, params GoogleMapPlaceParams, opts ...RequestOption) (GoogleMapPlaceResponse, error)
- func (s *GoogleService) MapSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) MapSearchTyped(ctx context.Context, params GoogleMapSearchParams, opts ...RequestOption) (GoogleMapSearchResponse, error)
- func (s *GoogleService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) SearchTyped(ctx context.Context, params GoogleSearchParams, opts ...RequestOption) (GoogleSearchResponse, error)
- func (s *GoogleService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) SuggestTyped(ctx context.Context, params GoogleSuggestParams, opts ...RequestOption) (GoogleSuggestResponse, error)
- func (s *GoogleService) TrendsCategories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsCategoriesTyped(ctx context.Context, params GoogleTrendsCategoriesParams, ...) (GoogleTrendsCategoriesResponse, error)
- func (s *GoogleService) TrendsEnums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsEnumsTyped(ctx context.Context, params GoogleTrendsEnumsParams, opts ...RequestOption) (GoogleTrendsEnumsResponse, error)
- func (s *GoogleService) TrendsExplore(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreInterestByRegion(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreInterestByRegionTyped(ctx context.Context, params GoogleTrendsExploreInterestByRegionParams, ...) (GoogleTrendsExploreInterestByRegionResponse, error)
- func (s *GoogleService) TrendsExploreInterestOverTime(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreInterestOverTimeTyped(ctx context.Context, params GoogleTrendsExploreInterestOverTimeParams, ...) (GoogleTrendsExploreInterestOverTimeResponse, error)
- func (s *GoogleService) TrendsExploreRelatedTopics(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreRelatedTopicsTyped(ctx context.Context, params GoogleTrendsExploreRelatedTopicsParams, ...) (GoogleTrendsExploreRelatedTopicsResponse, error)
- func (s *GoogleService) TrendsExploreRisingQueries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreRisingQueriesTyped(ctx context.Context, params GoogleTrendsExploreRisingQueriesParams, ...) (GoogleTrendsExploreRisingQueriesResponse, error)
- func (s *GoogleService) TrendsExploreTopQueries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsExploreTopQueriesTyped(ctx context.Context, params GoogleTrendsExploreTopQueriesParams, ...) (GoogleTrendsExploreTopQueriesResponse, error)
- func (s *GoogleService) TrendsExploreTyped(ctx context.Context, params GoogleTrendsExploreParams, opts ...RequestOption) (GoogleTrendsExploreResponse, error)
- func (s *GoogleService) TrendsLocations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsLocationsTyped(ctx context.Context, params GoogleTrendsLocationsParams, opts ...RequestOption) (GoogleTrendsLocationsResponse, error)
- func (s *GoogleService) TrendsTrending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsTrendingDetail(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *GoogleService) TrendsTrendingDetailTyped(ctx context.Context, params GoogleTrendsTrendingDetailParams, ...) (GoogleTrendsTrendingDetailResponse, error)
- func (s *GoogleService) TrendsTrendingTyped(ctx context.Context, params GoogleTrendsTrendingParams, opts ...RequestOption) (GoogleTrendsTrendingResponse, error)
- type GoogleSuggestParams
- type GoogleSuggestResponse
- type GoogleTrendsCategoriesParams
- type GoogleTrendsCategoriesResponse
- type GoogleTrendsEnumsParams
- type GoogleTrendsEnumsResponse
- type GoogleTrendsExploreInterestByRegionParams
- type GoogleTrendsExploreInterestByRegionResponse
- type GoogleTrendsExploreInterestOverTimeParams
- type GoogleTrendsExploreInterestOverTimeResponse
- type GoogleTrendsExploreParams
- type GoogleTrendsExploreRelatedTopicsParams
- type GoogleTrendsExploreRelatedTopicsResponse
- type GoogleTrendsExploreResponse
- type GoogleTrendsExploreRisingQueriesParams
- type GoogleTrendsExploreRisingQueriesResponse
- type GoogleTrendsExploreTopQueriesParams
- type GoogleTrendsExploreTopQueriesResponse
- type GoogleTrendsLocationsParams
- type GoogleTrendsLocationsResponse
- type GoogleTrendsTrendingDetailParams
- type GoogleTrendsTrendingDetailResponse
- type GoogleTrendsTrendingParams
- type GoogleTrendsTrendingResponse
- type InstagramPostParams
- type InstagramPostResponse
- type InstagramProfileParams
- type InstagramProfileResponse
- type InstagramReelsParams
- type InstagramReelsResponse
- type InstagramService
- func (s *InstagramService) Post(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *InstagramService) PostTyped(ctx context.Context, params InstagramPostParams, opts ...RequestOption) (InstagramPostResponse, error)
- func (s *InstagramService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *InstagramService) ProfileTyped(ctx context.Context, params InstagramProfileParams, opts ...RequestOption) (InstagramProfileResponse, error)
- func (s *InstagramService) Reels(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *InstagramService) ReelsTyped(ctx context.Context, params InstagramReelsParams, opts ...RequestOption) (InstagramReelsResponse, error)
- type JustWatchJustwatchAgeCertificationsParams
- type JustWatchJustwatchAgeCertificationsResponse
- type JustWatchJustwatchDiscoverParams
- type JustWatchJustwatchDiscoverResponse
- type JustWatchJustwatchEpisodeByIdParams
- type JustWatchJustwatchEpisodeByIdResponse
- type JustWatchJustwatchEpisodeOffersParams
- type JustWatchJustwatchEpisodeOffersResponse
- type JustWatchJustwatchGenreTitlesParams
- type JustWatchJustwatchGenreTitlesResponse
- type JustWatchJustwatchGenresParams
- type JustWatchJustwatchGenresResponse
- type JustWatchJustwatchMonetizationTitlesParams
- type JustWatchJustwatchMonetizationTitlesResponse
- type JustWatchJustwatchNewParams
- type JustWatchJustwatchNewResponse
- type JustWatchJustwatchPopularParams
- type JustWatchJustwatchPopularResponse
- type JustWatchJustwatchProviderTitlesParams
- type JustWatchJustwatchProviderTitlesResponse
- type JustWatchJustwatchProvidersParams
- type JustWatchJustwatchProvidersResponse
- type JustWatchJustwatchSearchParams
- type JustWatchJustwatchSearchResponse
- type JustWatchJustwatchSeasonByIdParams
- type JustWatchJustwatchSeasonByIdResponse
- type JustWatchJustwatchSeasonEpisodesParams
- type JustWatchJustwatchSeasonEpisodesResponse
- type JustWatchJustwatchShowSeasonsParams
- type JustWatchJustwatchShowSeasonsResponse
- type JustWatchJustwatchTitleAnalysisParams
- type JustWatchJustwatchTitleAnalysisResponse
- type JustWatchJustwatchTitleByIdParams
- type JustWatchJustwatchTitleByIdResponse
- type JustWatchJustwatchTitleMediaParams
- type JustWatchJustwatchTitleMediaResponse
- type JustWatchJustwatchTitleOffersParams
- type JustWatchJustwatchTitleOffersResponse
- type JustWatchJustwatchTitleParams
- type JustWatchJustwatchTitleResponse
- type JustWatchJustwatchTitleSimilarParams
- type JustWatchJustwatchTitleSimilarResponse
- type JustWatchService
- func (s *JustWatchService) JustwatchAgeCertifications(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchAgeCertificationsTyped(ctx context.Context, params JustWatchJustwatchAgeCertificationsParams, ...) (JustWatchJustwatchAgeCertificationsResponse, error)
- func (s *JustWatchService) JustwatchDiscover(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchDiscoverTyped(ctx context.Context, params JustWatchJustwatchDiscoverParams, ...) (JustWatchJustwatchDiscoverResponse, error)
- func (s *JustWatchService) JustwatchEpisodeById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchEpisodeByIdTyped(ctx context.Context, params JustWatchJustwatchEpisodeByIdParams, ...) (JustWatchJustwatchEpisodeByIdResponse, error)
- func (s *JustWatchService) JustwatchEpisodeOffers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchEpisodeOffersTyped(ctx context.Context, params JustWatchJustwatchEpisodeOffersParams, ...) (JustWatchJustwatchEpisodeOffersResponse, error)
- func (s *JustWatchService) JustwatchGenreTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchGenreTitlesTyped(ctx context.Context, params JustWatchJustwatchGenreTitlesParams, ...) (JustWatchJustwatchGenreTitlesResponse, error)
- func (s *JustWatchService) JustwatchGenres(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchGenresTyped(ctx context.Context, params JustWatchJustwatchGenresParams, ...) (JustWatchJustwatchGenresResponse, error)
- func (s *JustWatchService) JustwatchMonetizationTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchMonetizationTitlesTyped(ctx context.Context, params JustWatchJustwatchMonetizationTitlesParams, ...) (JustWatchJustwatchMonetizationTitlesResponse, error)
- func (s *JustWatchService) JustwatchNew(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchNewTyped(ctx context.Context, params JustWatchJustwatchNewParams, opts ...RequestOption) (JustWatchJustwatchNewResponse, error)
- func (s *JustWatchService) JustwatchPopular(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchPopularTyped(ctx context.Context, params JustWatchJustwatchPopularParams, ...) (JustWatchJustwatchPopularResponse, error)
- func (s *JustWatchService) JustwatchProviderTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchProviderTitlesTyped(ctx context.Context, params JustWatchJustwatchProviderTitlesParams, ...) (JustWatchJustwatchProviderTitlesResponse, error)
- func (s *JustWatchService) JustwatchProviders(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchProvidersTyped(ctx context.Context, params JustWatchJustwatchProvidersParams, ...) (JustWatchJustwatchProvidersResponse, error)
- func (s *JustWatchService) JustwatchSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchSearchTyped(ctx context.Context, params JustWatchJustwatchSearchParams, ...) (JustWatchJustwatchSearchResponse, error)
- func (s *JustWatchService) JustwatchSeasonById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchSeasonByIdTyped(ctx context.Context, params JustWatchJustwatchSeasonByIdParams, ...) (JustWatchJustwatchSeasonByIdResponse, error)
- func (s *JustWatchService) JustwatchSeasonEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchSeasonEpisodesTyped(ctx context.Context, params JustWatchJustwatchSeasonEpisodesParams, ...) (JustWatchJustwatchSeasonEpisodesResponse, error)
- func (s *JustWatchService) JustwatchShowSeasons(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchShowSeasonsTyped(ctx context.Context, params JustWatchJustwatchShowSeasonsParams, ...) (JustWatchJustwatchShowSeasonsResponse, error)
- func (s *JustWatchService) JustwatchTitle(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleAnalysisTyped(ctx context.Context, params JustWatchJustwatchTitleAnalysisParams, ...) (JustWatchJustwatchTitleAnalysisResponse, error)
- func (s *JustWatchService) JustwatchTitleById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleByIdTyped(ctx context.Context, params JustWatchJustwatchTitleByIdParams, ...) (JustWatchJustwatchTitleByIdResponse, error)
- func (s *JustWatchService) JustwatchTitleMedia(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleMediaTyped(ctx context.Context, params JustWatchJustwatchTitleMediaParams, ...) (JustWatchJustwatchTitleMediaResponse, error)
- func (s *JustWatchService) JustwatchTitleOffers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleOffersTyped(ctx context.Context, params JustWatchJustwatchTitleOffersParams, ...) (JustWatchJustwatchTitleOffersResponse, error)
- func (s *JustWatchService) JustwatchTitleSimilar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *JustWatchService) JustwatchTitleSimilarTyped(ctx context.Context, params JustWatchJustwatchTitleSimilarParams, ...) (JustWatchJustwatchTitleSimilarResponse, error)
- func (s *JustWatchService) JustwatchTitleTyped(ctx context.Context, params JustWatchJustwatchTitleParams, ...) (JustWatchJustwatchTitleResponse, error)
- type LinkedInLinkedinCompanyParams
- type LinkedInLinkedinCompanyResponse
- type LinkedInLinkedinProductParams
- type LinkedInLinkedinProductResponse
- type LinkedInLinkedinShowcaseParams
- type LinkedInLinkedinShowcaseResponse
- type LinkedInService
- func (s *LinkedInService) LinkedinCompany(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *LinkedInService) LinkedinCompanyTyped(ctx context.Context, params LinkedInLinkedinCompanyParams, ...) (LinkedInLinkedinCompanyResponse, error)
- func (s *LinkedInService) LinkedinProduct(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *LinkedInService) LinkedinProductTyped(ctx context.Context, params LinkedInLinkedinProductParams, ...) (LinkedInLinkedinProductResponse, error)
- func (s *LinkedInService) LinkedinShowcase(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *LinkedInService) LinkedinShowcaseTyped(ctx context.Context, params LinkedInLinkedinShowcaseParams, ...) (LinkedInLinkedinShowcaseResponse, error)
- type MetaPingParams
- type MetaPingResponse
- type MetaReadyParams
- type MetaReadyResponse
- type MetaService
- func (s *MetaService) Ping(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *MetaService) PingTyped(ctx context.Context, params MetaPingParams, opts ...RequestOption) (MetaPingResponse, error)
- func (s *MetaService) Ready(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *MetaService) ReadyTyped(ctx context.Context, params MetaReadyParams, opts ...RequestOption) (MetaReadyResponse, error)
- type Option
- func WithAPIKey(apiKey string) Option
- func WithBaseURL(baseURL string) Option
- func WithHTTPClient(client *http.Client) Option
- func WithHeader(name, value string) Option
- func WithJWTToken(token string) Option
- func WithRetries(retries int) Option
- func WithRetryDelay(delay time.Duration) Option
- func WithUserAgent(userAgent string) Option
- type Params
- type ProductHuntAboutParams
- type ProductHuntAboutResponse
- type ProductHuntAlternativesParams
- type ProductHuntAlternativesResponse
- type ProductHuntCategoryParams
- type ProductHuntCategoryProductsParams
- type ProductHuntCategoryProductsResponse
- type ProductHuntCategoryResponse
- type ProductHuntCustomersParams
- type ProductHuntCustomersResponse
- type ProductHuntLaunchesParams
- type ProductHuntLaunchesResponse
- type ProductHuntLeaderboardParams
- type ProductHuntLeaderboardResponse
- type ProductHuntMakersParams
- type ProductHuntMakersResponse
- type ProductHuntProductParams
- type ProductHuntProductResponse
- type ProductHuntReviewsParams
- type ProductHuntReviewsResponse
- type ProductHuntSearchParams
- type ProductHuntSearchResponse
- type ProductHuntService
- func (s *ProductHuntService) About(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) AboutTyped(ctx context.Context, params ProductHuntAboutParams, opts ...RequestOption) (ProductHuntAboutResponse, error)
- func (s *ProductHuntService) Alternatives(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) AlternativesTyped(ctx context.Context, params ProductHuntAlternativesParams, ...) (ProductHuntAlternativesResponse, error)
- func (s *ProductHuntService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) CategoryProducts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) CategoryProductsTyped(ctx context.Context, params ProductHuntCategoryProductsParams, ...) (ProductHuntCategoryProductsResponse, error)
- func (s *ProductHuntService) CategoryTyped(ctx context.Context, params ProductHuntCategoryParams, opts ...RequestOption) (ProductHuntCategoryResponse, error)
- func (s *ProductHuntService) Customers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) CustomersTyped(ctx context.Context, params ProductHuntCustomersParams, opts ...RequestOption) (ProductHuntCustomersResponse, error)
- func (s *ProductHuntService) Launches(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) LaunchesTyped(ctx context.Context, params ProductHuntLaunchesParams, opts ...RequestOption) (ProductHuntLaunchesResponse, error)
- func (s *ProductHuntService) Leaderboard(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) LeaderboardTyped(ctx context.Context, params ProductHuntLeaderboardParams, ...) (ProductHuntLeaderboardResponse, error)
- func (s *ProductHuntService) Makers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) MakersTyped(ctx context.Context, params ProductHuntMakersParams, opts ...RequestOption) (ProductHuntMakersResponse, error)
- func (s *ProductHuntService) Product(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) ProductTyped(ctx context.Context, params ProductHuntProductParams, opts ...RequestOption) (ProductHuntProductResponse, error)
- func (s *ProductHuntService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) ReviewsTyped(ctx context.Context, params ProductHuntReviewsParams, opts ...RequestOption) (ProductHuntReviewsResponse, error)
- func (s *ProductHuntService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ProductHuntService) SearchTyped(ctx context.Context, params ProductHuntSearchParams, opts ...RequestOption) (ProductHuntSearchResponse, error)
- type ReferralsClickParams
- type ReferralsClickResponse
- type ReferralsMeEventsParams
- type ReferralsMeEventsResponse
- type ReferralsMeParams
- type ReferralsMeResponse
- type ReferralsService
- func (s *ReferralsService) Click(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ReferralsService) ClickTyped(ctx context.Context, params ReferralsClickParams, opts ...RequestOption) (ReferralsClickResponse, error)
- func (s *ReferralsService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ReferralsService) MeEvents(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ReferralsService) MeEventsTyped(ctx context.Context, params ReferralsMeEventsParams, opts ...RequestOption) (ReferralsMeEventsResponse, error)
- func (s *ReferralsService) MeTyped(ctx context.Context, params ReferralsMeParams, opts ...RequestOption) (ReferralsMeResponse, error)
- type RequestOption
- type Services
- type SimilarWebSearchParams
- type SimilarWebSearchResponse
- type SimilarWebService
- func (s *SimilarWebService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SimilarWebService) SearchTyped(ctx context.Context, params SimilarWebSearchParams, opts ...RequestOption) (SimilarWebSearchResponse, error)
- func (s *SimilarWebService) Web(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SimilarWebService) WebTyped(ctx context.Context, params SimilarWebWebParams, opts ...RequestOption) (SimilarWebWebResponse, error)
- type SimilarWebWebParams
- type SimilarWebWebResponse
- type SpotifyAlbumParams
- type SpotifyAlbumResponse
- type SpotifyAlbumTracksParams
- type SpotifyAlbumTracksResponse
- type SpotifyAlbumsSearchParams
- type SpotifyAlbumsSearchResponse
- type SpotifyArtistAlbumsParams
- type SpotifyArtistAlbumsResponse
- type SpotifyArtistParams
- type SpotifyArtistPlaylistsParams
- type SpotifyArtistPlaylistsResponse
- type SpotifyArtistRelatedParams
- type SpotifyArtistRelatedResponse
- type SpotifyArtistResponse
- type SpotifyArtistsSearchParams
- type SpotifyArtistsSearchResponse
- type SpotifyAudiobookChaptersParams
- type SpotifyAudiobookChaptersResponse
- type SpotifyAudiobookParams
- type SpotifyAudiobookResponse
- type SpotifyAudiobooksSearchParams
- type SpotifyAudiobooksSearchResponse
- type SpotifyChapterParams
- type SpotifyChapterResponse
- type SpotifyEpisodesSearchParams
- type SpotifyEpisodesSearchResponse
- type SpotifyFeaturedChartsByCountryParams
- type SpotifyFeaturedChartsByCountryResponse
- type SpotifyGenreParams
- type SpotifyGenreResponse
- type SpotifyHomeParams
- type SpotifyHomeResponse
- type SpotifyPlaylistParams
- type SpotifyPlaylistResponse
- type SpotifyPlaylistsSearchParams
- type SpotifyPlaylistsSearchResponse
- type SpotifyPodcastsCategoriesParams
- type SpotifyPodcastsCategoriesResponse
- type SpotifyPodcastsChartsParams
- type SpotifyPodcastsChartsResponse
- type SpotifyPodcastsEpisodeParams
- type SpotifyPodcastsEpisodeResponse
- type SpotifyPodcastsHomeParams
- type SpotifyPodcastsHomeResponse
- type SpotifyPodcastsSearchParams
- type SpotifyPodcastsSearchResponse
- type SpotifyPodcastsService
- func (s *SpotifyPodcastsService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) CategoriesTyped(ctx context.Context, params SpotifyPodcastsCategoriesParams, ...) (SpotifyPodcastsCategoriesResponse, error)
- func (s *SpotifyPodcastsService) Charts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) ChartsTyped(ctx context.Context, params SpotifyPodcastsChartsParams, opts ...RequestOption) (SpotifyPodcastsChartsResponse, error)
- func (s *SpotifyPodcastsService) Episode(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) EpisodeTyped(ctx context.Context, params SpotifyPodcastsEpisodeParams, ...) (SpotifyPodcastsEpisodeResponse, error)
- func (s *SpotifyPodcastsService) Home(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) HomeTyped(ctx context.Context, params SpotifyPodcastsHomeParams, opts ...RequestOption) (SpotifyPodcastsHomeResponse, error)
- func (s *SpotifyPodcastsService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) SearchTyped(ctx context.Context, params SpotifyPodcastsSearchParams, opts ...RequestOption) (SpotifyPodcastsSearchResponse, error)
- func (s *SpotifyPodcastsService) Show(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) ShowEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) ShowEpisodesTyped(ctx context.Context, params SpotifyPodcastsShowEpisodesParams, ...) (SpotifyPodcastsShowEpisodesResponse, error)
- func (s *SpotifyPodcastsService) ShowRecommendations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyPodcastsService) ShowRecommendationsTyped(ctx context.Context, params SpotifyPodcastsShowRecommendationsParams, ...) (SpotifyPodcastsShowRecommendationsResponse, error)
- func (s *SpotifyPodcastsService) ShowTyped(ctx context.Context, params SpotifyPodcastsShowParams, opts ...RequestOption) (SpotifyPodcastsShowResponse, error)
- type SpotifyPodcastsShowEpisodesParams
- type SpotifyPodcastsShowEpisodesResponse
- type SpotifyPodcastsShowParams
- type SpotifyPodcastsShowRecommendationsParams
- type SpotifyPodcastsShowRecommendationsResponse
- type SpotifyPodcastsShowResponse
- type SpotifyPopularByCountryParams
- type SpotifyPopularByCountryResponse
- type SpotifyProfileFollowersParams
- type SpotifyProfileFollowersResponse
- type SpotifyProfileParams
- type SpotifyProfilePlaylistsParams
- type SpotifyProfilePlaylistsResponse
- type SpotifyProfileResponse
- type SpotifyProfilesSearchParams
- type SpotifyProfilesSearchResponse
- type SpotifySearchParams
- type SpotifySearchResponse
- type SpotifySectionParams
- type SpotifySectionResponse
- type SpotifyService
- func (s *SpotifyService) Album(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AlbumTracks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AlbumTracksTyped(ctx context.Context, params SpotifyAlbumTracksParams, opts ...RequestOption) (SpotifyAlbumTracksResponse, error)
- func (s *SpotifyService) AlbumTyped(ctx context.Context, params SpotifyAlbumParams, opts ...RequestOption) (SpotifyAlbumResponse, error)
- func (s *SpotifyService) AlbumsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AlbumsSearchTyped(ctx context.Context, params SpotifyAlbumsSearchParams, opts ...RequestOption) (SpotifyAlbumsSearchResponse, error)
- func (s *SpotifyService) Artist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ArtistAlbums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ArtistAlbumsTyped(ctx context.Context, params SpotifyArtistAlbumsParams, opts ...RequestOption) (SpotifyArtistAlbumsResponse, error)
- func (s *SpotifyService) ArtistPlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ArtistPlaylistsTyped(ctx context.Context, params SpotifyArtistPlaylistsParams, ...) (SpotifyArtistPlaylistsResponse, error)
- func (s *SpotifyService) ArtistRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ArtistRelatedTyped(ctx context.Context, params SpotifyArtistRelatedParams, opts ...RequestOption) (SpotifyArtistRelatedResponse, error)
- func (s *SpotifyService) ArtistTyped(ctx context.Context, params SpotifyArtistParams, opts ...RequestOption) (SpotifyArtistResponse, error)
- func (s *SpotifyService) ArtistsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ArtistsSearchTyped(ctx context.Context, params SpotifyArtistsSearchParams, opts ...RequestOption) (SpotifyArtistsSearchResponse, error)
- func (s *SpotifyService) Audiobook(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AudiobookChapters(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AudiobookChaptersTyped(ctx context.Context, params SpotifyAudiobookChaptersParams, ...) (SpotifyAudiobookChaptersResponse, error)
- func (s *SpotifyService) AudiobookTyped(ctx context.Context, params SpotifyAudiobookParams, opts ...RequestOption) (SpotifyAudiobookResponse, error)
- func (s *SpotifyService) AudiobooksSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) AudiobooksSearchTyped(ctx context.Context, params SpotifyAudiobooksSearchParams, ...) (SpotifyAudiobooksSearchResponse, error)
- func (s *SpotifyService) Chapter(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ChapterTyped(ctx context.Context, params SpotifyChapterParams, opts ...RequestOption) (SpotifyChapterResponse, error)
- func (s *SpotifyService) EpisodesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) EpisodesSearchTyped(ctx context.Context, params SpotifyEpisodesSearchParams, opts ...RequestOption) (SpotifyEpisodesSearchResponse, error)
- func (s *SpotifyService) FeaturedChartsByCountry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) FeaturedChartsByCountryTyped(ctx context.Context, params SpotifyFeaturedChartsByCountryParams, ...) (SpotifyFeaturedChartsByCountryResponse, error)
- func (s *SpotifyService) Genre(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) GenreTyped(ctx context.Context, params SpotifyGenreParams, opts ...RequestOption) (SpotifyGenreResponse, error)
- func (s *SpotifyService) Home(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) HomeTyped(ctx context.Context, params SpotifyHomeParams, opts ...RequestOption) (SpotifyHomeResponse, error)
- func (s *SpotifyService) Playlist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) PlaylistTyped(ctx context.Context, params SpotifyPlaylistParams, opts ...RequestOption) (SpotifyPlaylistResponse, error)
- func (s *SpotifyService) PlaylistsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) PlaylistsSearchTyped(ctx context.Context, params SpotifyPlaylistsSearchParams, ...) (SpotifyPlaylistsSearchResponse, error)
- func (s *SpotifyService) PopularByCountry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) PopularByCountryTyped(ctx context.Context, params SpotifyPopularByCountryParams, ...) (SpotifyPopularByCountryResponse, error)
- func (s *SpotifyService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ProfileFollowers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ProfileFollowersTyped(ctx context.Context, params SpotifyProfileFollowersParams, ...) (SpotifyProfileFollowersResponse, error)
- func (s *SpotifyService) ProfilePlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ProfilePlaylistsTyped(ctx context.Context, params SpotifyProfilePlaylistsParams, ...) (SpotifyProfilePlaylistsResponse, error)
- func (s *SpotifyService) ProfileTyped(ctx context.Context, params SpotifyProfileParams, opts ...RequestOption) (SpotifyProfileResponse, error)
- func (s *SpotifyService) ProfilesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ProfilesSearchTyped(ctx context.Context, params SpotifyProfilesSearchParams, opts ...RequestOption) (SpotifyProfilesSearchResponse, error)
- func (s *SpotifyService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) SearchTyped(ctx context.Context, params SpotifySearchParams, opts ...RequestOption) (SpotifySearchResponse, error)
- func (s *SpotifyService) Section(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) SectionTyped(ctx context.Context, params SpotifySectionParams, opts ...RequestOption) (SpotifySectionResponse, error)
- func (s *SpotifyService) ShowsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) ShowsSearchTyped(ctx context.Context, params SpotifyShowsSearchParams, opts ...RequestOption) (SpotifyShowsSearchResponse, error)
- func (s *SpotifyService) Track(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) TrackRecommended(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) TrackRecommendedTyped(ctx context.Context, params SpotifyTrackRecommendedParams, ...) (SpotifyTrackRecommendedResponse, error)
- func (s *SpotifyService) TrackSimilarAlbums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) TrackSimilarAlbumsTyped(ctx context.Context, params SpotifyTrackSimilarAlbumsParams, ...) (SpotifyTrackSimilarAlbumsResponse, error)
- func (s *SpotifyService) TrackTyped(ctx context.Context, params SpotifyTrackParams, opts ...RequestOption) (SpotifyTrackResponse, error)
- func (s *SpotifyService) TracksSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *SpotifyService) TracksSearchTyped(ctx context.Context, params SpotifyTracksSearchParams, opts ...RequestOption) (SpotifyTracksSearchResponse, error)
- type SpotifyShowsSearchParams
- type SpotifyShowsSearchResponse
- type SpotifyTrackParams
- type SpotifyTrackRecommendedParams
- type SpotifyTrackRecommendedResponse
- type SpotifyTrackResponse
- type SpotifyTrackSimilarAlbumsParams
- type SpotifyTrackSimilarAlbumsResponse
- type SpotifyTracksSearchParams
- type SpotifyTracksSearchResponse
- type TikTokCategoryParams
- type TikTokCategoryResponse
- type TikTokChallengeListParams
- type TikTokChallengeListResponse
- type TikTokChallengeParams
- type TikTokChallengeResponse
- type TikTokExploreParams
- type TikTokExploreResponse
- type TikTokPopularTrendCountryIndustryMetaParams
- type TikTokPopularTrendCountryIndustryMetaResponse
- type TikTokPopularTrendCreatorParams
- type TikTokPopularTrendCreatorResponse
- type TikTokPostParams
- type TikTokPostResponse
- type TikTokProfileParams
- type TikTokProfilePostParams
- type TikTokProfilePostResponse
- type TikTokProfileResponse
- type TikTokSearchHashtagParams
- type TikTokSearchHashtagResponse
- type TikTokSearchParams
- type TikTokSearchResponse
- type TikTokSearchUserParams
- type TikTokSearchUserResponse
- type TikTokService
- func (s *TikTokService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) CategoryTyped(ctx context.Context, params TikTokCategoryParams, opts ...RequestOption) (TikTokCategoryResponse, error)
- func (s *TikTokService) Challenge(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) ChallengeList(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) ChallengeListTyped(ctx context.Context, params TikTokChallengeListParams, opts ...RequestOption) (TikTokChallengeListResponse, error)
- func (s *TikTokService) ChallengeTyped(ctx context.Context, params TikTokChallengeParams, opts ...RequestOption) (TikTokChallengeResponse, error)
- func (s *TikTokService) Explore(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) ExploreTyped(ctx context.Context, params TikTokExploreParams, opts ...RequestOption) (TikTokExploreResponse, error)
- func (s *TikTokService) PopularTrendCountryIndustryMeta(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) PopularTrendCountryIndustryMetaTyped(ctx context.Context, params TikTokPopularTrendCountryIndustryMetaParams, ...) (TikTokPopularTrendCountryIndustryMetaResponse, error)
- func (s *TikTokService) PopularTrendCreator(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) PopularTrendCreatorTyped(ctx context.Context, params TikTokPopularTrendCreatorParams, ...) (TikTokPopularTrendCreatorResponse, error)
- func (s *TikTokService) Post(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) PostTyped(ctx context.Context, params TikTokPostParams, opts ...RequestOption) (TikTokPostResponse, error)
- func (s *TikTokService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) ProfilePost(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) ProfilePostTyped(ctx context.Context, params TikTokProfilePostParams, opts ...RequestOption) (TikTokProfilePostResponse, error)
- func (s *TikTokService) ProfileTyped(ctx context.Context, params TikTokProfileParams, opts ...RequestOption) (TikTokProfileResponse, error)
- func (s *TikTokService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) SearchHashtag(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) SearchHashtagTyped(ctx context.Context, params TikTokSearchHashtagParams, opts ...RequestOption) (TikTokSearchHashtagResponse, error)
- func (s *TikTokService) SearchTyped(ctx context.Context, params TikTokSearchParams, opts ...RequestOption) (TikTokSearchResponse, error)
- func (s *TikTokService) SearchUser(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) SearchUserTyped(ctx context.Context, params TikTokSearchUserParams, opts ...RequestOption) (TikTokSearchUserResponse, error)
- func (s *TikTokService) TopAdsAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsAnalysisTyped(ctx context.Context, params TikTokTopAdsAnalysisParams, opts ...RequestOption) (TikTokTopAdsAnalysisResponse, error)
- func (s *TikTokService) TopAdsDetail(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsDetailTyped(ctx context.Context, params TikTokTopAdsDetailParams, opts ...RequestOption) (TikTokTopAdsDetailResponse, error)
- func (s *TikTokService) TopAdsFilters(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsFiltersTyped(ctx context.Context, params TikTokTopAdsFiltersParams, opts ...RequestOption) (TikTokTopAdsFiltersResponse, error)
- func (s *TikTokService) TopAdsList(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsListTyped(ctx context.Context, params TikTokTopAdsListParams, opts ...RequestOption) (TikTokTopAdsListResponse, error)
- func (s *TikTokService) TopAdsLocationInfo(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsLocationInfoTyped(ctx context.Context, params TikTokTopAdsLocationInfoParams, ...) (TikTokTopAdsLocationInfoResponse, error)
- func (s *TikTokService) TopAdsLocations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsLocationsTyped(ctx context.Context, params TikTokTopAdsLocationsParams, opts ...RequestOption) (TikTokTopAdsLocationsResponse, error)
- func (s *TikTokService) TopAdsRecommend(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsRecommendTyped(ctx context.Context, params TikTokTopAdsRecommendParams, opts ...RequestOption) (TikTokTopAdsRecommendResponse, error)
- func (s *TikTokService) TopAdsSafety(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsSafetyTyped(ctx context.Context, params TikTokTopAdsSafetyParams, opts ...RequestOption) (TikTokTopAdsSafetyResponse, error)
- func (s *TikTokService) TopAdsSpotlight(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsSpotlightTyped(ctx context.Context, params TikTokTopAdsSpotlightParams, opts ...RequestOption) (TikTokTopAdsSpotlightResponse, error)
- func (s *TikTokService) TopAdsSuggestions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TopAdsSuggestionsTyped(ctx context.Context, params TikTokTopAdsSuggestionsParams, ...) (TikTokTopAdsSuggestionsResponse, error)
- func (s *TikTokService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) TrendingTyped(ctx context.Context, params TikTokTrendingParams, opts ...RequestOption) (TikTokTrendingResponse, error)
- func (s *TikTokService) VideoComments(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TikTokService) VideoCommentsTyped(ctx context.Context, params TikTokVideoCommentsParams, opts ...RequestOption) (TikTokVideoCommentsResponse, error)
- type TikTokTopAdsAnalysisParams
- type TikTokTopAdsAnalysisResponse
- type TikTokTopAdsDetailParams
- type TikTokTopAdsDetailResponse
- type TikTokTopAdsFiltersParams
- type TikTokTopAdsFiltersResponse
- type TikTokTopAdsListParams
- type TikTokTopAdsListResponse
- type TikTokTopAdsLocationInfoParams
- type TikTokTopAdsLocationInfoResponse
- type TikTokTopAdsLocationsParams
- type TikTokTopAdsLocationsResponse
- type TikTokTopAdsRecommendParams
- type TikTokTopAdsRecommendResponse
- type TikTokTopAdsSafetyParams
- type TikTokTopAdsSafetyResponse
- type TikTokTopAdsSpotlightParams
- type TikTokTopAdsSpotlightResponse
- type TikTokTopAdsSuggestionsParams
- type TikTokTopAdsSuggestionsResponse
- type TikTokTrendingParams
- type TikTokTrendingResponse
- type TikTokVideoCommentsParams
- type TikTokVideoCommentsResponse
- type TripAdvisorService
- func (s *TripAdvisorService) TripadvisorAutocomplete(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorAutocompleteTyped(ctx context.Context, params TripAdvisorTripadvisorAutocompleteParams, ...) (TripAdvisorTripadvisorAutocompleteResponse, error)
- func (s *TripAdvisorService) TripadvisorEnums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorEnumsTyped(ctx context.Context, params TripAdvisorTripadvisorEnumsParams, ...) (TripAdvisorTripadvisorEnumsResponse, error)
- func (s *TripAdvisorService) TripadvisorHotels(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorHotelsTyped(ctx context.Context, params TripAdvisorTripadvisorHotelsParams, ...) (TripAdvisorTripadvisorHotelsResponse, error)
- func (s *TripAdvisorService) TripadvisorPlace(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorPlaceTyped(ctx context.Context, params TripAdvisorTripadvisorPlaceParams, ...) (TripAdvisorTripadvisorPlaceResponse, error)
- func (s *TripAdvisorService) TripadvisorReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorReviewsTyped(ctx context.Context, params TripAdvisorTripadvisorReviewsParams, ...) (TripAdvisorTripadvisorReviewsResponse, error)
- func (s *TripAdvisorService) TripadvisorSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TripAdvisorService) TripadvisorSearchTyped(ctx context.Context, params TripAdvisorTripadvisorSearchParams, ...) (TripAdvisorTripadvisorSearchResponse, error)
- type TripAdvisorTripadvisorAutocompleteParams
- type TripAdvisorTripadvisorAutocompleteResponse
- type TripAdvisorTripadvisorEnumsParams
- type TripAdvisorTripadvisorEnumsResponse
- type TripAdvisorTripadvisorHotelsParams
- type TripAdvisorTripadvisorHotelsResponse
- type TripAdvisorTripadvisorPlaceParams
- type TripAdvisorTripadvisorPlaceResponse
- type TripAdvisorTripadvisorReviewsParams
- type TripAdvisorTripadvisorReviewsResponse
- type TripAdvisorTripadvisorSearchParams
- type TripAdvisorTripadvisorSearchResponse
- type TrustpilotBusinessParams
- type TrustpilotBusinessRelatedParams
- type TrustpilotBusinessRelatedResponse
- type TrustpilotBusinessResponse
- type TrustpilotBusinessReviewsParams
- type TrustpilotBusinessReviewsResponse
- type TrustpilotBusinessSearchParams
- type TrustpilotBusinessSearchResponse
- type TrustpilotCategoriesParams
- type TrustpilotCategoriesResponse
- type TrustpilotCategoryParams
- type TrustpilotCategoryResponse
- type TrustpilotCategorySearchParams
- type TrustpilotCategorySearchResponse
- type TrustpilotService
- func (s *TrustpilotService) Business(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) BusinessRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) BusinessRelatedTyped(ctx context.Context, params TrustpilotBusinessRelatedParams, ...) (TrustpilotBusinessRelatedResponse, error)
- func (s *TrustpilotService) BusinessReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) BusinessReviewsTyped(ctx context.Context, params TrustpilotBusinessReviewsParams, ...) (TrustpilotBusinessReviewsResponse, error)
- func (s *TrustpilotService) BusinessSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) BusinessSearchTyped(ctx context.Context, params TrustpilotBusinessSearchParams, ...) (TrustpilotBusinessSearchResponse, error)
- func (s *TrustpilotService) BusinessTyped(ctx context.Context, params TrustpilotBusinessParams, opts ...RequestOption) (TrustpilotBusinessResponse, error)
- func (s *TrustpilotService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) CategoriesTyped(ctx context.Context, params TrustpilotCategoriesParams, opts ...RequestOption) (TrustpilotCategoriesResponse, error)
- func (s *TrustpilotService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) CategorySearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *TrustpilotService) CategorySearchTyped(ctx context.Context, params TrustpilotCategorySearchParams, ...) (TrustpilotCategorySearchResponse, error)
- func (s *TrustpilotService) CategoryTyped(ctx context.Context, params TrustpilotCategoryParams, opts ...RequestOption) (TrustpilotCategoryResponse, error)
- type UsageMeEndpointsParams
- type UsageMeEndpointsResponse
- type UsageMeOverviewParams
- type UsageMeOverviewResponse
- type UsageMeRecentIpsParams
- type UsageMeRecentIpsResponse
- type UsageMeTimeseriesParams
- type UsageMeTimeseriesResponse
- type UsageService
- func (s *UsageService) MeEndpoints(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UsageService) MeEndpointsTyped(ctx context.Context, params UsageMeEndpointsParams, opts ...RequestOption) (UsageMeEndpointsResponse, error)
- func (s *UsageService) MeOverview(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UsageService) MeOverviewTyped(ctx context.Context, params UsageMeOverviewParams, opts ...RequestOption) (UsageMeOverviewResponse, error)
- func (s *UsageService) MeRecentIps(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UsageService) MeRecentIpsTyped(ctx context.Context, params UsageMeRecentIpsParams, opts ...RequestOption) (UsageMeRecentIpsResponse, error)
- func (s *UsageService) MeTimeseries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UsageService) MeTimeseriesTyped(ctx context.Context, params UsageMeTimeseriesParams, opts ...RequestOption) (UsageMeTimeseriesResponse, error)
- type UserMeApiKeysParams
- type UserMeApiKeysResponse
- type UserMeApiKeysRevealParams
- type UserMeApiKeysRevealResponse
- type UserMeApiKeysRotateParams
- type UserMeApiKeysRotateResponse
- type UserMeParams
- type UserMeResponse
- type UserService
- func (s *UserService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UserService) MeApiKeys(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UserService) MeApiKeysReveal(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UserService) MeApiKeysRevealTyped(ctx context.Context, params UserMeApiKeysRevealParams, opts ...RequestOption) (UserMeApiKeysRevealResponse, error)
- func (s *UserService) MeApiKeysRotate(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *UserService) MeApiKeysRotateTyped(ctx context.Context, params UserMeApiKeysRotateParams, opts ...RequestOption) (UserMeApiKeysRotateResponse, error)
- func (s *UserService) MeApiKeysTyped(ctx context.Context, params UserMeApiKeysParams, opts ...RequestOption) (UserMeApiKeysResponse, error)
- func (s *UserService) MeTyped(ctx context.Context, params UserMeParams, opts ...RequestOption) (UserMeResponse, error)
- type YahooFinanceCalendarParams
- type YahooFinanceCalendarResponse
- type YahooFinanceCalendarsParams
- type YahooFinanceCalendarsResponse
- type YahooFinanceDownloadParams
- type YahooFinanceDownloadResponse
- type YahooFinanceIndustriesParams
- type YahooFinanceIndustriesResponse
- type YahooFinanceIndustryParams
- type YahooFinanceIndustryResponse
- type YahooFinanceMarketStatusParams
- type YahooFinanceMarketStatusResponse
- type YahooFinanceMarketSummaryParams
- type YahooFinanceMarketSummaryResponse
- type YahooFinanceScreenerCustomParams
- type YahooFinanceScreenerCustomResponse
- type YahooFinanceScreenerParams
- type YahooFinanceScreenerResponse
- type YahooFinanceScreenersParams
- type YahooFinanceScreenersResponse
- type YahooFinanceSearchParams
- type YahooFinanceSearchResponse
- type YahooFinanceSectorParams
- type YahooFinanceSectorResponse
- type YahooFinanceSectorsParams
- type YahooFinanceSectorsResponse
- type YahooFinanceService
- func (s *YahooFinanceService) Calendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) CalendarTyped(ctx context.Context, params YahooFinanceCalendarParams, opts ...RequestOption) (YahooFinanceCalendarResponse, error)
- func (s *YahooFinanceService) Calendars(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) CalendarsTyped(ctx context.Context, params YahooFinanceCalendarsParams, opts ...RequestOption) (YahooFinanceCalendarsResponse, error)
- func (s *YahooFinanceService) Download(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) DownloadTyped(ctx context.Context, params YahooFinanceDownloadParams, opts ...RequestOption) (YahooFinanceDownloadResponse, error)
- func (s *YahooFinanceService) Industries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) IndustriesTyped(ctx context.Context, params YahooFinanceIndustriesParams, ...) (YahooFinanceIndustriesResponse, error)
- func (s *YahooFinanceService) Industry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) IndustryTyped(ctx context.Context, params YahooFinanceIndustryParams, opts ...RequestOption) (YahooFinanceIndustryResponse, error)
- func (s *YahooFinanceService) MarketStatus(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) MarketStatusTyped(ctx context.Context, params YahooFinanceMarketStatusParams, ...) (YahooFinanceMarketStatusResponse, error)
- func (s *YahooFinanceService) MarketSummary(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) MarketSummaryTyped(ctx context.Context, params YahooFinanceMarketSummaryParams, ...) (YahooFinanceMarketSummaryResponse, error)
- func (s *YahooFinanceService) Screener(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) ScreenerCustom(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) ScreenerCustomTyped(ctx context.Context, params YahooFinanceScreenerCustomParams, ...) (YahooFinanceScreenerCustomResponse, error)
- func (s *YahooFinanceService) ScreenerTyped(ctx context.Context, params YahooFinanceScreenerParams, opts ...RequestOption) (YahooFinanceScreenerResponse, error)
- func (s *YahooFinanceService) Screeners(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) ScreenersTyped(ctx context.Context, params YahooFinanceScreenersParams, opts ...RequestOption) (YahooFinanceScreenersResponse, error)
- func (s *YahooFinanceService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) SearchTyped(ctx context.Context, params YahooFinanceSearchParams, opts ...RequestOption) (YahooFinanceSearchResponse, error)
- func (s *YahooFinanceService) Sector(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) SectorTyped(ctx context.Context, params YahooFinanceSectorParams, opts ...RequestOption) (YahooFinanceSectorResponse, error)
- func (s *YahooFinanceService) Sectors(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) SectorsTyped(ctx context.Context, params YahooFinanceSectorsParams, opts ...RequestOption) (YahooFinanceSectorsResponse, error)
- func (s *YahooFinanceService) TickerActions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerActionsTyped(ctx context.Context, params YahooFinanceTickerActionsParams, ...) (YahooFinanceTickerActionsResponse, error)
- func (s *YahooFinanceService) TickerAnalysts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerAnalystsTyped(ctx context.Context, params YahooFinanceTickerAnalystsParams, ...) (YahooFinanceTickerAnalystsResponse, error)
- func (s *YahooFinanceService) TickerCalendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerCalendarTyped(ctx context.Context, params YahooFinanceTickerCalendarParams, ...) (YahooFinanceTickerCalendarResponse, error)
- func (s *YahooFinanceService) TickerCapitalGains(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerCapitalGainsTyped(ctx context.Context, params YahooFinanceTickerCapitalGainsParams, ...) (YahooFinanceTickerCapitalGainsResponse, error)
- func (s *YahooFinanceService) TickerDividends(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerDividendsTyped(ctx context.Context, params YahooFinanceTickerDividendsParams, ...) (YahooFinanceTickerDividendsResponse, error)
- func (s *YahooFinanceService) TickerEarnings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerEarningsDates(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerEarningsDatesTyped(ctx context.Context, params YahooFinanceTickerEarningsDatesParams, ...) (YahooFinanceTickerEarningsDatesResponse, error)
- func (s *YahooFinanceService) TickerEarningsTyped(ctx context.Context, params YahooFinanceTickerEarningsParams, ...) (YahooFinanceTickerEarningsResponse, error)
- func (s *YahooFinanceService) TickerFinancials(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerFinancialsTyped(ctx context.Context, params YahooFinanceTickerFinancialsParams, ...) (YahooFinanceTickerFinancialsResponse, error)
- func (s *YahooFinanceService) TickerFunds(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerFundsTyped(ctx context.Context, params YahooFinanceTickerFundsParams, ...) (YahooFinanceTickerFundsResponse, error)
- func (s *YahooFinanceService) TickerHistory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerHistoryMetadata(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerHistoryMetadataTyped(ctx context.Context, params YahooFinanceTickerHistoryMetadataParams, ...) (YahooFinanceTickerHistoryMetadataResponse, error)
- func (s *YahooFinanceService) TickerHistoryTyped(ctx context.Context, params YahooFinanceTickerHistoryParams, ...) (YahooFinanceTickerHistoryResponse, error)
- func (s *YahooFinanceService) TickerHolders(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerHoldersTyped(ctx context.Context, params YahooFinanceTickerHoldersParams, ...) (YahooFinanceTickerHoldersResponse, error)
- func (s *YahooFinanceService) TickerInfo(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerInfoTyped(ctx context.Context, params YahooFinanceTickerInfoParams, ...) (YahooFinanceTickerInfoResponse, error)
- func (s *YahooFinanceService) TickerIsin(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerIsinTyped(ctx context.Context, params YahooFinanceTickerIsinParams, ...) (YahooFinanceTickerIsinResponse, error)
- func (s *YahooFinanceService) TickerNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerNewsTyped(ctx context.Context, params YahooFinanceTickerNewsParams, ...) (YahooFinanceTickerNewsResponse, error)
- func (s *YahooFinanceService) TickerOptions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerOptionsExpiration(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerOptionsExpirationTyped(ctx context.Context, params YahooFinanceTickerOptionsExpirationParams, ...) (YahooFinanceTickerOptionsExpirationResponse, error)
- func (s *YahooFinanceService) TickerOptionsTyped(ctx context.Context, params YahooFinanceTickerOptionsParams, ...) (YahooFinanceTickerOptionsResponse, error)
- func (s *YahooFinanceService) TickerQuote(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerQuoteTyped(ctx context.Context, params YahooFinanceTickerQuoteParams, ...) (YahooFinanceTickerQuoteResponse, error)
- func (s *YahooFinanceService) TickerSecFilings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerSecFilingsTyped(ctx context.Context, params YahooFinanceTickerSecFilingsParams, ...) (YahooFinanceTickerSecFilingsResponse, error)
- func (s *YahooFinanceService) TickerShares(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerSharesFull(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerSharesFullTyped(ctx context.Context, params YahooFinanceTickerSharesFullParams, ...) (YahooFinanceTickerSharesFullResponse, error)
- func (s *YahooFinanceService) TickerSharesTyped(ctx context.Context, params YahooFinanceTickerSharesParams, ...) (YahooFinanceTickerSharesResponse, error)
- func (s *YahooFinanceService) TickerSplits(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerSplitsTyped(ctx context.Context, params YahooFinanceTickerSplitsParams, ...) (YahooFinanceTickerSplitsResponse, error)
- func (s *YahooFinanceService) TickerSustainability(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerSustainabilityTyped(ctx context.Context, params YahooFinanceTickerSustainabilityParams, ...) (YahooFinanceTickerSustainabilityResponse, error)
- func (s *YahooFinanceService) TickerValuation(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TickerValuationTyped(ctx context.Context, params YahooFinanceTickerValuationParams, ...) (YahooFinanceTickerValuationResponse, error)
- func (s *YahooFinanceService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YahooFinanceService) TrendingTyped(ctx context.Context, params YahooFinanceTrendingParams, opts ...RequestOption) (YahooFinanceTrendingResponse, error)
- type YahooFinanceTickerActionsParams
- type YahooFinanceTickerActionsResponse
- type YahooFinanceTickerAnalystsParams
- type YahooFinanceTickerAnalystsResponse
- type YahooFinanceTickerCalendarParams
- type YahooFinanceTickerCalendarResponse
- type YahooFinanceTickerCapitalGainsParams
- type YahooFinanceTickerCapitalGainsResponse
- type YahooFinanceTickerDividendsParams
- type YahooFinanceTickerDividendsResponse
- type YahooFinanceTickerEarningsDatesParams
- type YahooFinanceTickerEarningsDatesResponse
- type YahooFinanceTickerEarningsParams
- type YahooFinanceTickerEarningsResponse
- type YahooFinanceTickerFinancialsParams
- type YahooFinanceTickerFinancialsResponse
- type YahooFinanceTickerFundsParams
- type YahooFinanceTickerFundsResponse
- type YahooFinanceTickerHistoryMetadataParams
- type YahooFinanceTickerHistoryMetadataResponse
- type YahooFinanceTickerHistoryParams
- type YahooFinanceTickerHistoryResponse
- type YahooFinanceTickerHoldersParams
- type YahooFinanceTickerHoldersResponse
- type YahooFinanceTickerInfoParams
- type YahooFinanceTickerInfoResponse
- type YahooFinanceTickerIsinParams
- type YahooFinanceTickerIsinResponse
- type YahooFinanceTickerNewsParams
- type YahooFinanceTickerNewsResponse
- type YahooFinanceTickerOptionsExpirationParams
- type YahooFinanceTickerOptionsExpirationResponse
- type YahooFinanceTickerOptionsParams
- type YahooFinanceTickerOptionsResponse
- type YahooFinanceTickerQuoteParams
- type YahooFinanceTickerQuoteResponse
- type YahooFinanceTickerSecFilingsParams
- type YahooFinanceTickerSecFilingsResponse
- type YahooFinanceTickerSharesFullParams
- type YahooFinanceTickerSharesFullResponse
- type YahooFinanceTickerSharesParams
- type YahooFinanceTickerSharesResponse
- type YahooFinanceTickerSplitsParams
- type YahooFinanceTickerSplitsResponse
- type YahooFinanceTickerSustainabilityParams
- type YahooFinanceTickerSustainabilityResponse
- type YahooFinanceTickerValuationParams
- type YahooFinanceTickerValuationResponse
- type YahooFinanceTrendingParams
- type YahooFinanceTrendingResponse
- type YouTubeCaptionsParams
- type YouTubeCaptionsResponse
- type YouTubeChannelPlaylistsParams
- type YouTubeChannelPlaylistsResponse
- type YouTubeChannelSearchParams
- type YouTubeChannelSearchResponse
- type YouTubeChannelShortsParams
- type YouTubeChannelShortsResponse
- type YouTubeChannelVideosParams
- type YouTubeChannelVideosResponse
- type YouTubeCommentsParams
- type YouTubeCommentsResponse
- type YouTubePlaylistParams
- type YouTubePlaylistResponse
- type YouTubeProfileParams
- type YouTubeProfileResponse
- type YouTubeSearchParams
- type YouTubeSearchResponse
- type YouTubeService
- func (s *YouTubeService) Captions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) CaptionsTyped(ctx context.Context, params YouTubeCaptionsParams, opts ...RequestOption) (YouTubeCaptionsResponse, error)
- func (s *YouTubeService) ChannelPlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) ChannelPlaylistsTyped(ctx context.Context, params YouTubeChannelPlaylistsParams, ...) (YouTubeChannelPlaylistsResponse, error)
- func (s *YouTubeService) ChannelSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) ChannelSearchTyped(ctx context.Context, params YouTubeChannelSearchParams, opts ...RequestOption) (YouTubeChannelSearchResponse, error)
- func (s *YouTubeService) ChannelShorts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) ChannelShortsTyped(ctx context.Context, params YouTubeChannelShortsParams, opts ...RequestOption) (YouTubeChannelShortsResponse, error)
- func (s *YouTubeService) ChannelVideos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) ChannelVideosTyped(ctx context.Context, params YouTubeChannelVideosParams, opts ...RequestOption) (YouTubeChannelVideosResponse, error)
- func (s *YouTubeService) Comments(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) CommentsTyped(ctx context.Context, params YouTubeCommentsParams, opts ...RequestOption) (YouTubeCommentsResponse, error)
- func (s *YouTubeService) Playlist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) PlaylistTyped(ctx context.Context, params YouTubePlaylistParams, opts ...RequestOption) (YouTubePlaylistResponse, error)
- func (s *YouTubeService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) ProfileTyped(ctx context.Context, params YouTubeProfileParams, opts ...RequestOption) (YouTubeProfileResponse, error)
- func (s *YouTubeService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) SearchTyped(ctx context.Context, params YouTubeSearchParams, opts ...RequestOption) (YouTubeSearchResponse, error)
- func (s *YouTubeService) Tag(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) TagTyped(ctx context.Context, params YouTubeTagParams, opts ...RequestOption) (YouTubeTagResponse, error)
- func (s *YouTubeService) Transcript(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) TranscriptLanguages(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) TranscriptLanguagesTyped(ctx context.Context, params YouTubeTranscriptLanguagesParams, ...) (YouTubeTranscriptLanguagesResponse, error)
- func (s *YouTubeService) TranscriptTyped(ctx context.Context, params YouTubeTranscriptParams, opts ...RequestOption) (YouTubeTranscriptResponse, error)
- func (s *YouTubeService) Video(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *YouTubeService) VideoTyped(ctx context.Context, params YouTubeVideoParams, opts ...RequestOption) (YouTubeVideoResponse, error)
- type YouTubeTagParams
- type YouTubeTagResponse
- type YouTubeTranscriptLanguagesParams
- type YouTubeTranscriptLanguagesResponse
- type YouTubeTranscriptParams
- type YouTubeTranscriptResponse
- type YouTubeVideoParams
- type YouTubeVideoResponse
- type ZillowAutocompleteParams
- type ZillowAutocompleteResponse
- type ZillowPropertyParams
- type ZillowPropertyResponse
- type ZillowSearchParams
- type ZillowSearchResponse
- type ZillowService
- func (s *ZillowService) Autocomplete(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ZillowService) AutocompleteTyped(ctx context.Context, params ZillowAutocompleteParams, opts ...RequestOption) (ZillowAutocompleteResponse, error)
- func (s *ZillowService) Property(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ZillowService) PropertyTyped(ctx context.Context, params ZillowPropertyParams, opts ...RequestOption) (ZillowPropertyResponse, error)
- func (s *ZillowService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
- func (s *ZillowService) SearchTyped(ctx context.Context, params ZillowSearchParams, opts ...RequestOption) (ZillowSearchResponse, error)
Constants ¶
View Source
const ( ResponseAuto = "auto" ResponseJSON = "json" ResponseText = "text" )
View Source
const DefaultBaseURL = "https://api.crawlora.net/api/v1"
View Source
const Version = "1.2.0-sdk.8"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirbnbRoomCalendarParams ¶
type AirbnbRoomCalendarParams struct {
Id string `crawlora:"id"`
}
type AirbnbRoomCalendarResponse ¶
type AirbnbRoomCalendarResponse = any
type AirbnbRoomParams ¶
type AirbnbRoomParams struct {
Id string `crawlora:"id"`
}
type AirbnbRoomResponse ¶
type AirbnbRoomResponse = any
type AirbnbRoomReviewsParams ¶
type AirbnbRoomReviewsResponse ¶
type AirbnbRoomReviewsResponse = any
type AirbnbSearchParams ¶
type AirbnbSearchParams struct {
Location string `crawlora:"location"`
CheckIn *string `crawlora:"check_in,omitempty"`
CheckOut *string `crawlora:"check_out,omitempty"`
Adults *int `crawlora:"adults,omitempty"`
Page *int `crawlora:"page,omitempty"`
Currency *string `crawlora:"currency,omitempty"`
NeLat *float64 `crawlora:"ne_lat,omitempty"`
NeLng *float64 `crawlora:"ne_lng,omitempty"`
SwLat *float64 `crawlora:"sw_lat,omitempty"`
SwLng *float64 `crawlora:"sw_lng,omitempty"`
Zoom *int `crawlora:"zoom,omitempty"`
}
type AirbnbSearchResponse ¶
type AirbnbSearchResponse = any
type AirbnbService ¶
type AirbnbService struct {
// contains filtered or unexported fields
}
func (*AirbnbService) Room ¶
func (s *AirbnbService) Room(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AirbnbService) RoomCalendar ¶
func (s *AirbnbService) RoomCalendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AirbnbService) RoomCalendarTyped ¶
func (s *AirbnbService) RoomCalendarTyped(ctx context.Context, params AirbnbRoomCalendarParams, opts ...RequestOption) (AirbnbRoomCalendarResponse, error)
func (*AirbnbService) RoomReviews ¶
func (s *AirbnbService) RoomReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AirbnbService) RoomReviewsTyped ¶
func (s *AirbnbService) RoomReviewsTyped(ctx context.Context, params AirbnbRoomReviewsParams, opts ...RequestOption) (AirbnbRoomReviewsResponse, error)
func (*AirbnbService) RoomTyped ¶
func (s *AirbnbService) RoomTyped(ctx context.Context, params AirbnbRoomParams, opts ...RequestOption) (AirbnbRoomResponse, error)
func (*AirbnbService) Search ¶
func (s *AirbnbService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AirbnbService) SearchTyped ¶
func (s *AirbnbService) SearchTyped(ctx context.Context, params AirbnbSearchParams, opts ...RequestOption) (AirbnbSearchResponse, error)
type AmazonProductParams ¶
type AmazonProductResponse ¶
type AmazonProductResponse = any
type AmazonSearchParams ¶
type AmazonSearchResponse ¶
type AmazonSearchResponse = any
type AmazonService ¶
type AmazonService struct {
// contains filtered or unexported fields
}
func (*AmazonService) Product ¶
func (s *AmazonService) Product(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AmazonService) ProductTyped ¶
func (s *AmazonService) ProductTyped(ctx context.Context, params AmazonProductParams, opts ...RequestOption) (AmazonProductResponse, error)
func (*AmazonService) Search ¶
func (s *AmazonService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AmazonService) SearchTyped ¶
func (s *AmazonService) SearchTyped(ctx context.Context, params AmazonSearchParams, opts ...RequestOption) (AmazonSearchResponse, error)
func (*AmazonService) Suggest ¶
func (s *AmazonService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AmazonService) SuggestTyped ¶
func (s *AmazonService) SuggestTyped(ctx context.Context, params AmazonSuggestParams, opts ...RequestOption) (AmazonSuggestResponse, error)
type AmazonSuggestParams ¶
type AmazonSuggestParams struct {
Keyword string `crawlora:"keyword"`
}
type AmazonSuggestResponse ¶
type AmazonSuggestResponse = any
type AppStoreAppParams ¶
type AppStoreAppResponse ¶
type AppStoreAppResponse = any
type AppStoreDeveloperParams ¶
type AppStoreDeveloperResponse ¶
type AppStoreDeveloperResponse = any
type AppStoreListParams ¶
type AppStoreListParams struct {
Collection *string `crawlora:"collection,omitempty"`
Category *int `crawlora:"category,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
Num *int `crawlora:"num,omitempty"`
FullDetail *bool `crawlora:"full_detail,omitempty"`
}
type AppStoreListResponse ¶
type AppStoreListResponse = any
type AppStorePrivacyParams ¶
type AppStorePrivacyResponse ¶
type AppStorePrivacyResponse = any
type AppStoreRatingsParams ¶
type AppStoreRatingsResponse ¶
type AppStoreRatingsResponse = any
type AppStoreReviewsParams ¶
type AppStoreReviewsResponse ¶
type AppStoreReviewsResponse = any
type AppStoreSearchParams ¶
type AppStoreSearchResponse ¶
type AppStoreSearchResponse = any
type AppStoreService ¶
type AppStoreService struct {
// contains filtered or unexported fields
}
func (*AppStoreService) App ¶
func (s *AppStoreService) App(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) AppTyped ¶
func (s *AppStoreService) AppTyped(ctx context.Context, params AppStoreAppParams, opts ...RequestOption) (AppStoreAppResponse, error)
func (*AppStoreService) Developer ¶
func (s *AppStoreService) Developer(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) DeveloperTyped ¶
func (s *AppStoreService) DeveloperTyped(ctx context.Context, params AppStoreDeveloperParams, opts ...RequestOption) (AppStoreDeveloperResponse, error)
func (*AppStoreService) List ¶
func (s *AppStoreService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) ListTyped ¶
func (s *AppStoreService) ListTyped(ctx context.Context, params AppStoreListParams, opts ...RequestOption) (AppStoreListResponse, error)
func (*AppStoreService) Privacy ¶
func (s *AppStoreService) Privacy(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) PrivacyTyped ¶
func (s *AppStoreService) PrivacyTyped(ctx context.Context, params AppStorePrivacyParams, opts ...RequestOption) (AppStorePrivacyResponse, error)
func (*AppStoreService) Ratings ¶
func (s *AppStoreService) Ratings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) RatingsTyped ¶
func (s *AppStoreService) RatingsTyped(ctx context.Context, params AppStoreRatingsParams, opts ...RequestOption) (AppStoreRatingsResponse, error)
func (*AppStoreService) Reviews ¶
func (s *AppStoreService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) ReviewsTyped ¶
func (s *AppStoreService) ReviewsTyped(ctx context.Context, params AppStoreReviewsParams, opts ...RequestOption) (AppStoreReviewsResponse, error)
func (*AppStoreService) Search ¶
func (s *AppStoreService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) SearchTyped ¶
func (s *AppStoreService) SearchTyped(ctx context.Context, params AppStoreSearchParams, opts ...RequestOption) (AppStoreSearchResponse, error)
func (*AppStoreService) Similar ¶
func (s *AppStoreService) Similar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) SimilarTyped ¶
func (s *AppStoreService) SimilarTyped(ctx context.Context, params AppStoreSimilarParams, opts ...RequestOption) (AppStoreSimilarResponse, error)
func (*AppStoreService) Suggest ¶
func (s *AppStoreService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) SuggestTyped ¶
func (s *AppStoreService) SuggestTyped(ctx context.Context, params AppStoreSuggestParams, opts ...RequestOption) (AppStoreSuggestResponse, error)
func (*AppStoreService) VersionHistory ¶
func (s *AppStoreService) VersionHistory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*AppStoreService) VersionHistoryTyped ¶
func (s *AppStoreService) VersionHistoryTyped(ctx context.Context, params AppStoreVersionHistoryParams, opts ...RequestOption) (AppStoreVersionHistoryResponse, error)
type AppStoreSimilarParams ¶
type AppStoreSimilarResponse ¶
type AppStoreSimilarResponse = any
type AppStoreSuggestParams ¶
type AppStoreSuggestResponse ¶
type AppStoreSuggestResponse = any
type AppStoreVersionHistoryResponse ¶
type AppStoreVersionHistoryResponse = any
type ApplePodcastsChartsResponse ¶
type ApplePodcastsChartsResponse = any
type ApplePodcastsEpisodesSearchResponse ¶
type ApplePodcastsEpisodesSearchResponse = any
type ApplePodcastsSearchResponse ¶
type ApplePodcastsSearchResponse = any
type ApplePodcastsService ¶
type ApplePodcastsService struct {
// contains filtered or unexported fields
}
func (*ApplePodcastsService) Charts ¶
func (s *ApplePodcastsService) Charts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ApplePodcastsService) ChartsTyped ¶
func (s *ApplePodcastsService) ChartsTyped(ctx context.Context, params ApplePodcastsChartsParams, opts ...RequestOption) (ApplePodcastsChartsResponse, error)
func (*ApplePodcastsService) EpisodesSearch ¶
func (s *ApplePodcastsService) EpisodesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ApplePodcastsService) EpisodesSearchTyped ¶
func (s *ApplePodcastsService) EpisodesSearchTyped(ctx context.Context, params ApplePodcastsEpisodesSearchParams, opts ...RequestOption) (ApplePodcastsEpisodesSearchResponse, error)
func (*ApplePodcastsService) Search ¶
func (s *ApplePodcastsService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ApplePodcastsService) SearchTyped ¶
func (s *ApplePodcastsService) SearchTyped(ctx context.Context, params ApplePodcastsSearchParams, opts ...RequestOption) (ApplePodcastsSearchResponse, error)
func (*ApplePodcastsService) Show ¶
func (s *ApplePodcastsService) Show(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ApplePodcastsService) ShowEpisodes ¶
func (s *ApplePodcastsService) ShowEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ApplePodcastsService) ShowEpisodesTyped ¶
func (s *ApplePodcastsService) ShowEpisodesTyped(ctx context.Context, params ApplePodcastsShowEpisodesParams, opts ...RequestOption) (ApplePodcastsShowEpisodesResponse, error)
func (*ApplePodcastsService) ShowTyped ¶
func (s *ApplePodcastsService) ShowTyped(ctx context.Context, params ApplePodcastsShowParams, opts ...RequestOption) (ApplePodcastsShowResponse, error)
type ApplePodcastsShowEpisodesResponse ¶
type ApplePodcastsShowEpisodesResponse = any
type ApplePodcastsShowParams ¶
type ApplePodcastsShowResponse ¶
type ApplePodcastsShowResponse = any
type BillingMeCheckoutParams ¶
type BillingMeCheckoutParams struct {
Request any `crawlora:"request"`
}
type BillingMeCheckoutResponse ¶
type BillingMeCheckoutResponse = any
type BillingMeEventsParams ¶
type BillingMeEventsParams struct {
Limit *int `crawlora:"limit,omitempty"`
From *string `crawlora:"from,omitempty"`
To *string `crawlora:"to,omitempty"`
Endpoint *string `crawlora:"endpoint,omitempty"`
RequestId *string `crawlora:"request_id,omitempty"`
EventStatus *string `crawlora:"event_status,omitempty"`
Billable *bool `crawlora:"billable,omitempty"`
}
type BillingMeEventsResponse ¶
type BillingMeEventsResponse = any
type BillingMeParams ¶
type BillingMeParams struct {
}
type BillingMePeriodParams ¶
type BillingMePeriodParams struct {
PeriodKey string `crawlora:"period_key"`
}
type BillingMePeriodResponse ¶
type BillingMePeriodResponse = any
type BillingMePeriodStatementDownloadParams ¶
type BillingMePeriodStatementDownloadParams struct {
PeriodKey string `crawlora:"period_key"`
}
type BillingMePeriodStatementDownloadResponse ¶
type BillingMePeriodStatementDownloadResponse = any
type BillingMePeriodStatementResponse ¶
type BillingMePeriodStatementResponse = any
type BillingMePeriodsParams ¶
type BillingMePeriodsParams struct {
Limit *int `crawlora:"limit,omitempty"`
}
type BillingMePeriodsResponse ¶
type BillingMePeriodsResponse = any
type BillingMePortalParams ¶
type BillingMePortalParams struct {
Request any `crawlora:"request"`
}
type BillingMePortalResponse ¶
type BillingMePortalResponse = any
type BillingMeResponse ¶
type BillingMeResponse = any
type BillingService ¶
type BillingService struct {
// contains filtered or unexported fields
}
func (*BillingService) Me ¶
func (s *BillingService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MeCheckout ¶
func (s *BillingService) MeCheckout(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MeCheckoutTyped ¶
func (s *BillingService) MeCheckoutTyped(ctx context.Context, params BillingMeCheckoutParams, opts ...RequestOption) (BillingMeCheckoutResponse, error)
func (*BillingService) MeEvents ¶
func (s *BillingService) MeEvents(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MeEventsTyped ¶
func (s *BillingService) MeEventsTyped(ctx context.Context, params BillingMeEventsParams, opts ...RequestOption) (BillingMeEventsResponse, error)
func (*BillingService) MePeriod ¶
func (s *BillingService) MePeriod(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MePeriodStatement ¶
func (s *BillingService) MePeriodStatement(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MePeriodStatementDownload ¶
func (s *BillingService) MePeriodStatementDownload(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MePeriodStatementDownloadTyped ¶
func (s *BillingService) MePeriodStatementDownloadTyped(ctx context.Context, params BillingMePeriodStatementDownloadParams, opts ...RequestOption) (BillingMePeriodStatementDownloadResponse, error)
func (*BillingService) MePeriodStatementTyped ¶
func (s *BillingService) MePeriodStatementTyped(ctx context.Context, params BillingMePeriodStatementParams, opts ...RequestOption) (BillingMePeriodStatementResponse, error)
func (*BillingService) MePeriodTyped ¶
func (s *BillingService) MePeriodTyped(ctx context.Context, params BillingMePeriodParams, opts ...RequestOption) (BillingMePeriodResponse, error)
func (*BillingService) MePeriods ¶
func (s *BillingService) MePeriods(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MePeriodsTyped ¶
func (s *BillingService) MePeriodsTyped(ctx context.Context, params BillingMePeriodsParams, opts ...RequestOption) (BillingMePeriodsResponse, error)
func (*BillingService) MePortal ¶
func (s *BillingService) MePortal(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BillingService) MePortalTyped ¶
func (s *BillingService) MePortalTyped(ctx context.Context, params BillingMePortalParams, opts ...RequestOption) (BillingMePortalResponse, error)
func (*BillingService) MeTyped ¶
func (s *BillingService) MeTyped(ctx context.Context, params BillingMeParams, opts ...RequestOption) (BillingMeResponse, error)
type BingImagesParams ¶
type BingImagesResponse ¶
type BingImagesResponse = any
type BingNewsParams ¶
type BingNewsResponse ¶
type BingNewsResponse = any
type BingSearchParams ¶
type BingSearchResponse ¶
type BingSearchResponse = any
type BingService ¶
type BingService struct {
// contains filtered or unexported fields
}
func (*BingService) Images ¶
func (s *BingService) Images(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BingService) ImagesTyped ¶
func (s *BingService) ImagesTyped(ctx context.Context, params BingImagesParams, opts ...RequestOption) (BingImagesResponse, error)
func (*BingService) News ¶
func (s *BingService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BingService) NewsTyped ¶
func (s *BingService) NewsTyped(ctx context.Context, params BingNewsParams, opts ...RequestOption) (BingNewsResponse, error)
func (*BingService) Search ¶
func (s *BingService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BingService) SearchTyped ¶
func (s *BingService) SearchTyped(ctx context.Context, params BingSearchParams, opts ...RequestOption) (BingSearchResponse, error)
func (*BingService) Suggest ¶
func (s *BingService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BingService) SuggestTyped ¶
func (s *BingService) SuggestTyped(ctx context.Context, params BingSuggestParams, opts ...RequestOption) (BingSuggestResponse, error)
func (*BingService) Videos ¶
func (s *BingService) Videos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BingService) VideosTyped ¶
func (s *BingService) VideosTyped(ctx context.Context, params BingVideosParams, opts ...RequestOption) (BingVideosResponse, error)
type BingSuggestParams ¶
type BingSuggestResponse ¶
type BingSuggestResponse = any
type BingVideosParams ¶
type BingVideosResponse ¶
type BingVideosResponse = any
type BraveImagesParams ¶
type BraveImagesResponse ¶
type BraveImagesResponse = any
type BraveNewsParams ¶
type BraveNewsParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Count *int `crawlora:"count,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
TimeRange *string `crawlora:"time_range,omitempty"`
DateFrom *string `crawlora:"date_from,omitempty"`
DateTo *string `crawlora:"date_to,omitempty"`
}
type BraveNewsResponse ¶
type BraveNewsResponse = any
type BraveSearchParams ¶
type BraveSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
TimeRange *string `crawlora:"time_range,omitempty"`
DateFrom *string `crawlora:"date_from,omitempty"`
DateTo *string `crawlora:"date_to,omitempty"`
}
type BraveSearchResponse ¶
type BraveSearchResponse = any
type BraveService ¶
type BraveService struct {
// contains filtered or unexported fields
}
func (*BraveService) Images ¶
func (s *BraveService) Images(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BraveService) ImagesTyped ¶
func (s *BraveService) ImagesTyped(ctx context.Context, params BraveImagesParams, opts ...RequestOption) (BraveImagesResponse, error)
func (*BraveService) News ¶
func (s *BraveService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BraveService) NewsTyped ¶
func (s *BraveService) NewsTyped(ctx context.Context, params BraveNewsParams, opts ...RequestOption) (BraveNewsResponse, error)
func (*BraveService) Search ¶
func (s *BraveService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BraveService) SearchTyped ¶
func (s *BraveService) SearchTyped(ctx context.Context, params BraveSearchParams, opts ...RequestOption) (BraveSearchResponse, error)
func (*BraveService) Suggest ¶
func (s *BraveService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BraveService) SuggestTyped ¶
func (s *BraveService) SuggestTyped(ctx context.Context, params BraveSuggestParams, opts ...RequestOption) (BraveSuggestResponse, error)
func (*BraveService) Videos ¶
func (s *BraveService) Videos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*BraveService) VideosTyped ¶
func (s *BraveService) VideosTyped(ctx context.Context, params BraveVideosParams, opts ...RequestOption) (BraveVideosResponse, error)
type BraveSuggestParams ¶
type BraveSuggestResponse ¶
type BraveSuggestResponse = any
type BraveVideosParams ¶
type BraveVideosParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Count *int `crawlora:"count,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
TimeRange *string `crawlora:"time_range,omitempty"`
DateFrom *string `crawlora:"date_from,omitempty"`
DateTo *string `crawlora:"date_to,omitempty"`
}
type BraveVideosResponse ¶
type BraveVideosResponse = any
type Client ¶
type Client struct {
Services
APIKey string
JWTToken string
BaseURL string
HTTPClient *http.Client
Headers map[string]string
Retries int
RetryDelay time.Duration
UserAgent string
}
type CoinGeckoCategoriesResponse ¶
type CoinGeckoCategoriesResponse = any
type CoinGeckoCategoryCoinsResponse ¶
type CoinGeckoCategoryCoinsResponse = any
type CoinGeckoChainParams ¶
type CoinGeckoChainResponse ¶
type CoinGeckoChainResponse = any
type CoinGeckoChainsParams ¶
type CoinGeckoChainsResponse ¶
type CoinGeckoChainsResponse = any
type CoinGeckoCoinAnalysisResponse ¶
type CoinGeckoCoinAnalysisResponse = any
type CoinGeckoCoinParams ¶
type CoinGeckoCoinResponse ¶
type CoinGeckoCoinResponse = any
type CoinGeckoExchangeParams ¶
type CoinGeckoExchangeResponse ¶
type CoinGeckoExchangeResponse = any
type CoinGeckoExchangesResponse ¶
type CoinGeckoExchangesResponse = any
type CoinGeckoGainersLosersResponse ¶
type CoinGeckoGainersLosersResponse = any
type CoinGeckoGlobalChartsResponse ¶
type CoinGeckoGlobalChartsResponse = any
type CoinGeckoGlobalParams ¶
type CoinGeckoGlobalParams struct {
}
type CoinGeckoGlobalResponse ¶
type CoinGeckoGlobalResponse = any
type CoinGeckoLearnArticlesResponse ¶
type CoinGeckoLearnArticlesResponse = any
type CoinGeckoMarketsParams ¶
type CoinGeckoMarketsResponse ¶
type CoinGeckoMarketsResponse = any
type CoinGeckoNewCoinsParams ¶
type CoinGeckoNewCoinsResponse ¶
type CoinGeckoNewCoinsResponse = any
type CoinGeckoNewsParams ¶
type CoinGeckoNewsParams struct {
Limit *int `crawlora:"limit,omitempty"`
}
type CoinGeckoNewsResponse ¶
type CoinGeckoNewsResponse = any
type CoinGeckoNftCategoryResponse ¶
type CoinGeckoNftCategoryResponse = any
type CoinGeckoNftsParams ¶
type CoinGeckoNftsResponse ¶
type CoinGeckoNftsResponse = any
type CoinGeckoSearchParams ¶
type CoinGeckoSearchResponse ¶
type CoinGeckoSearchResponse = any
type CoinGeckoService ¶
type CoinGeckoService struct {
// contains filtered or unexported fields
}
func (*CoinGeckoService) Categories ¶
func (s *CoinGeckoService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) CategoriesTyped ¶
func (s *CoinGeckoService) CategoriesTyped(ctx context.Context, params CoinGeckoCategoriesParams, opts ...RequestOption) (CoinGeckoCategoriesResponse, error)
func (*CoinGeckoService) CategoryCoins ¶
func (s *CoinGeckoService) CategoryCoins(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) CategoryCoinsTyped ¶
func (s *CoinGeckoService) CategoryCoinsTyped(ctx context.Context, params CoinGeckoCategoryCoinsParams, opts ...RequestOption) (CoinGeckoCategoryCoinsResponse, error)
func (*CoinGeckoService) Chain ¶
func (s *CoinGeckoService) Chain(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) ChainTyped ¶
func (s *CoinGeckoService) ChainTyped(ctx context.Context, params CoinGeckoChainParams, opts ...RequestOption) (CoinGeckoChainResponse, error)
func (*CoinGeckoService) Chains ¶
func (s *CoinGeckoService) Chains(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) ChainsTyped ¶
func (s *CoinGeckoService) ChainsTyped(ctx context.Context, params CoinGeckoChainsParams, opts ...RequestOption) (CoinGeckoChainsResponse, error)
func (*CoinGeckoService) Coin ¶
func (s *CoinGeckoService) Coin(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) CoinAnalysis ¶
func (s *CoinGeckoService) CoinAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) CoinAnalysisTyped ¶
func (s *CoinGeckoService) CoinAnalysisTyped(ctx context.Context, params CoinGeckoCoinAnalysisParams, opts ...RequestOption) (CoinGeckoCoinAnalysisResponse, error)
func (*CoinGeckoService) CoinTyped ¶
func (s *CoinGeckoService) CoinTyped(ctx context.Context, params CoinGeckoCoinParams, opts ...RequestOption) (CoinGeckoCoinResponse, error)
func (*CoinGeckoService) Exchange ¶
func (s *CoinGeckoService) Exchange(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) ExchangeTyped ¶
func (s *CoinGeckoService) ExchangeTyped(ctx context.Context, params CoinGeckoExchangeParams, opts ...RequestOption) (CoinGeckoExchangeResponse, error)
func (*CoinGeckoService) Exchanges ¶
func (s *CoinGeckoService) Exchanges(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) ExchangesTyped ¶
func (s *CoinGeckoService) ExchangesTyped(ctx context.Context, params CoinGeckoExchangesParams, opts ...RequestOption) (CoinGeckoExchangesResponse, error)
func (*CoinGeckoService) GainersLosers ¶
func (s *CoinGeckoService) GainersLosers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) GainersLosersTyped ¶
func (s *CoinGeckoService) GainersLosersTyped(ctx context.Context, params CoinGeckoGainersLosersParams, opts ...RequestOption) (CoinGeckoGainersLosersResponse, error)
func (*CoinGeckoService) Global ¶
func (s *CoinGeckoService) Global(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) GlobalCharts ¶
func (s *CoinGeckoService) GlobalCharts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) GlobalChartsTyped ¶
func (s *CoinGeckoService) GlobalChartsTyped(ctx context.Context, params CoinGeckoGlobalChartsParams, opts ...RequestOption) (CoinGeckoGlobalChartsResponse, error)
func (*CoinGeckoService) GlobalTyped ¶
func (s *CoinGeckoService) GlobalTyped(ctx context.Context, params CoinGeckoGlobalParams, opts ...RequestOption) (CoinGeckoGlobalResponse, error)
func (*CoinGeckoService) LearnArticles ¶
func (s *CoinGeckoService) LearnArticles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) LearnArticlesTyped ¶
func (s *CoinGeckoService) LearnArticlesTyped(ctx context.Context, params CoinGeckoLearnArticlesParams, opts ...RequestOption) (CoinGeckoLearnArticlesResponse, error)
func (*CoinGeckoService) Markets ¶
func (s *CoinGeckoService) Markets(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) MarketsTyped ¶
func (s *CoinGeckoService) MarketsTyped(ctx context.Context, params CoinGeckoMarketsParams, opts ...RequestOption) (CoinGeckoMarketsResponse, error)
func (*CoinGeckoService) NewCoins ¶
func (s *CoinGeckoService) NewCoins(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) NewCoinsTyped ¶
func (s *CoinGeckoService) NewCoinsTyped(ctx context.Context, params CoinGeckoNewCoinsParams, opts ...RequestOption) (CoinGeckoNewCoinsResponse, error)
func (*CoinGeckoService) News ¶
func (s *CoinGeckoService) News(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) NewsTyped ¶
func (s *CoinGeckoService) NewsTyped(ctx context.Context, params CoinGeckoNewsParams, opts ...RequestOption) (CoinGeckoNewsResponse, error)
func (*CoinGeckoService) NftCategory ¶
func (s *CoinGeckoService) NftCategory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) NftCategoryTyped ¶
func (s *CoinGeckoService) NftCategoryTyped(ctx context.Context, params CoinGeckoNftCategoryParams, opts ...RequestOption) (CoinGeckoNftCategoryResponse, error)
func (*CoinGeckoService) Nfts ¶
func (s *CoinGeckoService) Nfts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) NftsTyped ¶
func (s *CoinGeckoService) NftsTyped(ctx context.Context, params CoinGeckoNftsParams, opts ...RequestOption) (CoinGeckoNftsResponse, error)
func (*CoinGeckoService) Search ¶
func (s *CoinGeckoService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) SearchTyped ¶
func (s *CoinGeckoService) SearchTyped(ctx context.Context, params CoinGeckoSearchParams, opts ...RequestOption) (CoinGeckoSearchResponse, error)
func (*CoinGeckoService) TokenUnlocks ¶
func (s *CoinGeckoService) TokenUnlocks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) TokenUnlocksTyped ¶
func (s *CoinGeckoService) TokenUnlocksTyped(ctx context.Context, params CoinGeckoTokenUnlocksParams, opts ...RequestOption) (CoinGeckoTokenUnlocksResponse, error)
func (*CoinGeckoService) Treasuries ¶
func (s *CoinGeckoService) Treasuries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) TreasuriesTyped ¶
func (s *CoinGeckoService) TreasuriesTyped(ctx context.Context, params CoinGeckoTreasuriesParams, opts ...RequestOption) (CoinGeckoTreasuriesResponse, error)
func (*CoinGeckoService) Trending ¶
func (s *CoinGeckoService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*CoinGeckoService) TrendingTyped ¶
func (s *CoinGeckoService) TrendingTyped(ctx context.Context, params CoinGeckoTrendingParams, opts ...RequestOption) (CoinGeckoTrendingResponse, error)
type CoinGeckoTokenUnlocksParams ¶
type CoinGeckoTokenUnlocksParams struct {
Limit *int `crawlora:"limit,omitempty"`
}
type CoinGeckoTokenUnlocksResponse ¶
type CoinGeckoTokenUnlocksResponse = any
type CoinGeckoTreasuriesResponse ¶
type CoinGeckoTreasuriesResponse = any
type CoinGeckoTrendingParams ¶
type CoinGeckoTrendingResponse ¶
type CoinGeckoTrendingResponse = any
type DatasetsGoogleMapBusinessesFacetsParams ¶
type DatasetsGoogleMapBusinessesFacetsParams struct {
Facet string `crawlora:"facet"`
Q *string `crawlora:"q,omitempty"`
Category *string `crawlora:"category,omitempty"`
Country *string `crawlora:"country,omitempty"`
State *string `crawlora:"state,omitempty"`
County *string `crawlora:"county,omitempty"`
City *string `crawlora:"city,omitempty"`
Town *string `crawlora:"town,omitempty"`
MinRating *float64 `crawlora:"min_rating,omitempty"`
MinReviewCount *int `crawlora:"min_review_count,omitempty"`
HasWebsite *bool `crawlora:"has_website,omitempty"`
HasPhone *bool `crawlora:"has_phone,omitempty"`
Lat *float64 `crawlora:"lat,omitempty"`
Lon *float64 `crawlora:"lon,omitempty"`
RadiusM *int `crawlora:"radius_m,omitempty"`
Sort *string `crawlora:"sort,omitempty"`
}
type DatasetsGoogleMapBusinessesFacetsResponse ¶
type DatasetsGoogleMapBusinessesFacetsResponse = any
type DatasetsGoogleMapBusinessesItemParams ¶
type DatasetsGoogleMapBusinessesItemParams struct {
PlaceId string `crawlora:"place_id"`
}
type DatasetsGoogleMapBusinessesItemResponse ¶
type DatasetsGoogleMapBusinessesItemResponse = any
type DatasetsGoogleMapBusinessesNearbyParams ¶
type DatasetsGoogleMapBusinessesNearbyParams struct {
Lat float64 `crawlora:"lat"`
Lon float64 `crawlora:"lon"`
RadiusM int `crawlora:"radius_m"`
Category *string `crawlora:"category,omitempty"`
MinRating *float64 `crawlora:"min_rating,omitempty"`
MinReviewCount *int `crawlora:"min_review_count,omitempty"`
Page *int `crawlora:"page,omitempty"`
PageSize *int `crawlora:"page_size,omitempty"`
}
type DatasetsGoogleMapBusinessesNearbyResponse ¶
type DatasetsGoogleMapBusinessesNearbyResponse = any
type DatasetsGoogleMapBusinessesSearchParams ¶
type DatasetsGoogleMapBusinessesSearchParams struct {
Q *string `crawlora:"q,omitempty"`
Category *string `crawlora:"category,omitempty"`
Country *string `crawlora:"country,omitempty"`
State *string `crawlora:"state,omitempty"`
County *string `crawlora:"county,omitempty"`
City *string `crawlora:"city,omitempty"`
Town *string `crawlora:"town,omitempty"`
MinRating *float64 `crawlora:"min_rating,omitempty"`
MinReviewCount *int `crawlora:"min_review_count,omitempty"`
HasWebsite *bool `crawlora:"has_website,omitempty"`
HasPhone *bool `crawlora:"has_phone,omitempty"`
Lat *float64 `crawlora:"lat,omitempty"`
Lon *float64 `crawlora:"lon,omitempty"`
RadiusM *int `crawlora:"radius_m,omitempty"`
Sort *string `crawlora:"sort,omitempty"`
Page *int `crawlora:"page,omitempty"`
PageSize *int `crawlora:"page_size,omitempty"`
}
type DatasetsGoogleMapBusinessesSearchResponse ¶
type DatasetsGoogleMapBusinessesSearchResponse = any
type DatasetsListParams ¶
type DatasetsListParams struct {
}
type DatasetsListResponse ¶
type DatasetsListResponse = any
type DatasetsService ¶
type DatasetsService struct {
// contains filtered or unexported fields
}
func (*DatasetsService) GoogleMapBusinessesFacets ¶
func (s *DatasetsService) GoogleMapBusinessesFacets(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*DatasetsService) GoogleMapBusinessesFacetsTyped ¶
func (s *DatasetsService) GoogleMapBusinessesFacetsTyped(ctx context.Context, params DatasetsGoogleMapBusinessesFacetsParams, opts ...RequestOption) (DatasetsGoogleMapBusinessesFacetsResponse, error)
func (*DatasetsService) GoogleMapBusinessesItem ¶
func (s *DatasetsService) GoogleMapBusinessesItem(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*DatasetsService) GoogleMapBusinessesItemTyped ¶
func (s *DatasetsService) GoogleMapBusinessesItemTyped(ctx context.Context, params DatasetsGoogleMapBusinessesItemParams, opts ...RequestOption) (DatasetsGoogleMapBusinessesItemResponse, error)
func (*DatasetsService) GoogleMapBusinessesNearby ¶
func (s *DatasetsService) GoogleMapBusinessesNearby(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*DatasetsService) GoogleMapBusinessesNearbyTyped ¶
func (s *DatasetsService) GoogleMapBusinessesNearbyTyped(ctx context.Context, params DatasetsGoogleMapBusinessesNearbyParams, opts ...RequestOption) (DatasetsGoogleMapBusinessesNearbyResponse, error)
func (*DatasetsService) GoogleMapBusinessesSearch ¶
func (s *DatasetsService) GoogleMapBusinessesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*DatasetsService) GoogleMapBusinessesSearchTyped ¶
func (s *DatasetsService) GoogleMapBusinessesSearchTyped(ctx context.Context, params DatasetsGoogleMapBusinessesSearchParams, opts ...RequestOption) (DatasetsGoogleMapBusinessesSearchResponse, error)
func (*DatasetsService) List ¶
func (s *DatasetsService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*DatasetsService) ListTyped ¶
func (s *DatasetsService) ListTyped(ctx context.Context, params DatasetsListParams, opts ...RequestOption) (DatasetsListResponse, error)
type EBayEbayItemParams ¶
type EBayEbayItemParams struct {
ItemId string `crawlora:"item_id"`
}
type EBayEbayItemResponse ¶
type EBayEbayItemResponse = any
type EBayEbaySearchParams ¶
type EBayEbaySearchParams struct {
Option any `crawlora:"option"`
}
type EBayEbaySearchResponse ¶
type EBayEbaySearchResponse = any
type EBayEbaySellerAboutParams ¶
type EBayEbaySellerAboutParams struct {
Seller string `crawlora:"seller"`
}
type EBayEbaySellerAboutResponse ¶
type EBayEbaySellerAboutResponse = any
type EBayEbaySellerFeedbackResponse ¶
type EBayEbaySellerFeedbackResponse = any
type EBayEbaySellerParams ¶
type EBayEbaySellerParams struct {
Seller string `crawlora:"seller"`
}
type EBayEbaySellerResponse ¶
type EBayEbaySellerResponse = any
type EBayEbaySellerShopResponse ¶
type EBayEbaySellerShopResponse = any
type EBayService ¶
type EBayService struct {
// contains filtered or unexported fields
}
func (*EBayService) EbayItem ¶
func (s *EBayService) EbayItem(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbayItemTyped ¶
func (s *EBayService) EbayItemTyped(ctx context.Context, params EBayEbayItemParams, opts ...RequestOption) (EBayEbayItemResponse, error)
func (*EBayService) EbaySearch ¶
func (s *EBayService) EbaySearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbaySearchTyped ¶
func (s *EBayService) EbaySearchTyped(ctx context.Context, params EBayEbaySearchParams, opts ...RequestOption) (EBayEbaySearchResponse, error)
func (*EBayService) EbaySeller ¶
func (s *EBayService) EbaySeller(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbaySellerAbout ¶
func (s *EBayService) EbaySellerAbout(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbaySellerAboutTyped ¶
func (s *EBayService) EbaySellerAboutTyped(ctx context.Context, params EBayEbaySellerAboutParams, opts ...RequestOption) (EBayEbaySellerAboutResponse, error)
func (*EBayService) EbaySellerFeedback ¶
func (s *EBayService) EbaySellerFeedback(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbaySellerFeedbackTyped ¶
func (s *EBayService) EbaySellerFeedbackTyped(ctx context.Context, params EBayEbaySellerFeedbackParams, opts ...RequestOption) (EBayEbaySellerFeedbackResponse, error)
func (*EBayService) EbaySellerShop ¶
func (s *EBayService) EbaySellerShop(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*EBayService) EbaySellerShopTyped ¶
func (s *EBayService) EbaySellerShopTyped(ctx context.Context, params EBayEbaySellerShopParams, opts ...RequestOption) (EBayEbaySellerShopResponse, error)
func (*EBayService) EbaySellerTyped ¶
func (s *EBayService) EbaySellerTyped(ctx context.Context, params EBayEbaySellerParams, opts ...RequestOption) (EBayEbaySellerResponse, error)
type GeocodingLookupParams ¶
type GeocodingLookupResponse ¶
type GeocodingLookupResponse = any
type GeocodingReverseParams ¶
type GeocodingReverseParams struct {
Lat float64 `crawlora:"lat"`
Lon float64 `crawlora:"lon"`
Zoom *int `crawlora:"zoom,omitempty"`
AcceptLanguage *string `crawlora:"accept_language,omitempty"`
Addressdetails *bool `crawlora:"addressdetails,omitempty"`
Namedetails *bool `crawlora:"namedetails,omitempty"`
}
type GeocodingReverseResponse ¶
type GeocodingReverseResponse = any
type GeocodingSearchParams ¶
type GeocodingSearchParams struct {
Q *string `crawlora:"q,omitempty"`
Street *string `crawlora:"street,omitempty"`
City *string `crawlora:"city,omitempty"`
County *string `crawlora:"county,omitempty"`
State *string `crawlora:"state,omitempty"`
Country *string `crawlora:"country,omitempty"`
Postalcode *string `crawlora:"postalcode,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Countrycodes *string `crawlora:"countrycodes,omitempty"`
AcceptLanguage *string `crawlora:"accept_language,omitempty"`
Addressdetails *bool `crawlora:"addressdetails,omitempty"`
Namedetails *bool `crawlora:"namedetails,omitempty"`
}
type GeocodingSearchResponse ¶
type GeocodingSearchResponse = any
type GeocodingService ¶
type GeocodingService struct {
// contains filtered or unexported fields
}
func (*GeocodingService) Lookup ¶
func (s *GeocodingService) Lookup(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GeocodingService) LookupTyped ¶
func (s *GeocodingService) LookupTyped(ctx context.Context, params GeocodingLookupParams, opts ...RequestOption) (GeocodingLookupResponse, error)
func (*GeocodingService) Reverse ¶
func (s *GeocodingService) Reverse(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GeocodingService) ReverseTyped ¶
func (s *GeocodingService) ReverseTyped(ctx context.Context, params GeocodingReverseParams, opts ...RequestOption) (GeocodingReverseResponse, error)
func (*GeocodingService) Search ¶
func (s *GeocodingService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GeocodingService) SearchTyped ¶
func (s *GeocodingService) SearchTyped(ctx context.Context, params GeocodingSearchParams, opts ...RequestOption) (GeocodingSearchResponse, error)
type GoogleFinanceAnalystArticlesParams ¶
type GoogleFinanceAnalystArticlesParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceAnalystArticlesResponse ¶
type GoogleFinanceAnalystArticlesResponse = any
type GoogleFinanceChartResponse ¶
type GoogleFinanceChartResponse = any
type GoogleFinanceClassificationParams ¶
type GoogleFinanceClassificationParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceClassificationResponse ¶
type GoogleFinanceClassificationResponse = any
type GoogleFinanceCompanyParams ¶
type GoogleFinanceCompanyParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceCompanyResponse ¶
type GoogleFinanceCompanyResponse = any
type GoogleFinanceContextParams ¶
type GoogleFinanceContextParams struct {
Q string `crawlora:"q"`
}
type GoogleFinanceContextResponse ¶
type GoogleFinanceContextResponse = any
type GoogleFinanceFinancialsParams ¶
type GoogleFinanceFinancialsParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceFinancialsResponse ¶
type GoogleFinanceFinancialsResponse = any
type GoogleFinanceMarketsCategoryNewsResponse ¶
type GoogleFinanceMarketsCategoryNewsResponse = any
type GoogleFinanceMarketsCategoryStocksResponse ¶
type GoogleFinanceMarketsCategoryStocksResponse = any
type GoogleFinanceMarketsEarningsParams ¶
type GoogleFinanceMarketsEarningsParams struct {
}
type GoogleFinanceMarketsEarningsResponse ¶
type GoogleFinanceMarketsEarningsResponse = any
type GoogleFinanceMarketsFeaturedParams ¶
type GoogleFinanceMarketsFeaturedParams struct {
}
type GoogleFinanceMarketsFeaturedResponse ¶
type GoogleFinanceMarketsFeaturedResponse = any
type GoogleFinanceMarketsHeadlineParams ¶
type GoogleFinanceMarketsHeadlineParams struct {
}
type GoogleFinanceMarketsHeadlineResponse ¶
type GoogleFinanceMarketsHeadlineResponse = any
type GoogleFinanceMarketsIndicesParams ¶
type GoogleFinanceMarketsIndicesParams struct {
}
type GoogleFinanceMarketsIndicesResponse ¶
type GoogleFinanceMarketsIndicesResponse = any
type GoogleFinanceMarketsMoversResponse ¶
type GoogleFinanceMarketsMoversResponse = any
type GoogleFinanceMarketsTopResponse ¶
type GoogleFinanceMarketsTopResponse = any
type GoogleFinanceMarketsTrendingParams ¶
type GoogleFinanceMarketsTrendingParams struct {
Limit *int `crawlora:"limit,omitempty"`
}
type GoogleFinanceMarketsTrendingResponse ¶
type GoogleFinanceMarketsTrendingResponse = any
type GoogleFinanceNewsParams ¶
type GoogleFinanceNewsResponse ¶
type GoogleFinanceNewsResponse = any
type GoogleFinanceQuoteParams ¶
type GoogleFinanceQuoteParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceQuoteResponse ¶
type GoogleFinanceQuoteResponse = any
type GoogleFinanceRelatedParams ¶
type GoogleFinanceRelatedParams struct {
Quote string `crawlora:"quote"`
}
type GoogleFinanceRelatedResponse ¶
type GoogleFinanceRelatedResponse = any
type GoogleFinanceSearchParams ¶
type GoogleFinanceSearchParams struct {
Q string `crawlora:"q"`
}
type GoogleFinanceSearchResponse ¶
type GoogleFinanceSearchResponse = any
type GoogleFinanceTickerResponse ¶
type GoogleFinanceTickerResponse = any
type GoogleJobsParams ¶
type GoogleJobsParams struct {
Option any `crawlora:"option"`
}
type GoogleJobsResponse ¶
type GoogleJobsResponse = any
type GoogleMapPlaceParams ¶
type GoogleMapPlaceParams struct {
PlaceId string `crawlora:"place_id"`
}
type GoogleMapPlaceResponse ¶
type GoogleMapPlaceResponse = any
type GoogleMapSearchParams ¶
type GoogleMapSearchParams struct {
MapSearchOption any `crawlora:"mapSearchOption"`
}
type GoogleMapSearchResponse ¶
type GoogleMapSearchResponse = any
type GooglePlayAppParams ¶
type GooglePlayAppResponse ¶
type GooglePlayAppResponse = any
type GooglePlayCategoriesResponse ¶
type GooglePlayCategoriesResponse = any
type GooglePlayDatasafetyResponse ¶
type GooglePlayDatasafetyResponse = any
type GooglePlayDeveloperResponse ¶
type GooglePlayDeveloperResponse = any
type GooglePlayListParams ¶
type GooglePlayListParams struct {
Collection *string `crawlora:"collection,omitempty"`
Category *string `crawlora:"category,omitempty"`
Age *string `crawlora:"age,omitempty"`
Num *int `crawlora:"num,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
FullDetail *bool `crawlora:"full_detail,omitempty"`
}
type GooglePlayListResponse ¶
type GooglePlayListResponse = any
type GooglePlayPermissionsResponse ¶
type GooglePlayPermissionsResponse = any
type GooglePlayReviewsParams ¶
type GooglePlayReviewsParams struct {
AppId string `crawlora:"app_id"`
Sort *string `crawlora:"sort,omitempty"`
Num *int `crawlora:"num,omitempty"`
Country *string `crawlora:"country,omitempty"`
Lang *string `crawlora:"lang,omitempty"`
Paginate *bool `crawlora:"paginate,omitempty"`
NextPaginationToken *string `crawlora:"next_pagination_token,omitempty"`
}
type GooglePlayReviewsResponse ¶
type GooglePlayReviewsResponse = any
type GooglePlaySearchParams ¶
type GooglePlaySearchResponse ¶
type GooglePlaySearchResponse = any
type GooglePlayService ¶
type GooglePlayService struct {
// contains filtered or unexported fields
}
func (*GooglePlayService) App ¶
func (s *GooglePlayService) App(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) AppTyped ¶
func (s *GooglePlayService) AppTyped(ctx context.Context, params GooglePlayAppParams, opts ...RequestOption) (GooglePlayAppResponse, error)
func (*GooglePlayService) Categories ¶
func (s *GooglePlayService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) CategoriesTyped ¶
func (s *GooglePlayService) CategoriesTyped(ctx context.Context, params GooglePlayCategoriesParams, opts ...RequestOption) (GooglePlayCategoriesResponse, error)
func (*GooglePlayService) Datasafety ¶
func (s *GooglePlayService) Datasafety(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) DatasafetyTyped ¶
func (s *GooglePlayService) DatasafetyTyped(ctx context.Context, params GooglePlayDatasafetyParams, opts ...RequestOption) (GooglePlayDatasafetyResponse, error)
func (*GooglePlayService) Developer ¶
func (s *GooglePlayService) Developer(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) DeveloperTyped ¶
func (s *GooglePlayService) DeveloperTyped(ctx context.Context, params GooglePlayDeveloperParams, opts ...RequestOption) (GooglePlayDeveloperResponse, error)
func (*GooglePlayService) List ¶
func (s *GooglePlayService) List(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) ListTyped ¶
func (s *GooglePlayService) ListTyped(ctx context.Context, params GooglePlayListParams, opts ...RequestOption) (GooglePlayListResponse, error)
func (*GooglePlayService) Permissions ¶
func (s *GooglePlayService) Permissions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) PermissionsTyped ¶
func (s *GooglePlayService) PermissionsTyped(ctx context.Context, params GooglePlayPermissionsParams, opts ...RequestOption) (GooglePlayPermissionsResponse, error)
func (*GooglePlayService) Reviews ¶
func (s *GooglePlayService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) ReviewsTyped ¶
func (s *GooglePlayService) ReviewsTyped(ctx context.Context, params GooglePlayReviewsParams, opts ...RequestOption) (GooglePlayReviewsResponse, error)
func (*GooglePlayService) Search ¶
func (s *GooglePlayService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) SearchTyped ¶
func (s *GooglePlayService) SearchTyped(ctx context.Context, params GooglePlaySearchParams, opts ...RequestOption) (GooglePlaySearchResponse, error)
func (*GooglePlayService) Similar ¶
func (s *GooglePlayService) Similar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) SimilarTyped ¶
func (s *GooglePlayService) SimilarTyped(ctx context.Context, params GooglePlaySimilarParams, opts ...RequestOption) (GooglePlaySimilarResponse, error)
func (*GooglePlayService) Suggest ¶
func (s *GooglePlayService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GooglePlayService) SuggestTyped ¶
func (s *GooglePlayService) SuggestTyped(ctx context.Context, params GooglePlaySuggestParams, opts ...RequestOption) (GooglePlaySuggestResponse, error)
type GooglePlaySimilarParams ¶
type GooglePlaySimilarResponse ¶
type GooglePlaySimilarResponse = any
type GooglePlaySuggestParams ¶
type GooglePlaySuggestResponse ¶
type GooglePlaySuggestResponse = any
type GoogleSearchParams ¶
type GoogleSearchParams struct {
SearchOption any `crawlora:"searchOption"`
}
type GoogleSearchResponse ¶
type GoogleSearchResponse = any
type GoogleService ¶
type GoogleService struct {
// contains filtered or unexported fields
}
func (*GoogleService) FinanceAnalystArticles ¶
func (s *GoogleService) FinanceAnalystArticles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceAnalystArticlesTyped ¶
func (s *GoogleService) FinanceAnalystArticlesTyped(ctx context.Context, params GoogleFinanceAnalystArticlesParams, opts ...RequestOption) (GoogleFinanceAnalystArticlesResponse, error)
func (*GoogleService) FinanceChart ¶
func (s *GoogleService) FinanceChart(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceChartTyped ¶
func (s *GoogleService) FinanceChartTyped(ctx context.Context, params GoogleFinanceChartParams, opts ...RequestOption) (GoogleFinanceChartResponse, error)
func (*GoogleService) FinanceClassification ¶
func (s *GoogleService) FinanceClassification(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceClassificationTyped ¶
func (s *GoogleService) FinanceClassificationTyped(ctx context.Context, params GoogleFinanceClassificationParams, opts ...RequestOption) (GoogleFinanceClassificationResponse, error)
func (*GoogleService) FinanceCompany ¶
func (s *GoogleService) FinanceCompany(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceCompanyTyped ¶
func (s *GoogleService) FinanceCompanyTyped(ctx context.Context, params GoogleFinanceCompanyParams, opts ...RequestOption) (GoogleFinanceCompanyResponse, error)
func (*GoogleService) FinanceContext ¶
func (s *GoogleService) FinanceContext(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceContextTyped ¶
func (s *GoogleService) FinanceContextTyped(ctx context.Context, params GoogleFinanceContextParams, opts ...RequestOption) (GoogleFinanceContextResponse, error)
func (*GoogleService) FinanceFinancials ¶
func (s *GoogleService) FinanceFinancials(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceFinancialsTyped ¶
func (s *GoogleService) FinanceFinancialsTyped(ctx context.Context, params GoogleFinanceFinancialsParams, opts ...RequestOption) (GoogleFinanceFinancialsResponse, error)
func (*GoogleService) FinanceMarketsCategoryNews ¶
func (s *GoogleService) FinanceMarketsCategoryNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsCategoryNewsTyped ¶
func (s *GoogleService) FinanceMarketsCategoryNewsTyped(ctx context.Context, params GoogleFinanceMarketsCategoryNewsParams, opts ...RequestOption) (GoogleFinanceMarketsCategoryNewsResponse, error)
func (*GoogleService) FinanceMarketsCategoryStocks ¶
func (s *GoogleService) FinanceMarketsCategoryStocks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsCategoryStocksTyped ¶
func (s *GoogleService) FinanceMarketsCategoryStocksTyped(ctx context.Context, params GoogleFinanceMarketsCategoryStocksParams, opts ...RequestOption) (GoogleFinanceMarketsCategoryStocksResponse, error)
func (*GoogleService) FinanceMarketsEarnings ¶
func (s *GoogleService) FinanceMarketsEarnings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsEarningsTyped ¶
func (s *GoogleService) FinanceMarketsEarningsTyped(ctx context.Context, params GoogleFinanceMarketsEarningsParams, opts ...RequestOption) (GoogleFinanceMarketsEarningsResponse, error)
func (*GoogleService) FinanceMarketsFeatured ¶
func (s *GoogleService) FinanceMarketsFeatured(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsFeaturedTyped ¶
func (s *GoogleService) FinanceMarketsFeaturedTyped(ctx context.Context, params GoogleFinanceMarketsFeaturedParams, opts ...RequestOption) (GoogleFinanceMarketsFeaturedResponse, error)
func (*GoogleService) FinanceMarketsHeadline ¶
func (s *GoogleService) FinanceMarketsHeadline(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsHeadlineTyped ¶
func (s *GoogleService) FinanceMarketsHeadlineTyped(ctx context.Context, params GoogleFinanceMarketsHeadlineParams, opts ...RequestOption) (GoogleFinanceMarketsHeadlineResponse, error)
func (*GoogleService) FinanceMarketsIndices ¶
func (s *GoogleService) FinanceMarketsIndices(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsIndicesTyped ¶
func (s *GoogleService) FinanceMarketsIndicesTyped(ctx context.Context, params GoogleFinanceMarketsIndicesParams, opts ...RequestOption) (GoogleFinanceMarketsIndicesResponse, error)
func (*GoogleService) FinanceMarketsMovers ¶
func (s *GoogleService) FinanceMarketsMovers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsMoversTyped ¶
func (s *GoogleService) FinanceMarketsMoversTyped(ctx context.Context, params GoogleFinanceMarketsMoversParams, opts ...RequestOption) (GoogleFinanceMarketsMoversResponse, error)
func (*GoogleService) FinanceMarketsTop ¶
func (s *GoogleService) FinanceMarketsTop(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsTopTyped ¶
func (s *GoogleService) FinanceMarketsTopTyped(ctx context.Context, params GoogleFinanceMarketsTopParams, opts ...RequestOption) (GoogleFinanceMarketsTopResponse, error)
func (*GoogleService) FinanceMarketsTrending ¶
func (s *GoogleService) FinanceMarketsTrending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceMarketsTrendingTyped ¶
func (s *GoogleService) FinanceMarketsTrendingTyped(ctx context.Context, params GoogleFinanceMarketsTrendingParams, opts ...RequestOption) (GoogleFinanceMarketsTrendingResponse, error)
func (*GoogleService) FinanceNews ¶
func (s *GoogleService) FinanceNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceNewsTyped ¶
func (s *GoogleService) FinanceNewsTyped(ctx context.Context, params GoogleFinanceNewsParams, opts ...RequestOption) (GoogleFinanceNewsResponse, error)
func (*GoogleService) FinanceQuote ¶
func (s *GoogleService) FinanceQuote(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceQuoteTyped ¶
func (s *GoogleService) FinanceQuoteTyped(ctx context.Context, params GoogleFinanceQuoteParams, opts ...RequestOption) (GoogleFinanceQuoteResponse, error)
func (*GoogleService) FinanceRelated ¶
func (s *GoogleService) FinanceRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceRelatedTyped ¶
func (s *GoogleService) FinanceRelatedTyped(ctx context.Context, params GoogleFinanceRelatedParams, opts ...RequestOption) (GoogleFinanceRelatedResponse, error)
func (*GoogleService) FinanceSearch ¶
func (s *GoogleService) FinanceSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceSearchTyped ¶
func (s *GoogleService) FinanceSearchTyped(ctx context.Context, params GoogleFinanceSearchParams, opts ...RequestOption) (GoogleFinanceSearchResponse, error)
func (*GoogleService) FinanceTicker ¶
func (s *GoogleService) FinanceTicker(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) FinanceTickerTyped ¶
func (s *GoogleService) FinanceTickerTyped(ctx context.Context, params GoogleFinanceTickerParams, opts ...RequestOption) (GoogleFinanceTickerResponse, error)
func (*GoogleService) Jobs ¶
func (s *GoogleService) Jobs(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) JobsTyped ¶
func (s *GoogleService) JobsTyped(ctx context.Context, params GoogleJobsParams, opts ...RequestOption) (GoogleJobsResponse, error)
func (*GoogleService) MapPlace ¶
func (s *GoogleService) MapPlace(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) MapPlaceTyped ¶
func (s *GoogleService) MapPlaceTyped(ctx context.Context, params GoogleMapPlaceParams, opts ...RequestOption) (GoogleMapPlaceResponse, error)
func (*GoogleService) MapSearch ¶
func (s *GoogleService) MapSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) MapSearchTyped ¶
func (s *GoogleService) MapSearchTyped(ctx context.Context, params GoogleMapSearchParams, opts ...RequestOption) (GoogleMapSearchResponse, error)
func (*GoogleService) Search ¶
func (s *GoogleService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) SearchTyped ¶
func (s *GoogleService) SearchTyped(ctx context.Context, params GoogleSearchParams, opts ...RequestOption) (GoogleSearchResponse, error)
func (*GoogleService) Suggest ¶
func (s *GoogleService) Suggest(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) SuggestTyped ¶
func (s *GoogleService) SuggestTyped(ctx context.Context, params GoogleSuggestParams, opts ...RequestOption) (GoogleSuggestResponse, error)
func (*GoogleService) TrendsCategories ¶
func (s *GoogleService) TrendsCategories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsCategoriesTyped ¶
func (s *GoogleService) TrendsCategoriesTyped(ctx context.Context, params GoogleTrendsCategoriesParams, opts ...RequestOption) (GoogleTrendsCategoriesResponse, error)
func (*GoogleService) TrendsEnums ¶
func (s *GoogleService) TrendsEnums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsEnumsTyped ¶
func (s *GoogleService) TrendsEnumsTyped(ctx context.Context, params GoogleTrendsEnumsParams, opts ...RequestOption) (GoogleTrendsEnumsResponse, error)
func (*GoogleService) TrendsExplore ¶
func (s *GoogleService) TrendsExplore(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreInterestByRegion ¶
func (s *GoogleService) TrendsExploreInterestByRegion(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreInterestByRegionTyped ¶
func (s *GoogleService) TrendsExploreInterestByRegionTyped(ctx context.Context, params GoogleTrendsExploreInterestByRegionParams, opts ...RequestOption) (GoogleTrendsExploreInterestByRegionResponse, error)
func (*GoogleService) TrendsExploreInterestOverTime ¶
func (s *GoogleService) TrendsExploreInterestOverTime(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreInterestOverTimeTyped ¶
func (s *GoogleService) TrendsExploreInterestOverTimeTyped(ctx context.Context, params GoogleTrendsExploreInterestOverTimeParams, opts ...RequestOption) (GoogleTrendsExploreInterestOverTimeResponse, error)
func (*GoogleService) TrendsExploreRelatedTopics ¶
func (s *GoogleService) TrendsExploreRelatedTopics(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreRelatedTopicsTyped ¶
func (s *GoogleService) TrendsExploreRelatedTopicsTyped(ctx context.Context, params GoogleTrendsExploreRelatedTopicsParams, opts ...RequestOption) (GoogleTrendsExploreRelatedTopicsResponse, error)
func (*GoogleService) TrendsExploreRisingQueries ¶
func (s *GoogleService) TrendsExploreRisingQueries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreRisingQueriesTyped ¶
func (s *GoogleService) TrendsExploreRisingQueriesTyped(ctx context.Context, params GoogleTrendsExploreRisingQueriesParams, opts ...RequestOption) (GoogleTrendsExploreRisingQueriesResponse, error)
func (*GoogleService) TrendsExploreTopQueries ¶
func (s *GoogleService) TrendsExploreTopQueries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsExploreTopQueriesTyped ¶
func (s *GoogleService) TrendsExploreTopQueriesTyped(ctx context.Context, params GoogleTrendsExploreTopQueriesParams, opts ...RequestOption) (GoogleTrendsExploreTopQueriesResponse, error)
func (*GoogleService) TrendsExploreTyped ¶
func (s *GoogleService) TrendsExploreTyped(ctx context.Context, params GoogleTrendsExploreParams, opts ...RequestOption) (GoogleTrendsExploreResponse, error)
func (*GoogleService) TrendsLocations ¶
func (s *GoogleService) TrendsLocations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsLocationsTyped ¶
func (s *GoogleService) TrendsLocationsTyped(ctx context.Context, params GoogleTrendsLocationsParams, opts ...RequestOption) (GoogleTrendsLocationsResponse, error)
func (*GoogleService) TrendsTrending ¶
func (s *GoogleService) TrendsTrending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsTrendingDetail ¶
func (s *GoogleService) TrendsTrendingDetail(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*GoogleService) TrendsTrendingDetailTyped ¶
func (s *GoogleService) TrendsTrendingDetailTyped(ctx context.Context, params GoogleTrendsTrendingDetailParams, opts ...RequestOption) (GoogleTrendsTrendingDetailResponse, error)
func (*GoogleService) TrendsTrendingTyped ¶
func (s *GoogleService) TrendsTrendingTyped(ctx context.Context, params GoogleTrendsTrendingParams, opts ...RequestOption) (GoogleTrendsTrendingResponse, error)
type GoogleSuggestParams ¶
type GoogleSuggestResponse ¶
type GoogleSuggestResponse = any
type GoogleTrendsCategoriesParams ¶
type GoogleTrendsCategoriesParams struct {
}
type GoogleTrendsCategoriesResponse ¶
type GoogleTrendsCategoriesResponse = any
type GoogleTrendsEnumsParams ¶
type GoogleTrendsEnumsParams struct {
}
type GoogleTrendsEnumsResponse ¶
type GoogleTrendsEnumsResponse = any
type GoogleTrendsExploreInterestByRegionParams ¶
type GoogleTrendsExploreInterestByRegionParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreInterestByRegionResponse ¶
type GoogleTrendsExploreInterestByRegionResponse = any
type GoogleTrendsExploreInterestOverTimeParams ¶
type GoogleTrendsExploreInterestOverTimeParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreInterestOverTimeResponse ¶
type GoogleTrendsExploreInterestOverTimeResponse = any
type GoogleTrendsExploreParams ¶
type GoogleTrendsExploreParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreRelatedTopicsParams ¶
type GoogleTrendsExploreRelatedTopicsParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreRelatedTopicsResponse ¶
type GoogleTrendsExploreRelatedTopicsResponse = any
type GoogleTrendsExploreResponse ¶
type GoogleTrendsExploreResponse = any
type GoogleTrendsExploreRisingQueriesParams ¶
type GoogleTrendsExploreRisingQueriesParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreRisingQueriesResponse ¶
type GoogleTrendsExploreRisingQueriesResponse = any
type GoogleTrendsExploreTopQueriesParams ¶
type GoogleTrendsExploreTopQueriesParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsExploreTopQueriesResponse ¶
type GoogleTrendsExploreTopQueriesResponse = any
type GoogleTrendsLocationsParams ¶
type GoogleTrendsLocationsParams struct {
}
type GoogleTrendsLocationsResponse ¶
type GoogleTrendsLocationsResponse = any
type GoogleTrendsTrendingDetailParams ¶
type GoogleTrendsTrendingDetailParams struct {
Request any `crawlora:"request"`
}
type GoogleTrendsTrendingDetailResponse ¶
type GoogleTrendsTrendingDetailResponse = any
type GoogleTrendsTrendingParams ¶
type GoogleTrendsTrendingParams struct {
Geo *string `crawlora:"geo,omitempty"`
Hl *string `crawlora:"hl,omitempty"`
Tz *int `crawlora:"tz,omitempty"`
Window *string `crawlora:"window,omitempty"`
TimeRange *string `crawlora:"time_range,omitempty"`
Category *int `crawlora:"category,omitempty"`
Status *string `crawlora:"status,omitempty"`
SortBy *string `crawlora:"sort_by,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
}
type GoogleTrendsTrendingResponse ¶
type GoogleTrendsTrendingResponse = any
type InstagramPostParams ¶
type InstagramPostResponse ¶
type InstagramPostResponse = any
type InstagramProfileParams ¶
type InstagramProfileParams struct {
Username string `crawlora:"username"`
}
type InstagramProfileResponse ¶
type InstagramProfileResponse = any
type InstagramReelsParams ¶
type InstagramReelsResponse ¶
type InstagramReelsResponse = any
type InstagramService ¶
type InstagramService struct {
// contains filtered or unexported fields
}
func (*InstagramService) Post ¶
func (s *InstagramService) Post(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*InstagramService) PostTyped ¶
func (s *InstagramService) PostTyped(ctx context.Context, params InstagramPostParams, opts ...RequestOption) (InstagramPostResponse, error)
func (*InstagramService) Profile ¶
func (s *InstagramService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*InstagramService) ProfileTyped ¶
func (s *InstagramService) ProfileTyped(ctx context.Context, params InstagramProfileParams, opts ...RequestOption) (InstagramProfileResponse, error)
func (*InstagramService) Reels ¶
func (s *InstagramService) Reels(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*InstagramService) ReelsTyped ¶
func (s *InstagramService) ReelsTyped(ctx context.Context, params InstagramReelsParams, opts ...RequestOption) (InstagramReelsResponse, error)
type JustWatchJustwatchAgeCertificationsParams ¶
type JustWatchJustwatchAgeCertificationsParams struct {
Country *string `crawlora:"country,omitempty"`
}
type JustWatchJustwatchAgeCertificationsResponse ¶
type JustWatchJustwatchAgeCertificationsResponse = any
type JustWatchJustwatchDiscoverParams ¶
type JustWatchJustwatchDiscoverParams struct {
Country *string `crawlora:"country,omitempty"`
Language *string `crawlora:"language,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Type *string `crawlora:"type,omitempty"`
Genres *string `crawlora:"genres,omitempty"`
Providers *string `crawlora:"providers,omitempty"`
MonetizationTypes *string `crawlora:"monetization_types,omitempty"`
YearMin *int `crawlora:"year_min,omitempty"`
YearMax *int `crawlora:"year_max,omitempty"`
}
type JustWatchJustwatchDiscoverResponse ¶
type JustWatchJustwatchDiscoverResponse = any
type JustWatchJustwatchEpisodeByIdResponse ¶
type JustWatchJustwatchEpisodeByIdResponse = any
type JustWatchJustwatchEpisodeOffersResponse ¶
type JustWatchJustwatchEpisodeOffersResponse = any
type JustWatchJustwatchGenreTitlesResponse ¶
type JustWatchJustwatchGenreTitlesResponse = any
type JustWatchJustwatchGenresParams ¶
type JustWatchJustwatchGenresParams struct {
Language *string `crawlora:"language,omitempty"`
}
type JustWatchJustwatchGenresResponse ¶
type JustWatchJustwatchGenresResponse = any
type JustWatchJustwatchMonetizationTitlesResponse ¶
type JustWatchJustwatchMonetizationTitlesResponse = any
type JustWatchJustwatchNewResponse ¶
type JustWatchJustwatchNewResponse = any
type JustWatchJustwatchPopularResponse ¶
type JustWatchJustwatchPopularResponse = any
type JustWatchJustwatchProviderTitlesResponse ¶
type JustWatchJustwatchProviderTitlesResponse = any
type JustWatchJustwatchProvidersParams ¶
type JustWatchJustwatchProvidersParams struct {
Country *string `crawlora:"country,omitempty"`
}
type JustWatchJustwatchProvidersResponse ¶
type JustWatchJustwatchProvidersResponse = any
type JustWatchJustwatchSearchResponse ¶
type JustWatchJustwatchSearchResponse = any
type JustWatchJustwatchSeasonByIdResponse ¶
type JustWatchJustwatchSeasonByIdResponse = any
type JustWatchJustwatchSeasonEpisodesResponse ¶
type JustWatchJustwatchSeasonEpisodesResponse = any
type JustWatchJustwatchShowSeasonsResponse ¶
type JustWatchJustwatchShowSeasonsResponse = any
type JustWatchJustwatchTitleAnalysisResponse ¶
type JustWatchJustwatchTitleAnalysisResponse = any
type JustWatchJustwatchTitleByIdResponse ¶
type JustWatchJustwatchTitleByIdResponse = any
type JustWatchJustwatchTitleMediaResponse ¶
type JustWatchJustwatchTitleMediaResponse = any
type JustWatchJustwatchTitleOffersResponse ¶
type JustWatchJustwatchTitleOffersResponse = any
type JustWatchJustwatchTitleResponse ¶
type JustWatchJustwatchTitleResponse = any
type JustWatchJustwatchTitleSimilarResponse ¶
type JustWatchJustwatchTitleSimilarResponse = any
type JustWatchService ¶
type JustWatchService struct {
// contains filtered or unexported fields
}
func (*JustWatchService) JustwatchAgeCertifications ¶
func (s *JustWatchService) JustwatchAgeCertifications(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchAgeCertificationsTyped ¶
func (s *JustWatchService) JustwatchAgeCertificationsTyped(ctx context.Context, params JustWatchJustwatchAgeCertificationsParams, opts ...RequestOption) (JustWatchJustwatchAgeCertificationsResponse, error)
func (*JustWatchService) JustwatchDiscover ¶
func (s *JustWatchService) JustwatchDiscover(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchDiscoverTyped ¶
func (s *JustWatchService) JustwatchDiscoverTyped(ctx context.Context, params JustWatchJustwatchDiscoverParams, opts ...RequestOption) (JustWatchJustwatchDiscoverResponse, error)
func (*JustWatchService) JustwatchEpisodeById ¶
func (s *JustWatchService) JustwatchEpisodeById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchEpisodeByIdTyped ¶
func (s *JustWatchService) JustwatchEpisodeByIdTyped(ctx context.Context, params JustWatchJustwatchEpisodeByIdParams, opts ...RequestOption) (JustWatchJustwatchEpisodeByIdResponse, error)
func (*JustWatchService) JustwatchEpisodeOffers ¶
func (s *JustWatchService) JustwatchEpisodeOffers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchEpisodeOffersTyped ¶
func (s *JustWatchService) JustwatchEpisodeOffersTyped(ctx context.Context, params JustWatchJustwatchEpisodeOffersParams, opts ...RequestOption) (JustWatchJustwatchEpisodeOffersResponse, error)
func (*JustWatchService) JustwatchGenreTitles ¶
func (s *JustWatchService) JustwatchGenreTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchGenreTitlesTyped ¶
func (s *JustWatchService) JustwatchGenreTitlesTyped(ctx context.Context, params JustWatchJustwatchGenreTitlesParams, opts ...RequestOption) (JustWatchJustwatchGenreTitlesResponse, error)
func (*JustWatchService) JustwatchGenres ¶
func (s *JustWatchService) JustwatchGenres(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchGenresTyped ¶
func (s *JustWatchService) JustwatchGenresTyped(ctx context.Context, params JustWatchJustwatchGenresParams, opts ...RequestOption) (JustWatchJustwatchGenresResponse, error)
func (*JustWatchService) JustwatchMonetizationTitles ¶
func (s *JustWatchService) JustwatchMonetizationTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchMonetizationTitlesTyped ¶
func (s *JustWatchService) JustwatchMonetizationTitlesTyped(ctx context.Context, params JustWatchJustwatchMonetizationTitlesParams, opts ...RequestOption) (JustWatchJustwatchMonetizationTitlesResponse, error)
func (*JustWatchService) JustwatchNew ¶
func (s *JustWatchService) JustwatchNew(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchNewTyped ¶
func (s *JustWatchService) JustwatchNewTyped(ctx context.Context, params JustWatchJustwatchNewParams, opts ...RequestOption) (JustWatchJustwatchNewResponse, error)
func (*JustWatchService) JustwatchPopular ¶
func (s *JustWatchService) JustwatchPopular(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchPopularTyped ¶
func (s *JustWatchService) JustwatchPopularTyped(ctx context.Context, params JustWatchJustwatchPopularParams, opts ...RequestOption) (JustWatchJustwatchPopularResponse, error)
func (*JustWatchService) JustwatchProviderTitles ¶
func (s *JustWatchService) JustwatchProviderTitles(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchProviderTitlesTyped ¶
func (s *JustWatchService) JustwatchProviderTitlesTyped(ctx context.Context, params JustWatchJustwatchProviderTitlesParams, opts ...RequestOption) (JustWatchJustwatchProviderTitlesResponse, error)
func (*JustWatchService) JustwatchProviders ¶
func (s *JustWatchService) JustwatchProviders(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchProvidersTyped ¶
func (s *JustWatchService) JustwatchProvidersTyped(ctx context.Context, params JustWatchJustwatchProvidersParams, opts ...RequestOption) (JustWatchJustwatchProvidersResponse, error)
func (*JustWatchService) JustwatchSearch ¶
func (s *JustWatchService) JustwatchSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchSearchTyped ¶
func (s *JustWatchService) JustwatchSearchTyped(ctx context.Context, params JustWatchJustwatchSearchParams, opts ...RequestOption) (JustWatchJustwatchSearchResponse, error)
func (*JustWatchService) JustwatchSeasonById ¶
func (s *JustWatchService) JustwatchSeasonById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchSeasonByIdTyped ¶
func (s *JustWatchService) JustwatchSeasonByIdTyped(ctx context.Context, params JustWatchJustwatchSeasonByIdParams, opts ...RequestOption) (JustWatchJustwatchSeasonByIdResponse, error)
func (*JustWatchService) JustwatchSeasonEpisodes ¶
func (s *JustWatchService) JustwatchSeasonEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchSeasonEpisodesTyped ¶
func (s *JustWatchService) JustwatchSeasonEpisodesTyped(ctx context.Context, params JustWatchJustwatchSeasonEpisodesParams, opts ...RequestOption) (JustWatchJustwatchSeasonEpisodesResponse, error)
func (*JustWatchService) JustwatchShowSeasons ¶
func (s *JustWatchService) JustwatchShowSeasons(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchShowSeasonsTyped ¶
func (s *JustWatchService) JustwatchShowSeasonsTyped(ctx context.Context, params JustWatchJustwatchShowSeasonsParams, opts ...RequestOption) (JustWatchJustwatchShowSeasonsResponse, error)
func (*JustWatchService) JustwatchTitle ¶
func (s *JustWatchService) JustwatchTitle(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleAnalysis ¶
func (s *JustWatchService) JustwatchTitleAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleAnalysisTyped ¶
func (s *JustWatchService) JustwatchTitleAnalysisTyped(ctx context.Context, params JustWatchJustwatchTitleAnalysisParams, opts ...RequestOption) (JustWatchJustwatchTitleAnalysisResponse, error)
func (*JustWatchService) JustwatchTitleById ¶
func (s *JustWatchService) JustwatchTitleById(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleByIdTyped ¶
func (s *JustWatchService) JustwatchTitleByIdTyped(ctx context.Context, params JustWatchJustwatchTitleByIdParams, opts ...RequestOption) (JustWatchJustwatchTitleByIdResponse, error)
func (*JustWatchService) JustwatchTitleMedia ¶
func (s *JustWatchService) JustwatchTitleMedia(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleMediaTyped ¶
func (s *JustWatchService) JustwatchTitleMediaTyped(ctx context.Context, params JustWatchJustwatchTitleMediaParams, opts ...RequestOption) (JustWatchJustwatchTitleMediaResponse, error)
func (*JustWatchService) JustwatchTitleOffers ¶
func (s *JustWatchService) JustwatchTitleOffers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleOffersTyped ¶
func (s *JustWatchService) JustwatchTitleOffersTyped(ctx context.Context, params JustWatchJustwatchTitleOffersParams, opts ...RequestOption) (JustWatchJustwatchTitleOffersResponse, error)
func (*JustWatchService) JustwatchTitleSimilar ¶
func (s *JustWatchService) JustwatchTitleSimilar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*JustWatchService) JustwatchTitleSimilarTyped ¶
func (s *JustWatchService) JustwatchTitleSimilarTyped(ctx context.Context, params JustWatchJustwatchTitleSimilarParams, opts ...RequestOption) (JustWatchJustwatchTitleSimilarResponse, error)
func (*JustWatchService) JustwatchTitleTyped ¶
func (s *JustWatchService) JustwatchTitleTyped(ctx context.Context, params JustWatchJustwatchTitleParams, opts ...RequestOption) (JustWatchJustwatchTitleResponse, error)
type LinkedInLinkedinCompanyParams ¶
type LinkedInLinkedinCompanyParams struct {
Id string `crawlora:"id"`
}
type LinkedInLinkedinCompanyResponse ¶
type LinkedInLinkedinCompanyResponse = any
type LinkedInLinkedinProductParams ¶
type LinkedInLinkedinProductParams struct {
Id string `crawlora:"id"`
}
type LinkedInLinkedinProductResponse ¶
type LinkedInLinkedinProductResponse = any
type LinkedInLinkedinShowcaseParams ¶
type LinkedInLinkedinShowcaseParams struct {
Id string `crawlora:"id"`
}
type LinkedInLinkedinShowcaseResponse ¶
type LinkedInLinkedinShowcaseResponse = any
type LinkedInService ¶
type LinkedInService struct {
// contains filtered or unexported fields
}
func (*LinkedInService) LinkedinCompany ¶
func (s *LinkedInService) LinkedinCompany(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*LinkedInService) LinkedinCompanyTyped ¶
func (s *LinkedInService) LinkedinCompanyTyped(ctx context.Context, params LinkedInLinkedinCompanyParams, opts ...RequestOption) (LinkedInLinkedinCompanyResponse, error)
func (*LinkedInService) LinkedinProduct ¶
func (s *LinkedInService) LinkedinProduct(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*LinkedInService) LinkedinProductTyped ¶
func (s *LinkedInService) LinkedinProductTyped(ctx context.Context, params LinkedInLinkedinProductParams, opts ...RequestOption) (LinkedInLinkedinProductResponse, error)
func (*LinkedInService) LinkedinShowcase ¶
func (s *LinkedInService) LinkedinShowcase(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*LinkedInService) LinkedinShowcaseTyped ¶
func (s *LinkedInService) LinkedinShowcaseTyped(ctx context.Context, params LinkedInLinkedinShowcaseParams, opts ...RequestOption) (LinkedInLinkedinShowcaseResponse, error)
type MetaPingParams ¶
type MetaPingParams struct {
}
type MetaPingResponse ¶
type MetaPingResponse = any
type MetaReadyParams ¶
type MetaReadyParams struct {
}
type MetaReadyResponse ¶
type MetaReadyResponse = any
type MetaService ¶
type MetaService struct {
// contains filtered or unexported fields
}
func (*MetaService) Ping ¶
func (s *MetaService) Ping(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*MetaService) PingTyped ¶
func (s *MetaService) PingTyped(ctx context.Context, params MetaPingParams, opts ...RequestOption) (MetaPingResponse, error)
func (*MetaService) Ready ¶
func (s *MetaService) Ready(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*MetaService) ReadyTyped ¶
func (s *MetaService) ReadyTyped(ctx context.Context, params MetaReadyParams, opts ...RequestOption) (MetaReadyResponse, error)
type Option ¶
type Option func(*Client)
func WithAPIKey ¶
func WithBaseURL ¶
func WithHTTPClient ¶
func WithHeader ¶
func WithJWTToken ¶
func WithRetries ¶
func WithRetryDelay ¶
func WithUserAgent ¶
type ProductHuntAboutParams ¶
type ProductHuntAboutParams struct {
Id string `crawlora:"id"`
}
type ProductHuntAboutResponse ¶
type ProductHuntAboutResponse = any
type ProductHuntAlternativesResponse ¶
type ProductHuntAlternativesResponse = any
type ProductHuntCategoryParams ¶
type ProductHuntCategoryParams struct {
Slug string `crawlora:"slug"`
}
type ProductHuntCategoryProductsParams ¶
type ProductHuntCategoryProductsParams struct {
Slug string `crawlora:"slug"`
FeaturedOnly *bool `crawlora:"featured_only,omitempty"`
Order *string `crawlora:"order,omitempty"`
Page *int `crawlora:"page,omitempty"`
PageSize *int `crawlora:"page_size,omitempty"`
Tags *string `crawlora:"tags,omitempty"`
}
type ProductHuntCategoryProductsResponse ¶
type ProductHuntCategoryProductsResponse = any
type ProductHuntCategoryResponse ¶
type ProductHuntCategoryResponse = any
type ProductHuntCustomersResponse ¶
type ProductHuntCustomersResponse = any
type ProductHuntLaunchesResponse ¶
type ProductHuntLaunchesResponse = any
type ProductHuntLeaderboardParams ¶
type ProductHuntLeaderboardParams struct {
Scope *string `crawlora:"scope,omitempty"`
Date *string `crawlora:"date,omitempty"`
Year *int `crawlora:"year,omitempty"`
Month *int `crawlora:"month,omitempty"`
Day *int `crawlora:"day,omitempty"`
Week *int `crawlora:"week,omitempty"`
Featured *bool `crawlora:"featured,omitempty"`
Order *string `crawlora:"order,omitempty"`
Cursor *string `crawlora:"cursor,omitempty"`
}
type ProductHuntLeaderboardResponse ¶
type ProductHuntLeaderboardResponse = any
type ProductHuntMakersParams ¶
type ProductHuntMakersResponse ¶
type ProductHuntMakersResponse = any
type ProductHuntProductParams ¶
type ProductHuntProductParams struct {
Id string `crawlora:"id"`
}
type ProductHuntProductResponse ¶
type ProductHuntProductResponse = any
type ProductHuntReviewsParams ¶
type ProductHuntReviewsParams struct {
Id string `crawlora:"id"`
}
type ProductHuntReviewsResponse ¶
type ProductHuntReviewsResponse = any
type ProductHuntSearchParams ¶
type ProductHuntSearchResponse ¶
type ProductHuntSearchResponse = any
type ProductHuntService ¶
type ProductHuntService struct {
// contains filtered or unexported fields
}
func (*ProductHuntService) About ¶
func (s *ProductHuntService) About(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) AboutTyped ¶
func (s *ProductHuntService) AboutTyped(ctx context.Context, params ProductHuntAboutParams, opts ...RequestOption) (ProductHuntAboutResponse, error)
func (*ProductHuntService) Alternatives ¶
func (s *ProductHuntService) Alternatives(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) AlternativesTyped ¶
func (s *ProductHuntService) AlternativesTyped(ctx context.Context, params ProductHuntAlternativesParams, opts ...RequestOption) (ProductHuntAlternativesResponse, error)
func (*ProductHuntService) Category ¶
func (s *ProductHuntService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) CategoryProducts ¶
func (s *ProductHuntService) CategoryProducts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) CategoryProductsTyped ¶
func (s *ProductHuntService) CategoryProductsTyped(ctx context.Context, params ProductHuntCategoryProductsParams, opts ...RequestOption) (ProductHuntCategoryProductsResponse, error)
func (*ProductHuntService) CategoryTyped ¶
func (s *ProductHuntService) CategoryTyped(ctx context.Context, params ProductHuntCategoryParams, opts ...RequestOption) (ProductHuntCategoryResponse, error)
func (*ProductHuntService) Customers ¶
func (s *ProductHuntService) Customers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) CustomersTyped ¶
func (s *ProductHuntService) CustomersTyped(ctx context.Context, params ProductHuntCustomersParams, opts ...RequestOption) (ProductHuntCustomersResponse, error)
func (*ProductHuntService) Launches ¶
func (s *ProductHuntService) Launches(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) LaunchesTyped ¶
func (s *ProductHuntService) LaunchesTyped(ctx context.Context, params ProductHuntLaunchesParams, opts ...RequestOption) (ProductHuntLaunchesResponse, error)
func (*ProductHuntService) Leaderboard ¶
func (s *ProductHuntService) Leaderboard(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) LeaderboardTyped ¶
func (s *ProductHuntService) LeaderboardTyped(ctx context.Context, params ProductHuntLeaderboardParams, opts ...RequestOption) (ProductHuntLeaderboardResponse, error)
func (*ProductHuntService) Makers ¶
func (s *ProductHuntService) Makers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) MakersTyped ¶
func (s *ProductHuntService) MakersTyped(ctx context.Context, params ProductHuntMakersParams, opts ...RequestOption) (ProductHuntMakersResponse, error)
func (*ProductHuntService) Product ¶
func (s *ProductHuntService) Product(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) ProductTyped ¶
func (s *ProductHuntService) ProductTyped(ctx context.Context, params ProductHuntProductParams, opts ...RequestOption) (ProductHuntProductResponse, error)
func (*ProductHuntService) Reviews ¶
func (s *ProductHuntService) Reviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) ReviewsTyped ¶
func (s *ProductHuntService) ReviewsTyped(ctx context.Context, params ProductHuntReviewsParams, opts ...RequestOption) (ProductHuntReviewsResponse, error)
func (*ProductHuntService) Search ¶
func (s *ProductHuntService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ProductHuntService) SearchTyped ¶
func (s *ProductHuntService) SearchTyped(ctx context.Context, params ProductHuntSearchParams, opts ...RequestOption) (ProductHuntSearchResponse, error)
type ReferralsClickParams ¶
type ReferralsClickParams struct {
Request any `crawlora:"request"`
}
type ReferralsClickResponse ¶
type ReferralsClickResponse = any
type ReferralsMeEventsParams ¶
type ReferralsMeEventsParams struct {
Limit *int `crawlora:"limit,omitempty"`
}
type ReferralsMeEventsResponse ¶
type ReferralsMeEventsResponse = any
type ReferralsMeParams ¶
type ReferralsMeParams struct {
}
type ReferralsMeResponse ¶
type ReferralsMeResponse = any
type ReferralsService ¶
type ReferralsService struct {
// contains filtered or unexported fields
}
func (*ReferralsService) Click ¶
func (s *ReferralsService) Click(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ReferralsService) ClickTyped ¶
func (s *ReferralsService) ClickTyped(ctx context.Context, params ReferralsClickParams, opts ...RequestOption) (ReferralsClickResponse, error)
func (*ReferralsService) Me ¶
func (s *ReferralsService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ReferralsService) MeEvents ¶
func (s *ReferralsService) MeEvents(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ReferralsService) MeEventsTyped ¶
func (s *ReferralsService) MeEventsTyped(ctx context.Context, params ReferralsMeEventsParams, opts ...RequestOption) (ReferralsMeEventsResponse, error)
func (*ReferralsService) MeTyped ¶
func (s *ReferralsService) MeTyped(ctx context.Context, params ReferralsMeParams, opts ...RequestOption) (ReferralsMeResponse, error)
type RequestOption ¶
type RequestOption func(*requestConfig)
func WithRequestHeader ¶
func WithRequestHeader(name, value string) RequestOption
func WithRequestTimeout ¶
func WithRequestTimeout(timeout time.Duration) RequestOption
func WithResponseType ¶
func WithResponseType(responseType string) RequestOption
type Services ¶
type Services struct {
Airbnb *AirbnbService
Amazon *AmazonService
ApplePodcasts *ApplePodcastsService
AppStore *AppStoreService
Billing *BillingService
Bing *BingService
Brave *BraveService
CoinGecko *CoinGeckoService
Datasets *DatasetsService
EBay *EBayService
Geocoding *GeocodingService
Google *GoogleService
GooglePlay *GooglePlayService
Instagram *InstagramService
JustWatch *JustWatchService
LinkedIn *LinkedInService
Meta *MetaService
ProductHunt *ProductHuntService
Referrals *ReferralsService
SimilarWeb *SimilarWebService
SpotifyPodcasts *SpotifyPodcastsService
Spotify *SpotifyService
TikTok *TikTokService
TripAdvisor *TripAdvisorService
Trustpilot *TrustpilotService
Usage *UsageService
User *UserService
YahooFinance *YahooFinanceService
YouTube *YouTubeService
Zillow *ZillowService
}
type SimilarWebSearchParams ¶
type SimilarWebSearchParams struct {
Q string `crawlora:"q"`
}
type SimilarWebSearchResponse ¶
type SimilarWebSearchResponse = any
type SimilarWebService ¶
type SimilarWebService struct {
// contains filtered or unexported fields
}
func (*SimilarWebService) Search ¶
func (s *SimilarWebService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SimilarWebService) SearchTyped ¶
func (s *SimilarWebService) SearchTyped(ctx context.Context, params SimilarWebSearchParams, opts ...RequestOption) (SimilarWebSearchResponse, error)
func (*SimilarWebService) Web ¶
func (s *SimilarWebService) Web(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SimilarWebService) WebTyped ¶
func (s *SimilarWebService) WebTyped(ctx context.Context, params SimilarWebWebParams, opts ...RequestOption) (SimilarWebWebResponse, error)
type SimilarWebWebParams ¶
type SimilarWebWebParams struct {
Domain string `crawlora:"domain"`
}
type SimilarWebWebResponse ¶
type SimilarWebWebResponse = any
type SpotifyAlbumParams ¶
type SpotifyAlbumResponse ¶
type SpotifyAlbumResponse = any
type SpotifyAlbumTracksResponse ¶
type SpotifyAlbumTracksResponse = any
type SpotifyAlbumsSearchParams ¶
type SpotifyAlbumsSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyAlbumsSearchResponse ¶
type SpotifyAlbumsSearchResponse = any
type SpotifyArtistAlbumsResponse ¶
type SpotifyArtistAlbumsResponse = any
type SpotifyArtistParams ¶
type SpotifyArtistPlaylistsResponse ¶
type SpotifyArtistPlaylistsResponse = any
type SpotifyArtistRelatedResponse ¶
type SpotifyArtistRelatedResponse = any
type SpotifyArtistResponse ¶
type SpotifyArtistResponse = any
type SpotifyArtistsSearchResponse ¶
type SpotifyArtistsSearchResponse = any
type SpotifyAudiobookChaptersResponse ¶
type SpotifyAudiobookChaptersResponse = any
type SpotifyAudiobookParams ¶
type SpotifyAudiobookResponse ¶
type SpotifyAudiobookResponse = any
type SpotifyAudiobooksSearchParams ¶
type SpotifyAudiobooksSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyAudiobooksSearchResponse ¶
type SpotifyAudiobooksSearchResponse = any
type SpotifyChapterParams ¶
type SpotifyChapterResponse ¶
type SpotifyChapterResponse = any
type SpotifyEpisodesSearchResponse ¶
type SpotifyEpisodesSearchResponse = any
type SpotifyFeaturedChartsByCountryResponse ¶
type SpotifyFeaturedChartsByCountryResponse = any
type SpotifyGenreParams ¶
type SpotifyGenreParams struct {
Uri *string `crawlora:"uri,omitempty"`
PageOffset *int `crawlora:"page_offset,omitempty"`
PageLimit *int `crawlora:"page_limit,omitempty"`
SectionOffset *int `crawlora:"section_offset,omitempty"`
SectionLimit *int `crawlora:"section_limit,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyGenreResponse ¶
type SpotifyGenreResponse = any
type SpotifyHomeParams ¶
type SpotifyHomeParams struct {
TimeZone *string `crawlora:"time_zone,omitempty"`
SpT *string `crawlora:"sp_t,omitempty"`
Facet *string `crawlora:"facet,omitempty"`
SectionItemsLimit *int `crawlora:"section_items_limit,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyHomeResponse ¶
type SpotifyHomeResponse = any
type SpotifyPlaylistParams ¶
type SpotifyPlaylistParams struct {
Uri *string `crawlora:"uri,omitempty"`
Id *string `crawlora:"id,omitempty"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
EnableWatchFeedEntrypoint *bool `crawlora:"enable_watch_feed_entrypoint,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyPlaylistResponse ¶
type SpotifyPlaylistResponse = any
type SpotifyPlaylistsSearchParams ¶
type SpotifyPlaylistsSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyPlaylistsSearchResponse ¶
type SpotifyPlaylistsSearchResponse = any
type SpotifyPodcastsCategoriesParams ¶
type SpotifyPodcastsCategoriesParams struct {
Uri *string `crawlora:"uri,omitempty"`
PageOffset *int `crawlora:"page_offset,omitempty"`
PageLimit *int `crawlora:"page_limit,omitempty"`
SectionOffset *int `crawlora:"section_offset,omitempty"`
SectionLimit *int `crawlora:"section_limit,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyPodcastsCategoriesResponse ¶
type SpotifyPodcastsCategoriesResponse = any
type SpotifyPodcastsChartsResponse ¶
type SpotifyPodcastsChartsResponse = any
type SpotifyPodcastsEpisodeResponse ¶
type SpotifyPodcastsEpisodeResponse = any
type SpotifyPodcastsHomeParams ¶
type SpotifyPodcastsHomeParams struct {
Uri *string `crawlora:"uri,omitempty"`
PageOffset *int `crawlora:"page_offset,omitempty"`
PageLimit *int `crawlora:"page_limit,omitempty"`
SectionOffset *int `crawlora:"section_offset,omitempty"`
SectionLimit *int `crawlora:"section_limit,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyPodcastsHomeResponse ¶
type SpotifyPodcastsHomeResponse = any
type SpotifyPodcastsSearchParams ¶
type SpotifyPodcastsSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyPodcastsSearchResponse ¶
type SpotifyPodcastsSearchResponse = any
type SpotifyPodcastsService ¶
type SpotifyPodcastsService struct {
// contains filtered or unexported fields
}
func (*SpotifyPodcastsService) Categories ¶
func (s *SpotifyPodcastsService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) CategoriesTyped ¶
func (s *SpotifyPodcastsService) CategoriesTyped(ctx context.Context, params SpotifyPodcastsCategoriesParams, opts ...RequestOption) (SpotifyPodcastsCategoriesResponse, error)
func (*SpotifyPodcastsService) Charts ¶
func (s *SpotifyPodcastsService) Charts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) ChartsTyped ¶
func (s *SpotifyPodcastsService) ChartsTyped(ctx context.Context, params SpotifyPodcastsChartsParams, opts ...RequestOption) (SpotifyPodcastsChartsResponse, error)
func (*SpotifyPodcastsService) Episode ¶
func (s *SpotifyPodcastsService) Episode(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) EpisodeTyped ¶
func (s *SpotifyPodcastsService) EpisodeTyped(ctx context.Context, params SpotifyPodcastsEpisodeParams, opts ...RequestOption) (SpotifyPodcastsEpisodeResponse, error)
func (*SpotifyPodcastsService) Home ¶
func (s *SpotifyPodcastsService) Home(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) HomeTyped ¶
func (s *SpotifyPodcastsService) HomeTyped(ctx context.Context, params SpotifyPodcastsHomeParams, opts ...RequestOption) (SpotifyPodcastsHomeResponse, error)
func (*SpotifyPodcastsService) Search ¶
func (s *SpotifyPodcastsService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) SearchTyped ¶
func (s *SpotifyPodcastsService) SearchTyped(ctx context.Context, params SpotifyPodcastsSearchParams, opts ...RequestOption) (SpotifyPodcastsSearchResponse, error)
func (*SpotifyPodcastsService) Show ¶
func (s *SpotifyPodcastsService) Show(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) ShowEpisodes ¶
func (s *SpotifyPodcastsService) ShowEpisodes(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) ShowEpisodesTyped ¶
func (s *SpotifyPodcastsService) ShowEpisodesTyped(ctx context.Context, params SpotifyPodcastsShowEpisodesParams, opts ...RequestOption) (SpotifyPodcastsShowEpisodesResponse, error)
func (*SpotifyPodcastsService) ShowRecommendations ¶
func (s *SpotifyPodcastsService) ShowRecommendations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyPodcastsService) ShowRecommendationsTyped ¶
func (s *SpotifyPodcastsService) ShowRecommendationsTyped(ctx context.Context, params SpotifyPodcastsShowRecommendationsParams, opts ...RequestOption) (SpotifyPodcastsShowRecommendationsResponse, error)
func (*SpotifyPodcastsService) ShowTyped ¶
func (s *SpotifyPodcastsService) ShowTyped(ctx context.Context, params SpotifyPodcastsShowParams, opts ...RequestOption) (SpotifyPodcastsShowResponse, error)
type SpotifyPodcastsShowEpisodesResponse ¶
type SpotifyPodcastsShowEpisodesResponse = any
type SpotifyPodcastsShowRecommendationsParams ¶
type SpotifyPodcastsShowRecommendationsParams struct {
Uri *string `crawlora:"uri,omitempty"`
}
type SpotifyPodcastsShowRecommendationsResponse ¶
type SpotifyPodcastsShowRecommendationsResponse = any
type SpotifyPodcastsShowResponse ¶
type SpotifyPodcastsShowResponse = any
type SpotifyPopularByCountryParams ¶
type SpotifyPopularByCountryParams struct {
CountryCode *string `crawlora:"country_code,omitempty"`
}
type SpotifyPopularByCountryResponse ¶
type SpotifyPopularByCountryResponse = any
type SpotifyProfileFollowersResponse ¶
type SpotifyProfileFollowersResponse = any
type SpotifyProfileParams ¶
type SpotifyProfileParams struct {
Username *string `crawlora:"username,omitempty"`
Uri *string `crawlora:"uri,omitempty"`
Url *string `crawlora:"url,omitempty"`
PlaylistLimit *int `crawlora:"playlist_limit,omitempty"`
ArtistLimit *int `crawlora:"artist_limit,omitempty"`
EpisodeLimit *int `crawlora:"episode_limit,omitempty"`
}
type SpotifyProfilePlaylistsResponse ¶
type SpotifyProfilePlaylistsResponse = any
type SpotifyProfileResponse ¶
type SpotifyProfileResponse = any
type SpotifyProfilesSearchParams ¶
type SpotifyProfilesSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyProfilesSearchResponse ¶
type SpotifyProfilesSearchResponse = any
type SpotifySearchParams ¶
type SpotifySearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludeArtistHasConcertsField *bool `crawlora:"include_artist_has_concerts_field,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
IsPrefix *bool `crawlora:"is_prefix,omitempty"`
}
type SpotifySearchResponse ¶
type SpotifySearchResponse = any
type SpotifySectionParams ¶
type SpotifySectionResponse ¶
type SpotifySectionResponse = any
type SpotifyService ¶
type SpotifyService struct {
// contains filtered or unexported fields
}
func (*SpotifyService) Album ¶
func (s *SpotifyService) Album(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AlbumTracks ¶
func (s *SpotifyService) AlbumTracks(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AlbumTracksTyped ¶
func (s *SpotifyService) AlbumTracksTyped(ctx context.Context, params SpotifyAlbumTracksParams, opts ...RequestOption) (SpotifyAlbumTracksResponse, error)
func (*SpotifyService) AlbumTyped ¶
func (s *SpotifyService) AlbumTyped(ctx context.Context, params SpotifyAlbumParams, opts ...RequestOption) (SpotifyAlbumResponse, error)
func (*SpotifyService) AlbumsSearch ¶
func (s *SpotifyService) AlbumsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AlbumsSearchTyped ¶
func (s *SpotifyService) AlbumsSearchTyped(ctx context.Context, params SpotifyAlbumsSearchParams, opts ...RequestOption) (SpotifyAlbumsSearchResponse, error)
func (*SpotifyService) Artist ¶
func (s *SpotifyService) Artist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ArtistAlbums ¶
func (s *SpotifyService) ArtistAlbums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ArtistAlbumsTyped ¶
func (s *SpotifyService) ArtistAlbumsTyped(ctx context.Context, params SpotifyArtistAlbumsParams, opts ...RequestOption) (SpotifyArtistAlbumsResponse, error)
func (*SpotifyService) ArtistPlaylists ¶
func (s *SpotifyService) ArtistPlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ArtistPlaylistsTyped ¶
func (s *SpotifyService) ArtistPlaylistsTyped(ctx context.Context, params SpotifyArtistPlaylistsParams, opts ...RequestOption) (SpotifyArtistPlaylistsResponse, error)
func (*SpotifyService) ArtistRelated ¶
func (s *SpotifyService) ArtistRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ArtistRelatedTyped ¶
func (s *SpotifyService) ArtistRelatedTyped(ctx context.Context, params SpotifyArtistRelatedParams, opts ...RequestOption) (SpotifyArtistRelatedResponse, error)
func (*SpotifyService) ArtistTyped ¶
func (s *SpotifyService) ArtistTyped(ctx context.Context, params SpotifyArtistParams, opts ...RequestOption) (SpotifyArtistResponse, error)
func (*SpotifyService) ArtistsSearch ¶
func (s *SpotifyService) ArtistsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ArtistsSearchTyped ¶
func (s *SpotifyService) ArtistsSearchTyped(ctx context.Context, params SpotifyArtistsSearchParams, opts ...RequestOption) (SpotifyArtistsSearchResponse, error)
func (*SpotifyService) Audiobook ¶
func (s *SpotifyService) Audiobook(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AudiobookChapters ¶
func (s *SpotifyService) AudiobookChapters(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AudiobookChaptersTyped ¶
func (s *SpotifyService) AudiobookChaptersTyped(ctx context.Context, params SpotifyAudiobookChaptersParams, opts ...RequestOption) (SpotifyAudiobookChaptersResponse, error)
func (*SpotifyService) AudiobookTyped ¶
func (s *SpotifyService) AudiobookTyped(ctx context.Context, params SpotifyAudiobookParams, opts ...RequestOption) (SpotifyAudiobookResponse, error)
func (*SpotifyService) AudiobooksSearch ¶
func (s *SpotifyService) AudiobooksSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) AudiobooksSearchTyped ¶
func (s *SpotifyService) AudiobooksSearchTyped(ctx context.Context, params SpotifyAudiobooksSearchParams, opts ...RequestOption) (SpotifyAudiobooksSearchResponse, error)
func (*SpotifyService) Chapter ¶
func (s *SpotifyService) Chapter(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ChapterTyped ¶
func (s *SpotifyService) ChapterTyped(ctx context.Context, params SpotifyChapterParams, opts ...RequestOption) (SpotifyChapterResponse, error)
func (*SpotifyService) EpisodesSearch ¶
func (s *SpotifyService) EpisodesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) EpisodesSearchTyped ¶
func (s *SpotifyService) EpisodesSearchTyped(ctx context.Context, params SpotifyEpisodesSearchParams, opts ...RequestOption) (SpotifyEpisodesSearchResponse, error)
func (*SpotifyService) FeaturedChartsByCountry ¶
func (s *SpotifyService) FeaturedChartsByCountry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) FeaturedChartsByCountryTyped ¶
func (s *SpotifyService) FeaturedChartsByCountryTyped(ctx context.Context, params SpotifyFeaturedChartsByCountryParams, opts ...RequestOption) (SpotifyFeaturedChartsByCountryResponse, error)
func (*SpotifyService) Genre ¶
func (s *SpotifyService) Genre(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) GenreTyped ¶
func (s *SpotifyService) GenreTyped(ctx context.Context, params SpotifyGenreParams, opts ...RequestOption) (SpotifyGenreResponse, error)
func (*SpotifyService) Home ¶
func (s *SpotifyService) Home(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) HomeTyped ¶
func (s *SpotifyService) HomeTyped(ctx context.Context, params SpotifyHomeParams, opts ...RequestOption) (SpotifyHomeResponse, error)
func (*SpotifyService) Playlist ¶
func (s *SpotifyService) Playlist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) PlaylistTyped ¶
func (s *SpotifyService) PlaylistTyped(ctx context.Context, params SpotifyPlaylistParams, opts ...RequestOption) (SpotifyPlaylistResponse, error)
func (*SpotifyService) PlaylistsSearch ¶
func (s *SpotifyService) PlaylistsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) PlaylistsSearchTyped ¶
func (s *SpotifyService) PlaylistsSearchTyped(ctx context.Context, params SpotifyPlaylistsSearchParams, opts ...RequestOption) (SpotifyPlaylistsSearchResponse, error)
func (*SpotifyService) PopularByCountry ¶
func (s *SpotifyService) PopularByCountry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) PopularByCountryTyped ¶
func (s *SpotifyService) PopularByCountryTyped(ctx context.Context, params SpotifyPopularByCountryParams, opts ...RequestOption) (SpotifyPopularByCountryResponse, error)
func (*SpotifyService) Profile ¶
func (s *SpotifyService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ProfileFollowers ¶
func (s *SpotifyService) ProfileFollowers(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ProfileFollowersTyped ¶
func (s *SpotifyService) ProfileFollowersTyped(ctx context.Context, params SpotifyProfileFollowersParams, opts ...RequestOption) (SpotifyProfileFollowersResponse, error)
func (*SpotifyService) ProfilePlaylists ¶
func (s *SpotifyService) ProfilePlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ProfilePlaylistsTyped ¶
func (s *SpotifyService) ProfilePlaylistsTyped(ctx context.Context, params SpotifyProfilePlaylistsParams, opts ...RequestOption) (SpotifyProfilePlaylistsResponse, error)
func (*SpotifyService) ProfileTyped ¶
func (s *SpotifyService) ProfileTyped(ctx context.Context, params SpotifyProfileParams, opts ...RequestOption) (SpotifyProfileResponse, error)
func (*SpotifyService) ProfilesSearch ¶
func (s *SpotifyService) ProfilesSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ProfilesSearchTyped ¶
func (s *SpotifyService) ProfilesSearchTyped(ctx context.Context, params SpotifyProfilesSearchParams, opts ...RequestOption) (SpotifyProfilesSearchResponse, error)
func (*SpotifyService) Search ¶
func (s *SpotifyService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) SearchTyped ¶
func (s *SpotifyService) SearchTyped(ctx context.Context, params SpotifySearchParams, opts ...RequestOption) (SpotifySearchResponse, error)
func (*SpotifyService) Section ¶
func (s *SpotifyService) Section(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) SectionTyped ¶
func (s *SpotifyService) SectionTyped(ctx context.Context, params SpotifySectionParams, opts ...RequestOption) (SpotifySectionResponse, error)
func (*SpotifyService) ShowsSearch ¶
func (s *SpotifyService) ShowsSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) ShowsSearchTyped ¶
func (s *SpotifyService) ShowsSearchTyped(ctx context.Context, params SpotifyShowsSearchParams, opts ...RequestOption) (SpotifyShowsSearchResponse, error)
func (*SpotifyService) Track ¶
func (s *SpotifyService) Track(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) TrackRecommended ¶
func (s *SpotifyService) TrackRecommended(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) TrackRecommendedTyped ¶
func (s *SpotifyService) TrackRecommendedTyped(ctx context.Context, params SpotifyTrackRecommendedParams, opts ...RequestOption) (SpotifyTrackRecommendedResponse, error)
func (*SpotifyService) TrackSimilarAlbums ¶
func (s *SpotifyService) TrackSimilarAlbums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) TrackSimilarAlbumsTyped ¶
func (s *SpotifyService) TrackSimilarAlbumsTyped(ctx context.Context, params SpotifyTrackSimilarAlbumsParams, opts ...RequestOption) (SpotifyTrackSimilarAlbumsResponse, error)
func (*SpotifyService) TrackTyped ¶
func (s *SpotifyService) TrackTyped(ctx context.Context, params SpotifyTrackParams, opts ...RequestOption) (SpotifyTrackResponse, error)
func (*SpotifyService) TracksSearch ¶
func (s *SpotifyService) TracksSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*SpotifyService) TracksSearchTyped ¶
func (s *SpotifyService) TracksSearchTyped(ctx context.Context, params SpotifyTracksSearchParams, opts ...RequestOption) (SpotifyTracksSearchResponse, error)
type SpotifyShowsSearchResponse ¶
type SpotifyShowsSearchResponse = any
type SpotifyTrackParams ¶
type SpotifyTrackRecommendedResponse ¶
type SpotifyTrackRecommendedResponse = any
type SpotifyTrackResponse ¶
type SpotifyTrackResponse = any
type SpotifyTrackSimilarAlbumsResponse ¶
type SpotifyTrackSimilarAlbumsResponse = any
type SpotifyTracksSearchParams ¶
type SpotifyTracksSearchParams struct {
Q string `crawlora:"q"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
NumberOfTopResults *int `crawlora:"number_of_top_results,omitempty"`
IncludeAudiobooks *bool `crawlora:"include_audiobooks,omitempty"`
IncludePreReleases *bool `crawlora:"include_pre_releases,omitempty"`
IncludeAlbumPreReleases *bool `crawlora:"include_album_pre_releases,omitempty"`
IncludeAuthors *bool `crawlora:"include_authors,omitempty"`
IncludeEpisodeContentRatingsV2 *bool `crawlora:"include_episode_content_ratings_v2,omitempty"`
}
type SpotifyTracksSearchResponse ¶
type SpotifyTracksSearchResponse = any
type TikTokCategoryParams ¶
type TikTokCategoryParams struct {
}
type TikTokCategoryResponse ¶
type TikTokCategoryResponse = any
type TikTokChallengeListResponse ¶
type TikTokChallengeListResponse = any
type TikTokChallengeParams ¶
type TikTokChallengeParams struct {
Name string `crawlora:"name"`
}
type TikTokChallengeResponse ¶
type TikTokChallengeResponse = any
type TikTokExploreParams ¶
type TikTokExploreParams struct {
Id int `crawlora:"id"`
}
type TikTokExploreResponse ¶
type TikTokExploreResponse = any
type TikTokPopularTrendCountryIndustryMetaParams ¶
type TikTokPopularTrendCountryIndustryMetaParams struct {
}
type TikTokPopularTrendCountryIndustryMetaResponse ¶
type TikTokPopularTrendCountryIndustryMetaResponse = any
type TikTokPopularTrendCreatorResponse ¶
type TikTokPopularTrendCreatorResponse = any
type TikTokPostParams ¶
type TikTokPostParams struct {
Id string `crawlora:"id"`
}
type TikTokPostResponse ¶
type TikTokPostResponse = any
type TikTokProfileParams ¶
type TikTokProfileParams struct {
Handler string `crawlora:"handler"`
}
type TikTokProfilePostParams ¶
type TikTokProfilePostResponse ¶
type TikTokProfilePostResponse = any
type TikTokProfileResponse ¶
type TikTokProfileResponse = any
type TikTokSearchHashtagResponse ¶
type TikTokSearchHashtagResponse = any
type TikTokSearchParams ¶
type TikTokSearchResponse ¶
type TikTokSearchResponse = any
type TikTokSearchUserParams ¶
type TikTokSearchUserResponse ¶
type TikTokSearchUserResponse = any
type TikTokService ¶
type TikTokService struct {
// contains filtered or unexported fields
}
func (*TikTokService) Category ¶
func (s *TikTokService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) CategoryTyped ¶
func (s *TikTokService) CategoryTyped(ctx context.Context, params TikTokCategoryParams, opts ...RequestOption) (TikTokCategoryResponse, error)
func (*TikTokService) Challenge ¶
func (s *TikTokService) Challenge(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) ChallengeList ¶
func (s *TikTokService) ChallengeList(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) ChallengeListTyped ¶
func (s *TikTokService) ChallengeListTyped(ctx context.Context, params TikTokChallengeListParams, opts ...RequestOption) (TikTokChallengeListResponse, error)
func (*TikTokService) ChallengeTyped ¶
func (s *TikTokService) ChallengeTyped(ctx context.Context, params TikTokChallengeParams, opts ...RequestOption) (TikTokChallengeResponse, error)
func (*TikTokService) Explore ¶
func (s *TikTokService) Explore(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) ExploreTyped ¶
func (s *TikTokService) ExploreTyped(ctx context.Context, params TikTokExploreParams, opts ...RequestOption) (TikTokExploreResponse, error)
func (*TikTokService) PopularTrendCountryIndustryMeta ¶
func (s *TikTokService) PopularTrendCountryIndustryMeta(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) PopularTrendCountryIndustryMetaTyped ¶
func (s *TikTokService) PopularTrendCountryIndustryMetaTyped(ctx context.Context, params TikTokPopularTrendCountryIndustryMetaParams, opts ...RequestOption) (TikTokPopularTrendCountryIndustryMetaResponse, error)
func (*TikTokService) PopularTrendCreator ¶
func (s *TikTokService) PopularTrendCreator(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) PopularTrendCreatorTyped ¶
func (s *TikTokService) PopularTrendCreatorTyped(ctx context.Context, params TikTokPopularTrendCreatorParams, opts ...RequestOption) (TikTokPopularTrendCreatorResponse, error)
func (*TikTokService) Post ¶
func (s *TikTokService) Post(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) PostTyped ¶
func (s *TikTokService) PostTyped(ctx context.Context, params TikTokPostParams, opts ...RequestOption) (TikTokPostResponse, error)
func (*TikTokService) Profile ¶
func (s *TikTokService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) ProfilePost ¶
func (s *TikTokService) ProfilePost(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) ProfilePostTyped ¶
func (s *TikTokService) ProfilePostTyped(ctx context.Context, params TikTokProfilePostParams, opts ...RequestOption) (TikTokProfilePostResponse, error)
func (*TikTokService) ProfileTyped ¶
func (s *TikTokService) ProfileTyped(ctx context.Context, params TikTokProfileParams, opts ...RequestOption) (TikTokProfileResponse, error)
func (*TikTokService) Search ¶
func (s *TikTokService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) SearchHashtag ¶
func (s *TikTokService) SearchHashtag(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) SearchHashtagTyped ¶
func (s *TikTokService) SearchHashtagTyped(ctx context.Context, params TikTokSearchHashtagParams, opts ...RequestOption) (TikTokSearchHashtagResponse, error)
func (*TikTokService) SearchTyped ¶
func (s *TikTokService) SearchTyped(ctx context.Context, params TikTokSearchParams, opts ...RequestOption) (TikTokSearchResponse, error)
func (*TikTokService) SearchUser ¶
func (s *TikTokService) SearchUser(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) SearchUserTyped ¶
func (s *TikTokService) SearchUserTyped(ctx context.Context, params TikTokSearchUserParams, opts ...RequestOption) (TikTokSearchUserResponse, error)
func (*TikTokService) TopAdsAnalysis ¶
func (s *TikTokService) TopAdsAnalysis(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsAnalysisTyped ¶
func (s *TikTokService) TopAdsAnalysisTyped(ctx context.Context, params TikTokTopAdsAnalysisParams, opts ...RequestOption) (TikTokTopAdsAnalysisResponse, error)
func (*TikTokService) TopAdsDetail ¶
func (s *TikTokService) TopAdsDetail(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsDetailTyped ¶
func (s *TikTokService) TopAdsDetailTyped(ctx context.Context, params TikTokTopAdsDetailParams, opts ...RequestOption) (TikTokTopAdsDetailResponse, error)
func (*TikTokService) TopAdsFilters ¶
func (s *TikTokService) TopAdsFilters(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsFiltersTyped ¶
func (s *TikTokService) TopAdsFiltersTyped(ctx context.Context, params TikTokTopAdsFiltersParams, opts ...RequestOption) (TikTokTopAdsFiltersResponse, error)
func (*TikTokService) TopAdsList ¶
func (s *TikTokService) TopAdsList(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsListTyped ¶
func (s *TikTokService) TopAdsListTyped(ctx context.Context, params TikTokTopAdsListParams, opts ...RequestOption) (TikTokTopAdsListResponse, error)
func (*TikTokService) TopAdsLocationInfo ¶
func (s *TikTokService) TopAdsLocationInfo(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsLocationInfoTyped ¶
func (s *TikTokService) TopAdsLocationInfoTyped(ctx context.Context, params TikTokTopAdsLocationInfoParams, opts ...RequestOption) (TikTokTopAdsLocationInfoResponse, error)
func (*TikTokService) TopAdsLocations ¶
func (s *TikTokService) TopAdsLocations(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsLocationsTyped ¶
func (s *TikTokService) TopAdsLocationsTyped(ctx context.Context, params TikTokTopAdsLocationsParams, opts ...RequestOption) (TikTokTopAdsLocationsResponse, error)
func (*TikTokService) TopAdsRecommend ¶
func (s *TikTokService) TopAdsRecommend(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsRecommendTyped ¶
func (s *TikTokService) TopAdsRecommendTyped(ctx context.Context, params TikTokTopAdsRecommendParams, opts ...RequestOption) (TikTokTopAdsRecommendResponse, error)
func (*TikTokService) TopAdsSafety ¶
func (s *TikTokService) TopAdsSafety(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsSafetyTyped ¶
func (s *TikTokService) TopAdsSafetyTyped(ctx context.Context, params TikTokTopAdsSafetyParams, opts ...RequestOption) (TikTokTopAdsSafetyResponse, error)
func (*TikTokService) TopAdsSpotlight ¶
func (s *TikTokService) TopAdsSpotlight(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsSpotlightTyped ¶
func (s *TikTokService) TopAdsSpotlightTyped(ctx context.Context, params TikTokTopAdsSpotlightParams, opts ...RequestOption) (TikTokTopAdsSpotlightResponse, error)
func (*TikTokService) TopAdsSuggestions ¶
func (s *TikTokService) TopAdsSuggestions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TopAdsSuggestionsTyped ¶
func (s *TikTokService) TopAdsSuggestionsTyped(ctx context.Context, params TikTokTopAdsSuggestionsParams, opts ...RequestOption) (TikTokTopAdsSuggestionsResponse, error)
func (*TikTokService) Trending ¶
func (s *TikTokService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) TrendingTyped ¶
func (s *TikTokService) TrendingTyped(ctx context.Context, params TikTokTrendingParams, opts ...RequestOption) (TikTokTrendingResponse, error)
func (*TikTokService) VideoComments ¶
func (s *TikTokService) VideoComments(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TikTokService) VideoCommentsTyped ¶
func (s *TikTokService) VideoCommentsTyped(ctx context.Context, params TikTokVideoCommentsParams, opts ...RequestOption) (TikTokVideoCommentsResponse, error)
type TikTokTopAdsAnalysisResponse ¶
type TikTokTopAdsAnalysisResponse = any
type TikTokTopAdsDetailParams ¶
type TikTokTopAdsDetailParams struct {
MaterialId string `crawlora:"material_id"`
}
type TikTokTopAdsDetailResponse ¶
type TikTokTopAdsDetailResponse = any
type TikTokTopAdsFiltersParams ¶
type TikTokTopAdsFiltersParams struct {
}
type TikTokTopAdsFiltersResponse ¶
type TikTokTopAdsFiltersResponse = any
type TikTokTopAdsListParams ¶
type TikTokTopAdsListParams struct {
Period *int `crawlora:"period,omitempty"`
Page *int `crawlora:"page,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
OrderBy *string `crawlora:"order_by,omitempty"`
CountryCode *string `crawlora:"country_code,omitempty"`
Keyword *string `crawlora:"keyword,omitempty"`
Industry *string `crawlora:"industry,omitempty"`
Objective *string `crawlora:"objective,omitempty"`
AdLanguage *string `crawlora:"ad_language,omitempty"`
PatternLabel *string `crawlora:"pattern_label,omitempty"`
Duration *string `crawlora:"duration,omitempty"`
Like *string `crawlora:"like,omitempty"`
AdFormat *string `crawlora:"ad_format,omitempty"`
}
type TikTokTopAdsListResponse ¶
type TikTokTopAdsListResponse = any
type TikTokTopAdsLocationInfoParams ¶
type TikTokTopAdsLocationInfoParams struct {
Module *int `crawlora:"module,omitempty"`
}
type TikTokTopAdsLocationInfoResponse ¶
type TikTokTopAdsLocationInfoResponse = any
type TikTokTopAdsLocationsParams ¶
type TikTokTopAdsLocationsParams struct {
}
type TikTokTopAdsLocationsResponse ¶
type TikTokTopAdsLocationsResponse = any
type TikTokTopAdsRecommendResponse ¶
type TikTokTopAdsRecommendResponse = any
type TikTokTopAdsSafetyParams ¶
type TikTokTopAdsSafetyParams struct {
}
type TikTokTopAdsSafetyResponse ¶
type TikTokTopAdsSafetyResponse = any
type TikTokTopAdsSpotlightResponse ¶
type TikTokTopAdsSpotlightResponse = any
type TikTokTopAdsSuggestionsResponse ¶
type TikTokTopAdsSuggestionsResponse = any
type TikTokTrendingParams ¶
type TikTokTrendingParams struct {
}
type TikTokTrendingResponse ¶
type TikTokTrendingResponse = any
type TikTokVideoCommentsResponse ¶
type TikTokVideoCommentsResponse = any
type TripAdvisorService ¶
type TripAdvisorService struct {
// contains filtered or unexported fields
}
func (*TripAdvisorService) TripadvisorAutocomplete ¶
func (s *TripAdvisorService) TripadvisorAutocomplete(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorAutocompleteTyped ¶
func (s *TripAdvisorService) TripadvisorAutocompleteTyped(ctx context.Context, params TripAdvisorTripadvisorAutocompleteParams, opts ...RequestOption) (TripAdvisorTripadvisorAutocompleteResponse, error)
func (*TripAdvisorService) TripadvisorEnums ¶
func (s *TripAdvisorService) TripadvisorEnums(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorEnumsTyped ¶
func (s *TripAdvisorService) TripadvisorEnumsTyped(ctx context.Context, params TripAdvisorTripadvisorEnumsParams, opts ...RequestOption) (TripAdvisorTripadvisorEnumsResponse, error)
func (*TripAdvisorService) TripadvisorHotels ¶
func (s *TripAdvisorService) TripadvisorHotels(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorHotelsTyped ¶
func (s *TripAdvisorService) TripadvisorHotelsTyped(ctx context.Context, params TripAdvisorTripadvisorHotelsParams, opts ...RequestOption) (TripAdvisorTripadvisorHotelsResponse, error)
func (*TripAdvisorService) TripadvisorPlace ¶
func (s *TripAdvisorService) TripadvisorPlace(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorPlaceTyped ¶
func (s *TripAdvisorService) TripadvisorPlaceTyped(ctx context.Context, params TripAdvisorTripadvisorPlaceParams, opts ...RequestOption) (TripAdvisorTripadvisorPlaceResponse, error)
func (*TripAdvisorService) TripadvisorReviews ¶
func (s *TripAdvisorService) TripadvisorReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorReviewsTyped ¶
func (s *TripAdvisorService) TripadvisorReviewsTyped(ctx context.Context, params TripAdvisorTripadvisorReviewsParams, opts ...RequestOption) (TripAdvisorTripadvisorReviewsResponse, error)
func (*TripAdvisorService) TripadvisorSearch ¶
func (s *TripAdvisorService) TripadvisorSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TripAdvisorService) TripadvisorSearchTyped ¶
func (s *TripAdvisorService) TripadvisorSearchTyped(ctx context.Context, params TripAdvisorTripadvisorSearchParams, opts ...RequestOption) (TripAdvisorTripadvisorSearchResponse, error)
type TripAdvisorTripadvisorAutocompleteParams ¶
type TripAdvisorTripadvisorAutocompleteParams struct {
Q string `crawlora:"q"`
Limit *int `crawlora:"limit,omitempty"`
Locale *string `crawlora:"locale,omitempty"`
ScopeGeoId *int `crawlora:"scope_geo_id,omitempty"`
Type *string `crawlora:"type,omitempty"`
SearchSessionId *string `crawlora:"search_session_id,omitempty"`
TypeaheadId *string `crawlora:"typeahead_id,omitempty"`
RouteUid *string `crawlora:"route_uid,omitempty"`
}
type TripAdvisorTripadvisorAutocompleteResponse ¶
type TripAdvisorTripadvisorAutocompleteResponse = any
type TripAdvisorTripadvisorEnumsParams ¶
type TripAdvisorTripadvisorEnumsParams struct {
}
type TripAdvisorTripadvisorEnumsResponse ¶
type TripAdvisorTripadvisorEnumsResponse = any
type TripAdvisorTripadvisorHotelsParams ¶
type TripAdvisorTripadvisorHotelsParams struct {
GeoId int `crawlora:"geo_id"`
FilterId *string `crawlora:"filter_id,omitempty"`
Class *int `crawlora:"class,omitempty"`
Amenities []int `crawlora:"amenities"`
PriceMin *int `crawlora:"price_min,omitempty"`
PriceMax *int `crawlora:"price_max,omitempty"`
PricingMode *string `crawlora:"pricing_mode,omitempty"`
TravelersChoice *bool `crawlora:"travelers_choice,omitempty"`
TravelersChoiceBotb *bool `crawlora:"travelers_choice_botb,omitempty"`
Currency *string `crawlora:"currency,omitempty"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Sort *string `crawlora:"sort,omitempty"`
}
type TripAdvisorTripadvisorHotelsResponse ¶
type TripAdvisorTripadvisorHotelsResponse = any
type TripAdvisorTripadvisorPlaceResponse ¶
type TripAdvisorTripadvisorPlaceResponse = any
type TripAdvisorTripadvisorReviewsParams ¶
type TripAdvisorTripadvisorReviewsParams struct {
Id *string `crawlora:"id,omitempty"`
Url *string `crawlora:"url,omitempty"`
Page *int `crawlora:"page,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Language *string `crawlora:"language,omitempty"`
SortType *string `crawlora:"sort_type,omitempty"`
SortBy *string `crawlora:"sort_by,omitempty"`
Ratings []int `crawlora:"ratings"`
DoMachineTranslation *bool `crawlora:"do_machine_translation,omitempty"`
PhotosPerReviewLimit *int `crawlora:"photos_per_review_limit,omitempty"`
}
type TripAdvisorTripadvisorReviewsResponse ¶
type TripAdvisorTripadvisorReviewsResponse = any
type TripAdvisorTripadvisorSearchParams ¶
type TripAdvisorTripadvisorSearchParams struct {
GeoId int `crawlora:"geo_id"`
Type string `crawlora:"type"`
FilterId *string `crawlora:"filter_id,omitempty"`
Class *int `crawlora:"class,omitempty"`
Amenities []int `crawlora:"amenities"`
PriceMin *int `crawlora:"price_min,omitempty"`
PriceMax *int `crawlora:"price_max,omitempty"`
PricingMode *string `crawlora:"pricing_mode,omitempty"`
TravelersChoice *bool `crawlora:"travelers_choice,omitempty"`
TravelersChoiceBotb *bool `crawlora:"travelers_choice_botb,omitempty"`
RestaurantDate *string `crawlora:"restaurant_date,omitempty"`
RestaurantTime *string `crawlora:"restaurant_time,omitempty"`
RestaurantGuests *int `crawlora:"restaurant_guests,omitempty"`
EstablishmentTypes []int `crawlora:"establishment_types"`
OnlineOptions []int `crawlora:"online_options"`
Offset *int `crawlora:"offset,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Locale *string `crawlora:"locale,omitempty"`
Currency *string `crawlora:"currency,omitempty"`
Sort *string `crawlora:"sort,omitempty"`
}
type TripAdvisorTripadvisorSearchResponse ¶
type TripAdvisorTripadvisorSearchResponse = any
type TrustpilotBusinessParams ¶
type TrustpilotBusinessParams struct {
Slug string `crawlora:"slug"`
}
type TrustpilotBusinessRelatedParams ¶
type TrustpilotBusinessRelatedParams struct {
Slug string `crawlora:"slug"`
}
type TrustpilotBusinessRelatedResponse ¶
type TrustpilotBusinessRelatedResponse = any
type TrustpilotBusinessResponse ¶
type TrustpilotBusinessResponse = any
type TrustpilotBusinessReviewsParams ¶
type TrustpilotBusinessReviewsParams struct {
Slug string `crawlora:"slug"`
Page *int `crawlora:"page,omitempty"`
Stars *int `crawlora:"stars,omitempty"`
Verified *bool `crawlora:"verified,omitempty"`
Replied *bool `crawlora:"replied,omitempty"`
Language *string `crawlora:"language,omitempty"`
Q *string `crawlora:"q,omitempty"`
DateFrom *string `crawlora:"date_from,omitempty"`
DateTo *string `crawlora:"date_to,omitempty"`
}
type TrustpilotBusinessReviewsResponse ¶
type TrustpilotBusinessReviewsResponse = any
type TrustpilotBusinessSearchResponse ¶
type TrustpilotBusinessSearchResponse = any
type TrustpilotCategoriesParams ¶
type TrustpilotCategoriesParams struct {
}
type TrustpilotCategoriesResponse ¶
type TrustpilotCategoriesResponse = any
type TrustpilotCategoryResponse ¶
type TrustpilotCategoryResponse = any
type TrustpilotCategorySearchResponse ¶
type TrustpilotCategorySearchResponse = any
type TrustpilotService ¶
type TrustpilotService struct {
// contains filtered or unexported fields
}
func (*TrustpilotService) Business ¶
func (s *TrustpilotService) Business(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) BusinessRelated ¶
func (s *TrustpilotService) BusinessRelated(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) BusinessRelatedTyped ¶
func (s *TrustpilotService) BusinessRelatedTyped(ctx context.Context, params TrustpilotBusinessRelatedParams, opts ...RequestOption) (TrustpilotBusinessRelatedResponse, error)
func (*TrustpilotService) BusinessReviews ¶
func (s *TrustpilotService) BusinessReviews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) BusinessReviewsTyped ¶
func (s *TrustpilotService) BusinessReviewsTyped(ctx context.Context, params TrustpilotBusinessReviewsParams, opts ...RequestOption) (TrustpilotBusinessReviewsResponse, error)
func (*TrustpilotService) BusinessSearch ¶
func (s *TrustpilotService) BusinessSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) BusinessSearchTyped ¶
func (s *TrustpilotService) BusinessSearchTyped(ctx context.Context, params TrustpilotBusinessSearchParams, opts ...RequestOption) (TrustpilotBusinessSearchResponse, error)
func (*TrustpilotService) BusinessTyped ¶
func (s *TrustpilotService) BusinessTyped(ctx context.Context, params TrustpilotBusinessParams, opts ...RequestOption) (TrustpilotBusinessResponse, error)
func (*TrustpilotService) Categories ¶
func (s *TrustpilotService) Categories(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) CategoriesTyped ¶
func (s *TrustpilotService) CategoriesTyped(ctx context.Context, params TrustpilotCategoriesParams, opts ...RequestOption) (TrustpilotCategoriesResponse, error)
func (*TrustpilotService) Category ¶
func (s *TrustpilotService) Category(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) CategorySearch ¶
func (s *TrustpilotService) CategorySearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*TrustpilotService) CategorySearchTyped ¶
func (s *TrustpilotService) CategorySearchTyped(ctx context.Context, params TrustpilotCategorySearchParams, opts ...RequestOption) (TrustpilotCategorySearchResponse, error)
func (*TrustpilotService) CategoryTyped ¶
func (s *TrustpilotService) CategoryTyped(ctx context.Context, params TrustpilotCategoryParams, opts ...RequestOption) (TrustpilotCategoryResponse, error)
type UsageMeEndpointsParams ¶
type UsageMeEndpointsResponse ¶
type UsageMeEndpointsResponse = any
type UsageMeOverviewParams ¶
type UsageMeOverviewResponse ¶
type UsageMeOverviewResponse = any
type UsageMeRecentIpsParams ¶
type UsageMeRecentIpsResponse ¶
type UsageMeRecentIpsResponse = any
type UsageMeTimeseriesParams ¶
type UsageMeTimeseriesResponse ¶
type UsageMeTimeseriesResponse = any
type UsageService ¶
type UsageService struct {
// contains filtered or unexported fields
}
func (*UsageService) MeEndpoints ¶
func (s *UsageService) MeEndpoints(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UsageService) MeEndpointsTyped ¶
func (s *UsageService) MeEndpointsTyped(ctx context.Context, params UsageMeEndpointsParams, opts ...RequestOption) (UsageMeEndpointsResponse, error)
func (*UsageService) MeOverview ¶
func (s *UsageService) MeOverview(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UsageService) MeOverviewTyped ¶
func (s *UsageService) MeOverviewTyped(ctx context.Context, params UsageMeOverviewParams, opts ...RequestOption) (UsageMeOverviewResponse, error)
func (*UsageService) MeRecentIps ¶
func (s *UsageService) MeRecentIps(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UsageService) MeRecentIpsTyped ¶
func (s *UsageService) MeRecentIpsTyped(ctx context.Context, params UsageMeRecentIpsParams, opts ...RequestOption) (UsageMeRecentIpsResponse, error)
func (*UsageService) MeTimeseries ¶
func (s *UsageService) MeTimeseries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UsageService) MeTimeseriesTyped ¶
func (s *UsageService) MeTimeseriesTyped(ctx context.Context, params UsageMeTimeseriesParams, opts ...RequestOption) (UsageMeTimeseriesResponse, error)
type UserMeApiKeysParams ¶
type UserMeApiKeysParams struct {
}
type UserMeApiKeysResponse ¶
type UserMeApiKeysResponse = any
type UserMeApiKeysRevealParams ¶
type UserMeApiKeysRevealParams struct {
Id string `crawlora:"id"`
}
type UserMeApiKeysRevealResponse ¶
type UserMeApiKeysRevealResponse = any
type UserMeApiKeysRotateParams ¶
type UserMeApiKeysRotateParams struct {
}
type UserMeApiKeysRotateResponse ¶
type UserMeApiKeysRotateResponse = any
type UserMeParams ¶
type UserMeParams struct {
}
type UserMeResponse ¶
type UserMeResponse = any
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func (*UserService) Me ¶
func (s *UserService) Me(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UserService) MeApiKeys ¶
func (s *UserService) MeApiKeys(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UserService) MeApiKeysReveal ¶
func (s *UserService) MeApiKeysReveal(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UserService) MeApiKeysRevealTyped ¶
func (s *UserService) MeApiKeysRevealTyped(ctx context.Context, params UserMeApiKeysRevealParams, opts ...RequestOption) (UserMeApiKeysRevealResponse, error)
func (*UserService) MeApiKeysRotate ¶
func (s *UserService) MeApiKeysRotate(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*UserService) MeApiKeysRotateTyped ¶
func (s *UserService) MeApiKeysRotateTyped(ctx context.Context, params UserMeApiKeysRotateParams, opts ...RequestOption) (UserMeApiKeysRotateResponse, error)
func (*UserService) MeApiKeysTyped ¶
func (s *UserService) MeApiKeysTyped(ctx context.Context, params UserMeApiKeysParams, opts ...RequestOption) (UserMeApiKeysResponse, error)
func (*UserService) MeTyped ¶
func (s *UserService) MeTyped(ctx context.Context, params UserMeParams, opts ...RequestOption) (UserMeResponse, error)
type YahooFinanceCalendarParams ¶
type YahooFinanceCalendarParams struct {
Type string `crawlora:"type"`
Start *string `crawlora:"start,omitempty"`
End *string `crawlora:"end,omitempty"`
Limit *int `crawlora:"limit,omitempty"`
Offset *int `crawlora:"offset,omitempty"`
MarketCap *float64 `crawlora:"market_cap,omitempty"`
FilterMostActive *bool `crawlora:"filter_most_active,omitempty"`
}
type YahooFinanceCalendarResponse ¶
type YahooFinanceCalendarResponse = any
type YahooFinanceCalendarsParams ¶
type YahooFinanceCalendarsParams struct {
}
type YahooFinanceCalendarsResponse ¶
type YahooFinanceCalendarsResponse = any
type YahooFinanceDownloadParams ¶
type YahooFinanceDownloadParams struct {
Request any `crawlora:"request"`
}
type YahooFinanceDownloadResponse ¶
type YahooFinanceDownloadResponse = any
type YahooFinanceIndustriesParams ¶
type YahooFinanceIndustriesParams struct {
}
type YahooFinanceIndustriesResponse ¶
type YahooFinanceIndustriesResponse = any
type YahooFinanceIndustryParams ¶
type YahooFinanceIndustryParams struct {
Key string `crawlora:"key"`
}
type YahooFinanceIndustryResponse ¶
type YahooFinanceIndustryResponse = any
type YahooFinanceMarketStatusParams ¶
type YahooFinanceMarketStatusParams struct {
Market string `crawlora:"market"`
}
type YahooFinanceMarketStatusResponse ¶
type YahooFinanceMarketStatusResponse = any
type YahooFinanceMarketSummaryParams ¶
type YahooFinanceMarketSummaryParams struct {
Market string `crawlora:"market"`
}
type YahooFinanceMarketSummaryResponse ¶
type YahooFinanceMarketSummaryResponse = any
type YahooFinanceScreenerCustomParams ¶
type YahooFinanceScreenerCustomParams struct {
Request any `crawlora:"request"`
}
type YahooFinanceScreenerCustomResponse ¶
type YahooFinanceScreenerCustomResponse = any
type YahooFinanceScreenerResponse ¶
type YahooFinanceScreenerResponse = any
type YahooFinanceScreenersParams ¶
type YahooFinanceScreenersParams struct {
}
type YahooFinanceScreenersResponse ¶
type YahooFinanceScreenersResponse = any
type YahooFinanceSearchParams ¶
type YahooFinanceSearchParams struct {
Q string `crawlora:"q"`
QuotesCount *int `crawlora:"quotes_count,omitempty"`
NewsCount *int `crawlora:"news_count,omitempty"`
ListsCount *int `crawlora:"lists_count,omitempty"`
IncludeResearch *bool `crawlora:"include_research,omitempty"`
EnableFuzzyQuery *bool `crawlora:"enable_fuzzy_query,omitempty"`
}
type YahooFinanceSearchResponse ¶
type YahooFinanceSearchResponse = any
type YahooFinanceSectorParams ¶
type YahooFinanceSectorParams struct {
Key string `crawlora:"key"`
}
type YahooFinanceSectorResponse ¶
type YahooFinanceSectorResponse = any
type YahooFinanceSectorsParams ¶
type YahooFinanceSectorsParams struct {
}
type YahooFinanceSectorsResponse ¶
type YahooFinanceSectorsResponse = any
type YahooFinanceService ¶
type YahooFinanceService struct {
// contains filtered or unexported fields
}
func (*YahooFinanceService) Calendar ¶
func (s *YahooFinanceService) Calendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) CalendarTyped ¶
func (s *YahooFinanceService) CalendarTyped(ctx context.Context, params YahooFinanceCalendarParams, opts ...RequestOption) (YahooFinanceCalendarResponse, error)
func (*YahooFinanceService) Calendars ¶
func (s *YahooFinanceService) Calendars(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) CalendarsTyped ¶
func (s *YahooFinanceService) CalendarsTyped(ctx context.Context, params YahooFinanceCalendarsParams, opts ...RequestOption) (YahooFinanceCalendarsResponse, error)
func (*YahooFinanceService) Download ¶
func (s *YahooFinanceService) Download(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) DownloadTyped ¶
func (s *YahooFinanceService) DownloadTyped(ctx context.Context, params YahooFinanceDownloadParams, opts ...RequestOption) (YahooFinanceDownloadResponse, error)
func (*YahooFinanceService) Industries ¶
func (s *YahooFinanceService) Industries(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) IndustriesTyped ¶
func (s *YahooFinanceService) IndustriesTyped(ctx context.Context, params YahooFinanceIndustriesParams, opts ...RequestOption) (YahooFinanceIndustriesResponse, error)
func (*YahooFinanceService) Industry ¶
func (s *YahooFinanceService) Industry(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) IndustryTyped ¶
func (s *YahooFinanceService) IndustryTyped(ctx context.Context, params YahooFinanceIndustryParams, opts ...RequestOption) (YahooFinanceIndustryResponse, error)
func (*YahooFinanceService) MarketStatus ¶
func (s *YahooFinanceService) MarketStatus(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) MarketStatusTyped ¶
func (s *YahooFinanceService) MarketStatusTyped(ctx context.Context, params YahooFinanceMarketStatusParams, opts ...RequestOption) (YahooFinanceMarketStatusResponse, error)
func (*YahooFinanceService) MarketSummary ¶
func (s *YahooFinanceService) MarketSummary(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) MarketSummaryTyped ¶
func (s *YahooFinanceService) MarketSummaryTyped(ctx context.Context, params YahooFinanceMarketSummaryParams, opts ...RequestOption) (YahooFinanceMarketSummaryResponse, error)
func (*YahooFinanceService) Screener ¶
func (s *YahooFinanceService) Screener(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) ScreenerCustom ¶
func (s *YahooFinanceService) ScreenerCustom(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) ScreenerCustomTyped ¶
func (s *YahooFinanceService) ScreenerCustomTyped(ctx context.Context, params YahooFinanceScreenerCustomParams, opts ...RequestOption) (YahooFinanceScreenerCustomResponse, error)
func (*YahooFinanceService) ScreenerTyped ¶
func (s *YahooFinanceService) ScreenerTyped(ctx context.Context, params YahooFinanceScreenerParams, opts ...RequestOption) (YahooFinanceScreenerResponse, error)
func (*YahooFinanceService) Screeners ¶
func (s *YahooFinanceService) Screeners(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) ScreenersTyped ¶
func (s *YahooFinanceService) ScreenersTyped(ctx context.Context, params YahooFinanceScreenersParams, opts ...RequestOption) (YahooFinanceScreenersResponse, error)
func (*YahooFinanceService) Search ¶
func (s *YahooFinanceService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) SearchTyped ¶
func (s *YahooFinanceService) SearchTyped(ctx context.Context, params YahooFinanceSearchParams, opts ...RequestOption) (YahooFinanceSearchResponse, error)
func (*YahooFinanceService) Sector ¶
func (s *YahooFinanceService) Sector(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) SectorTyped ¶
func (s *YahooFinanceService) SectorTyped(ctx context.Context, params YahooFinanceSectorParams, opts ...RequestOption) (YahooFinanceSectorResponse, error)
func (*YahooFinanceService) Sectors ¶
func (s *YahooFinanceService) Sectors(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) SectorsTyped ¶
func (s *YahooFinanceService) SectorsTyped(ctx context.Context, params YahooFinanceSectorsParams, opts ...RequestOption) (YahooFinanceSectorsResponse, error)
func (*YahooFinanceService) TickerActions ¶
func (s *YahooFinanceService) TickerActions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerActionsTyped ¶
func (s *YahooFinanceService) TickerActionsTyped(ctx context.Context, params YahooFinanceTickerActionsParams, opts ...RequestOption) (YahooFinanceTickerActionsResponse, error)
func (*YahooFinanceService) TickerAnalysts ¶
func (s *YahooFinanceService) TickerAnalysts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerAnalystsTyped ¶
func (s *YahooFinanceService) TickerAnalystsTyped(ctx context.Context, params YahooFinanceTickerAnalystsParams, opts ...RequestOption) (YahooFinanceTickerAnalystsResponse, error)
func (*YahooFinanceService) TickerCalendar ¶
func (s *YahooFinanceService) TickerCalendar(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerCalendarTyped ¶
func (s *YahooFinanceService) TickerCalendarTyped(ctx context.Context, params YahooFinanceTickerCalendarParams, opts ...RequestOption) (YahooFinanceTickerCalendarResponse, error)
func (*YahooFinanceService) TickerCapitalGains ¶
func (s *YahooFinanceService) TickerCapitalGains(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerCapitalGainsTyped ¶
func (s *YahooFinanceService) TickerCapitalGainsTyped(ctx context.Context, params YahooFinanceTickerCapitalGainsParams, opts ...RequestOption) (YahooFinanceTickerCapitalGainsResponse, error)
func (*YahooFinanceService) TickerDividends ¶
func (s *YahooFinanceService) TickerDividends(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerDividendsTyped ¶
func (s *YahooFinanceService) TickerDividendsTyped(ctx context.Context, params YahooFinanceTickerDividendsParams, opts ...RequestOption) (YahooFinanceTickerDividendsResponse, error)
func (*YahooFinanceService) TickerEarnings ¶
func (s *YahooFinanceService) TickerEarnings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerEarningsDates ¶
func (s *YahooFinanceService) TickerEarningsDates(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerEarningsDatesTyped ¶
func (s *YahooFinanceService) TickerEarningsDatesTyped(ctx context.Context, params YahooFinanceTickerEarningsDatesParams, opts ...RequestOption) (YahooFinanceTickerEarningsDatesResponse, error)
func (*YahooFinanceService) TickerEarningsTyped ¶
func (s *YahooFinanceService) TickerEarningsTyped(ctx context.Context, params YahooFinanceTickerEarningsParams, opts ...RequestOption) (YahooFinanceTickerEarningsResponse, error)
func (*YahooFinanceService) TickerFinancials ¶
func (s *YahooFinanceService) TickerFinancials(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerFinancialsTyped ¶
func (s *YahooFinanceService) TickerFinancialsTyped(ctx context.Context, params YahooFinanceTickerFinancialsParams, opts ...RequestOption) (YahooFinanceTickerFinancialsResponse, error)
func (*YahooFinanceService) TickerFunds ¶
func (s *YahooFinanceService) TickerFunds(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerFundsTyped ¶
func (s *YahooFinanceService) TickerFundsTyped(ctx context.Context, params YahooFinanceTickerFundsParams, opts ...RequestOption) (YahooFinanceTickerFundsResponse, error)
func (*YahooFinanceService) TickerHistory ¶
func (s *YahooFinanceService) TickerHistory(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerHistoryMetadata ¶
func (s *YahooFinanceService) TickerHistoryMetadata(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerHistoryMetadataTyped ¶
func (s *YahooFinanceService) TickerHistoryMetadataTyped(ctx context.Context, params YahooFinanceTickerHistoryMetadataParams, opts ...RequestOption) (YahooFinanceTickerHistoryMetadataResponse, error)
func (*YahooFinanceService) TickerHistoryTyped ¶
func (s *YahooFinanceService) TickerHistoryTyped(ctx context.Context, params YahooFinanceTickerHistoryParams, opts ...RequestOption) (YahooFinanceTickerHistoryResponse, error)
func (*YahooFinanceService) TickerHolders ¶
func (s *YahooFinanceService) TickerHolders(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerHoldersTyped ¶
func (s *YahooFinanceService) TickerHoldersTyped(ctx context.Context, params YahooFinanceTickerHoldersParams, opts ...RequestOption) (YahooFinanceTickerHoldersResponse, error)
func (*YahooFinanceService) TickerInfo ¶
func (s *YahooFinanceService) TickerInfo(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerInfoTyped ¶
func (s *YahooFinanceService) TickerInfoTyped(ctx context.Context, params YahooFinanceTickerInfoParams, opts ...RequestOption) (YahooFinanceTickerInfoResponse, error)
func (*YahooFinanceService) TickerIsin ¶
func (s *YahooFinanceService) TickerIsin(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerIsinTyped ¶
func (s *YahooFinanceService) TickerIsinTyped(ctx context.Context, params YahooFinanceTickerIsinParams, opts ...RequestOption) (YahooFinanceTickerIsinResponse, error)
func (*YahooFinanceService) TickerNews ¶
func (s *YahooFinanceService) TickerNews(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerNewsTyped ¶
func (s *YahooFinanceService) TickerNewsTyped(ctx context.Context, params YahooFinanceTickerNewsParams, opts ...RequestOption) (YahooFinanceTickerNewsResponse, error)
func (*YahooFinanceService) TickerOptions ¶
func (s *YahooFinanceService) TickerOptions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerOptionsExpiration ¶
func (s *YahooFinanceService) TickerOptionsExpiration(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerOptionsExpirationTyped ¶
func (s *YahooFinanceService) TickerOptionsExpirationTyped(ctx context.Context, params YahooFinanceTickerOptionsExpirationParams, opts ...RequestOption) (YahooFinanceTickerOptionsExpirationResponse, error)
func (*YahooFinanceService) TickerOptionsTyped ¶
func (s *YahooFinanceService) TickerOptionsTyped(ctx context.Context, params YahooFinanceTickerOptionsParams, opts ...RequestOption) (YahooFinanceTickerOptionsResponse, error)
func (*YahooFinanceService) TickerQuote ¶
func (s *YahooFinanceService) TickerQuote(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerQuoteTyped ¶
func (s *YahooFinanceService) TickerQuoteTyped(ctx context.Context, params YahooFinanceTickerQuoteParams, opts ...RequestOption) (YahooFinanceTickerQuoteResponse, error)
func (*YahooFinanceService) TickerSecFilings ¶
func (s *YahooFinanceService) TickerSecFilings(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerSecFilingsTyped ¶
func (s *YahooFinanceService) TickerSecFilingsTyped(ctx context.Context, params YahooFinanceTickerSecFilingsParams, opts ...RequestOption) (YahooFinanceTickerSecFilingsResponse, error)
func (*YahooFinanceService) TickerShares ¶
func (s *YahooFinanceService) TickerShares(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerSharesFull ¶
func (s *YahooFinanceService) TickerSharesFull(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerSharesFullTyped ¶
func (s *YahooFinanceService) TickerSharesFullTyped(ctx context.Context, params YahooFinanceTickerSharesFullParams, opts ...RequestOption) (YahooFinanceTickerSharesFullResponse, error)
func (*YahooFinanceService) TickerSharesTyped ¶
func (s *YahooFinanceService) TickerSharesTyped(ctx context.Context, params YahooFinanceTickerSharesParams, opts ...RequestOption) (YahooFinanceTickerSharesResponse, error)
func (*YahooFinanceService) TickerSplits ¶
func (s *YahooFinanceService) TickerSplits(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerSplitsTyped ¶
func (s *YahooFinanceService) TickerSplitsTyped(ctx context.Context, params YahooFinanceTickerSplitsParams, opts ...RequestOption) (YahooFinanceTickerSplitsResponse, error)
func (*YahooFinanceService) TickerSustainability ¶
func (s *YahooFinanceService) TickerSustainability(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerSustainabilityTyped ¶
func (s *YahooFinanceService) TickerSustainabilityTyped(ctx context.Context, params YahooFinanceTickerSustainabilityParams, opts ...RequestOption) (YahooFinanceTickerSustainabilityResponse, error)
func (*YahooFinanceService) TickerValuation ¶
func (s *YahooFinanceService) TickerValuation(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TickerValuationTyped ¶
func (s *YahooFinanceService) TickerValuationTyped(ctx context.Context, params YahooFinanceTickerValuationParams, opts ...RequestOption) (YahooFinanceTickerValuationResponse, error)
func (*YahooFinanceService) Trending ¶
func (s *YahooFinanceService) Trending(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YahooFinanceService) TrendingTyped ¶
func (s *YahooFinanceService) TrendingTyped(ctx context.Context, params YahooFinanceTrendingParams, opts ...RequestOption) (YahooFinanceTrendingResponse, error)
type YahooFinanceTickerActionsParams ¶
type YahooFinanceTickerActionsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerActionsResponse ¶
type YahooFinanceTickerActionsResponse = any
type YahooFinanceTickerAnalystsParams ¶
type YahooFinanceTickerAnalystsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerAnalystsResponse ¶
type YahooFinanceTickerAnalystsResponse = any
type YahooFinanceTickerCalendarParams ¶
type YahooFinanceTickerCalendarParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerCalendarResponse ¶
type YahooFinanceTickerCalendarResponse = any
type YahooFinanceTickerCapitalGainsParams ¶
type YahooFinanceTickerCapitalGainsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerCapitalGainsResponse ¶
type YahooFinanceTickerCapitalGainsResponse = any
type YahooFinanceTickerDividendsParams ¶
type YahooFinanceTickerDividendsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerDividendsResponse ¶
type YahooFinanceTickerDividendsResponse = any
type YahooFinanceTickerEarningsDatesResponse ¶
type YahooFinanceTickerEarningsDatesResponse = any
type YahooFinanceTickerEarningsParams ¶
type YahooFinanceTickerEarningsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerEarningsResponse ¶
type YahooFinanceTickerEarningsResponse = any
type YahooFinanceTickerFinancialsResponse ¶
type YahooFinanceTickerFinancialsResponse = any
type YahooFinanceTickerFundsParams ¶
type YahooFinanceTickerFundsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerFundsResponse ¶
type YahooFinanceTickerFundsResponse = any
type YahooFinanceTickerHistoryMetadataParams ¶
type YahooFinanceTickerHistoryMetadataParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerHistoryMetadataResponse ¶
type YahooFinanceTickerHistoryMetadataResponse = any
type YahooFinanceTickerHistoryParams ¶
type YahooFinanceTickerHistoryParams struct {
Symbol string `crawlora:"symbol"`
Period *string `crawlora:"period,omitempty"`
Start *string `crawlora:"start,omitempty"`
End *string `crawlora:"end,omitempty"`
Interval *string `crawlora:"interval,omitempty"`
IncludePrepost *bool `crawlora:"include_prepost,omitempty"`
IncludeActions *bool `crawlora:"include_actions,omitempty"`
AutoAdjust *bool `crawlora:"auto_adjust,omitempty"`
BackAdjust *bool `crawlora:"back_adjust,omitempty"`
Keepna *bool `crawlora:"keepna,omitempty"`
Rounding *bool `crawlora:"rounding,omitempty"`
}
type YahooFinanceTickerHistoryResponse ¶
type YahooFinanceTickerHistoryResponse = any
type YahooFinanceTickerHoldersParams ¶
type YahooFinanceTickerHoldersParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerHoldersResponse ¶
type YahooFinanceTickerHoldersResponse = any
type YahooFinanceTickerInfoParams ¶
type YahooFinanceTickerInfoParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerInfoResponse ¶
type YahooFinanceTickerInfoResponse = any
type YahooFinanceTickerIsinParams ¶
type YahooFinanceTickerIsinParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerIsinResponse ¶
type YahooFinanceTickerIsinResponse = any
type YahooFinanceTickerNewsResponse ¶
type YahooFinanceTickerNewsResponse = any
type YahooFinanceTickerOptionsExpirationResponse ¶
type YahooFinanceTickerOptionsExpirationResponse = any
type YahooFinanceTickerOptionsParams ¶
type YahooFinanceTickerOptionsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerOptionsResponse ¶
type YahooFinanceTickerOptionsResponse = any
type YahooFinanceTickerQuoteParams ¶
type YahooFinanceTickerQuoteParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerQuoteResponse ¶
type YahooFinanceTickerQuoteResponse = any
type YahooFinanceTickerSecFilingsParams ¶
type YahooFinanceTickerSecFilingsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerSecFilingsResponse ¶
type YahooFinanceTickerSecFilingsResponse = any
type YahooFinanceTickerSharesFullParams ¶
type YahooFinanceTickerSharesFullParams struct {
}
type YahooFinanceTickerSharesFullResponse ¶
type YahooFinanceTickerSharesFullResponse = any
type YahooFinanceTickerSharesParams ¶
type YahooFinanceTickerSharesParams struct {
}
type YahooFinanceTickerSharesResponse ¶
type YahooFinanceTickerSharesResponse = any
type YahooFinanceTickerSplitsParams ¶
type YahooFinanceTickerSplitsParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerSplitsResponse ¶
type YahooFinanceTickerSplitsResponse = any
type YahooFinanceTickerSustainabilityParams ¶
type YahooFinanceTickerSustainabilityParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerSustainabilityResponse ¶
type YahooFinanceTickerSustainabilityResponse = any
type YahooFinanceTickerValuationParams ¶
type YahooFinanceTickerValuationParams struct {
Symbol string `crawlora:"symbol"`
}
type YahooFinanceTickerValuationResponse ¶
type YahooFinanceTickerValuationResponse = any
type YahooFinanceTrendingResponse ¶
type YahooFinanceTrendingResponse = any
type YouTubeCaptionsParams ¶
type YouTubeCaptionsResponse ¶
type YouTubeCaptionsResponse = any
type YouTubeChannelPlaylistsResponse ¶
type YouTubeChannelPlaylistsResponse = any
type YouTubeChannelSearchResponse ¶
type YouTubeChannelSearchResponse = any
type YouTubeChannelShortsParams ¶
type YouTubeChannelShortsParams struct {
Id string `crawlora:"id"`
}
type YouTubeChannelShortsResponse ¶
type YouTubeChannelShortsResponse = any
type YouTubeChannelVideosResponse ¶
type YouTubeChannelVideosResponse = any
type YouTubeCommentsParams ¶
type YouTubeCommentsResponse ¶
type YouTubeCommentsResponse = any
type YouTubePlaylistParams ¶
type YouTubePlaylistResponse ¶
type YouTubePlaylistResponse = any
type YouTubeProfileParams ¶
type YouTubeProfileParams struct {
Id string `crawlora:"id"`
}
type YouTubeProfileResponse ¶
type YouTubeProfileResponse = any
type YouTubeSearchParams ¶
type YouTubeSearchParams struct {
Q *string `crawlora:"q,omitempty"`
SearchQuery *string `crawlora:"search_query,omitempty"`
ContinuationToken *string `crawlora:"continuation_token,omitempty"`
Type *string `crawlora:"type,omitempty"`
SortBy *string `crawlora:"sort_by,omitempty"`
UploadDate *string `crawlora:"upload_date,omitempty"`
Duration *string `crawlora:"duration,omitempty"`
Features *string `crawlora:"features,omitempty"`
Params *string `crawlora:"params,omitempty"`
}
type YouTubeSearchResponse ¶
type YouTubeSearchResponse = any
type YouTubeService ¶
type YouTubeService struct {
// contains filtered or unexported fields
}
func (*YouTubeService) Captions ¶
func (s *YouTubeService) Captions(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) CaptionsTyped ¶
func (s *YouTubeService) CaptionsTyped(ctx context.Context, params YouTubeCaptionsParams, opts ...RequestOption) (YouTubeCaptionsResponse, error)
func (*YouTubeService) ChannelPlaylists ¶
func (s *YouTubeService) ChannelPlaylists(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) ChannelPlaylistsTyped ¶
func (s *YouTubeService) ChannelPlaylistsTyped(ctx context.Context, params YouTubeChannelPlaylistsParams, opts ...RequestOption) (YouTubeChannelPlaylistsResponse, error)
func (*YouTubeService) ChannelSearch ¶
func (s *YouTubeService) ChannelSearch(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) ChannelSearchTyped ¶
func (s *YouTubeService) ChannelSearchTyped(ctx context.Context, params YouTubeChannelSearchParams, opts ...RequestOption) (YouTubeChannelSearchResponse, error)
func (*YouTubeService) ChannelShorts ¶
func (s *YouTubeService) ChannelShorts(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) ChannelShortsTyped ¶
func (s *YouTubeService) ChannelShortsTyped(ctx context.Context, params YouTubeChannelShortsParams, opts ...RequestOption) (YouTubeChannelShortsResponse, error)
func (*YouTubeService) ChannelVideos ¶
func (s *YouTubeService) ChannelVideos(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) ChannelVideosTyped ¶
func (s *YouTubeService) ChannelVideosTyped(ctx context.Context, params YouTubeChannelVideosParams, opts ...RequestOption) (YouTubeChannelVideosResponse, error)
func (*YouTubeService) Comments ¶
func (s *YouTubeService) Comments(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) CommentsTyped ¶
func (s *YouTubeService) CommentsTyped(ctx context.Context, params YouTubeCommentsParams, opts ...RequestOption) (YouTubeCommentsResponse, error)
func (*YouTubeService) Playlist ¶
func (s *YouTubeService) Playlist(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) PlaylistTyped ¶
func (s *YouTubeService) PlaylistTyped(ctx context.Context, params YouTubePlaylistParams, opts ...RequestOption) (YouTubePlaylistResponse, error)
func (*YouTubeService) Profile ¶
func (s *YouTubeService) Profile(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) ProfileTyped ¶
func (s *YouTubeService) ProfileTyped(ctx context.Context, params YouTubeProfileParams, opts ...RequestOption) (YouTubeProfileResponse, error)
func (*YouTubeService) Search ¶
func (s *YouTubeService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) SearchTyped ¶
func (s *YouTubeService) SearchTyped(ctx context.Context, params YouTubeSearchParams, opts ...RequestOption) (YouTubeSearchResponse, error)
func (*YouTubeService) Tag ¶
func (s *YouTubeService) Tag(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) TagTyped ¶
func (s *YouTubeService) TagTyped(ctx context.Context, params YouTubeTagParams, opts ...RequestOption) (YouTubeTagResponse, error)
func (*YouTubeService) Transcript ¶
func (s *YouTubeService) Transcript(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) TranscriptLanguages ¶
func (s *YouTubeService) TranscriptLanguages(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) TranscriptLanguagesTyped ¶
func (s *YouTubeService) TranscriptLanguagesTyped(ctx context.Context, params YouTubeTranscriptLanguagesParams, opts ...RequestOption) (YouTubeTranscriptLanguagesResponse, error)
func (*YouTubeService) TranscriptTyped ¶
func (s *YouTubeService) TranscriptTyped(ctx context.Context, params YouTubeTranscriptParams, opts ...RequestOption) (YouTubeTranscriptResponse, error)
func (*YouTubeService) Video ¶
func (s *YouTubeService) Video(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*YouTubeService) VideoTyped ¶
func (s *YouTubeService) VideoTyped(ctx context.Context, params YouTubeVideoParams, opts ...RequestOption) (YouTubeVideoResponse, error)
type YouTubeTagParams ¶
type YouTubeTagResponse ¶
type YouTubeTagResponse = any
type YouTubeTranscriptLanguagesParams ¶
type YouTubeTranscriptLanguagesParams struct {
Id string `crawlora:"id"`
}
type YouTubeTranscriptLanguagesResponse ¶
type YouTubeTranscriptLanguagesResponse = any
type YouTubeTranscriptParams ¶
type YouTubeTranscriptResponse ¶
type YouTubeTranscriptResponse = any
type YouTubeVideoParams ¶
type YouTubeVideoParams struct {
Id string `crawlora:"id"`
}
type YouTubeVideoResponse ¶
type YouTubeVideoResponse = any
type ZillowAutocompleteResponse ¶
type ZillowAutocompleteResponse = any
type ZillowPropertyParams ¶
type ZillowPropertyParams struct {
Zpid string `crawlora:"zpid"`
}
type ZillowPropertyResponse ¶
type ZillowPropertyResponse = any
type ZillowSearchParams ¶
type ZillowSearchParams struct {
Location string `crawlora:"location"`
Page *int `crawlora:"page,omitempty"`
Status *string `crawlora:"status,omitempty"`
RegionId *int `crawlora:"region_id,omitempty"`
RegionType *int `crawlora:"region_type,omitempty"`
West *float64 `crawlora:"west,omitempty"`
East *float64 `crawlora:"east,omitempty"`
South *float64 `crawlora:"south,omitempty"`
North *float64 `crawlora:"north,omitempty"`
}
type ZillowSearchResponse ¶
type ZillowSearchResponse = any
type ZillowService ¶
type ZillowService struct {
// contains filtered or unexported fields
}
func (*ZillowService) Autocomplete ¶
func (s *ZillowService) Autocomplete(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ZillowService) AutocompleteTyped ¶
func (s *ZillowService) AutocompleteTyped(ctx context.Context, params ZillowAutocompleteParams, opts ...RequestOption) (ZillowAutocompleteResponse, error)
func (*ZillowService) Property ¶
func (s *ZillowService) Property(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ZillowService) PropertyTyped ¶
func (s *ZillowService) PropertyTyped(ctx context.Context, params ZillowPropertyParams, opts ...RequestOption) (ZillowPropertyResponse, error)
func (*ZillowService) Search ¶
func (s *ZillowService) Search(ctx context.Context, params Params, opts ...RequestOption) (any, error)
func (*ZillowService) SearchTyped ¶
func (s *ZillowService) SearchTyped(ctx context.Context, params ZillowSearchParams, opts ...RequestOption) (ZillowSearchResponse, error)
Click to show internal directories.
Click to hide internal directories.