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