gogol-urlshortener-1.0.0: Google URL Shortener SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.URLShortener.Url.List

Description

Retrieves a list of URLs shortened by a user.

See: URL Shortener API Reference for urlshortener.url.list.

Synopsis

Resource

type URLShortenerUrlListResource = "urlshortener" :> ("v1" :> ("url" :> ("history" :> (QueryParam "projection" UrlListProjection :> (QueryParam "start-token" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UrlHistory)))))) Source #

A resource alias for urlshortener.url.list method which the URLShortenerUrlList request conforms to.

Constructing a Request

data URLShortenerUrlList Source #

Retrieves a list of URLs shortened by a user.

See: newURLShortenerUrlList smart constructor.

Constructors

URLShortenerUrlList 

Fields

Instances

Instances details
Generic URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

Associated Types

type Rep URLShortenerUrlList 
Instance details

Defined in Gogol.URLShortener.Url.List

type Rep URLShortenerUrlList = D1 ('MetaData "URLShortenerUrlList" "Gogol.URLShortener.Url.List" "gogol-urlshortener-1.0.0-Eavoe52yh8RBZydGcJO1Xz" 'False) (C1 ('MetaCons "URLShortenerUrlList" 'PrefixI 'True) (S1 ('MetaSel ('Just "projection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UrlListProjection)) :*: S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

Eq URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

GoogleRequest URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

type Rep URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

type Rep URLShortenerUrlList = D1 ('MetaData "URLShortenerUrlList" "Gogol.URLShortener.Url.List" "gogol-urlshortener-1.0.0-Eavoe52yh8RBZydGcJO1Xz" 'False) (C1 ('MetaCons "URLShortenerUrlList" 'PrefixI 'True) (S1 ('MetaSel ('Just "projection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UrlListProjection)) :*: S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type Rs URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

type Scopes URLShortenerUrlList Source # 
Instance details

Defined in Gogol.URLShortener.Url.List

newURLShortenerUrlList :: URLShortenerUrlList Source #

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