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 all the details of the watch corresponding to the reseller.
See: Enterprise Apps Reseller API Reference for reseller.resellernotify.getwatchdetails
.
Synopsis
- type ResellernotifyGetwatchdetailsResource = "apps" :> ("reseller" :> ("v1" :> ("resellernotify" :> ("getwatchdetails" :> (QueryParam "alt" AltJSON :> Get '[JSON] ResellernotifyGetwatchdetailsResponse)))))
- resellernotifyGetwatchdetails :: ResellernotifyGetwatchdetails
- data ResellernotifyGetwatchdetails
REST Resource
type ResellernotifyGetwatchdetailsResource = "apps" :> ("reseller" :> ("v1" :> ("resellernotify" :> ("getwatchdetails" :> (QueryParam "alt" AltJSON :> Get '[JSON] ResellernotifyGetwatchdetailsResponse))))) Source #
A resource alias for reseller.resellernotify.getwatchdetails
method which the
ResellernotifyGetwatchdetails
request conforms to.
Creating a Request
resellernotifyGetwatchdetails :: ResellernotifyGetwatchdetails Source #
Creates a value of ResellernotifyGetwatchdetails
with the minimum fields required to make a request.
data ResellernotifyGetwatchdetails Source #
Returns all the details of the watch corresponding to the reseller.
See: resellernotifyGetwatchdetails
smart constructor.