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 |
Retrieves the authenticated user's list of accounts.
See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.list
.
Synopsis
- type AccountsListResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsList)))
- accountsList' :: AccountsList'
- data AccountsList'
REST Resource
type AccountsListResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsList))) Source #
A resource alias for adexchangebuyer.accounts.list
method which the
AccountsList'
request conforms to.
Creating a Request
accountsList' :: AccountsList' Source #
Creates a value of AccountsList'
with the minimum fields required to make a request.
data AccountsList' Source #
Retrieves the authenticated user's list of accounts.
See: accountsList'
smart constructor.