Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.URLShortener.Url.List
Contents
Description
Retrieves a list of URLs shortened by a user.
See: URL Shortener API Reference for urlshortener.url.list
.
Synopsis
- type URLShortenerUrlListResource = "urlshortener" :> ("v1" :> ("url" :> ("history" :> (QueryParam "projection" UrlListProjection :> (QueryParam "start-token" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UrlHistory))))))
- data URLShortenerUrlList = URLShortenerUrlList {}
- newURLShortenerUrlList :: URLShortenerUrlList
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
newURLShortenerUrlList :: URLShortenerUrlList Source #
Creates a value of URLShortenerUrlList
with the minimum fields required to make a request.