Familysharing
class Familysharing extends Resource (View source)
The "familysharing" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$familysharing = $booksService->familysharing;
Methods
Gets information regarding the family that the user is part of.
Initiates sharing of the content with the user's family. Empty response indicates success. (familysharing.share)
Initiates revoking content that has already been shared with the user's family. Empty response indicates success. (familysharing.unshare)
Details
FamilyInfo
getFamilyInfo(array $optParams = [])
Gets information regarding the family that the user is part of.
(familysharing.getFamilyInfo)
BooksEmpty
share(array $optParams = [])
Initiates sharing of the content with the user's family. Empty response indicates success. (familysharing.share)
BooksEmpty
unshare(array $optParams = [])
Initiates revoking content that has already been shared with the user's family. Empty response indicates success. (familysharing.unshare)