Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns a list of content regions that the YouTube website supports.
See: YouTube Data API Reference for youtube.i18nRegions.list
.
Synopsis
- type I18nRegionsListResource = "youtube" :> ("v3" :> ("i18nRegions" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] I18nRegionListResponse)))))
- i18nRegionsList :: Text -> I18nRegionsList
- data I18nRegionsList
- irlPart :: Lens' I18nRegionsList Text
- irlHl :: Lens' I18nRegionsList Text
REST Resource
type I18nRegionsListResource = "youtube" :> ("v3" :> ("i18nRegions" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] I18nRegionListResponse))))) Source #
A resource alias for youtube.i18nRegions.list
method which the
I18nRegionsList
request conforms to.
Creating a Request
Creates a value of I18nRegionsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data I18nRegionsList Source #
Returns a list of content regions that the YouTube website supports.
See: i18nRegionsList
smart constructor.