gogol-youtube-0.3.0: Google YouTube Data SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.YouTube.FanFundingEvents.List

Contents

Description

Lists fan funding events for a channel.

See: YouTube Data API Reference for youtube.fanFundingEvents.list.

Synopsis

REST Resource

type FanFundingEventsListResource = "youtube" :> ("v3" :> ("fanFundingEvents" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] FanFundingEventListResponse))))))) #

A resource alias for youtube.fanFundingEvents.list method which the FanFundingEventsList request conforms to.

Creating a Request

fanFundingEventsList #

Creates a value of FanFundingEventsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data FanFundingEventsList #

Lists fan funding events for a channel.

See: fanFundingEventsList smart constructor.

Instances

Eq FanFundingEventsList # 
Data FanFundingEventsList # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FanFundingEventsList -> c FanFundingEventsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FanFundingEventsList #

toConstr :: FanFundingEventsList -> Constr #

dataTypeOf :: FanFundingEventsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c FanFundingEventsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FanFundingEventsList) #

gmapT :: (forall b. Data b => b -> b) -> FanFundingEventsList -> FanFundingEventsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FanFundingEventsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FanFundingEventsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> FanFundingEventsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FanFundingEventsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FanFundingEventsList -> m FanFundingEventsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FanFundingEventsList -> m FanFundingEventsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FanFundingEventsList -> m FanFundingEventsList #

Show FanFundingEventsList # 
Generic FanFundingEventsList # 
GoogleRequest FanFundingEventsList # 
type Rep FanFundingEventsList # 
type Rep FanFundingEventsList = D1 (MetaData "FanFundingEventsList" "Network.Google.Resource.YouTube.FanFundingEvents.List" "gogol-youtube-0.3.0-AfG7xN9T3g6cNxOHVx5t0" False) (C1 (MetaCons "FanFundingEventsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ffelPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ffelHl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_ffelPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ffelMaxResults") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Word32))))))
type Scopes FanFundingEventsList # 
type Scopes FanFundingEventsList = (:) Symbol "https://www.googleapis.com/auth/youtube" ((:) Symbol "https://www.googleapis.com/auth/youtube.force-ssl" ((:) Symbol "https://www.googleapis.com/auth/youtube.readonly" ([] Symbol)))
type Rs FanFundingEventsList # 

Request Lenses

ffelPart :: Lens' FanFundingEventsList Text #

The part parameter specifies the fanFundingEvent resource parts that the API response will include. Supported values are id and snippet.

ffelHl :: Lens' FanFundingEventsList (Maybe Text) #

The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. The parameter value must be a language code included in the list returned by the i18nLanguages.list method. If localized resource details are available in that language, the resource's snippet.localized object will contain the localized values. However, if localized details are not available, the snippet.localized object will contain resource details in the resource's default language.

ffelPageToken :: Lens' FanFundingEventsList (Maybe Text) #

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.

ffelMaxResults :: Lens' FanFundingEventsList Word32 #

The maxResults parameter specifies the maximum number of items that should be returned in the result set.