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 |
Initiates revoking content that has already been shared with the user's family. Empty response indicates success.
See: Books API Reference for books.familysharing.unshare
.
Synopsis
- type FamilysharingUnshareResource = "books" :> ("v1" :> ("familysharing" :> ("unshare" :> (QueryParam "volumeId" Text :> (QueryParam "source" Text :> (QueryParam "docId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))))
- familysharingUnshare :: FamilysharingUnshare
- data FamilysharingUnshare
- fuVolumeId :: Lens' FamilysharingUnshare (Maybe Text)
- fuSource :: Lens' FamilysharingUnshare (Maybe Text)
- fuDocId :: Lens' FamilysharingUnshare (Maybe Text)
REST Resource
type FamilysharingUnshareResource = "books" :> ("v1" :> ("familysharing" :> ("unshare" :> (QueryParam "volumeId" Text :> (QueryParam "source" Text :> (QueryParam "docId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))))) Source #
A resource alias for books.familysharing.unshare
method which the
FamilysharingUnshare
request conforms to.
Creating a Request
familysharingUnshare :: FamilysharingUnshare Source #
Creates a value of FamilysharingUnshare
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FamilysharingUnshare Source #
Initiates revoking content that has already been shared with the user's family. Empty response indicates success.
See: familysharingUnshare
smart constructor.
Request Lenses
fuVolumeId :: Lens' FamilysharingUnshare (Maybe Text) Source #
The volume to unshare.