class Familysharing extends Resource (View source)

The "familysharing" collection of methods.

Typical usage is:

 $booksService = new Google\Service\Books(...);
 $familysharing = $booksService->familysharing;

Methods

getFamilyInfo(array $optParams = [])

Gets information regarding the family that the user is part of.

share(array $optParams = [])

Initiates sharing of the content with the user's family. Empty response indicates success. (familysharing.share)

unshare(array $optParams = [])

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)

Parameters

array $optParams

Optional parameters.

Return Value

FamilyInfo

Exceptions

Exception

BooksEmpty share(array $optParams = [])

Initiates sharing of the content with the user's family. Empty response indicates success. (familysharing.share)

Parameters

array $optParams

Optional parameters.

Return Value

BooksEmpty

Exceptions

Exception

BooksEmpty unshare(array $optParams = [])

Initiates revoking content that has already been shared with the user's family. Empty response indicates success. (familysharing.unshare)

Parameters

array $optParams

Optional parameters.

Return Value

BooksEmpty

Exceptions

Exception