bookshelves
Overview
Name | bookshelves |
Type | Resource |
Id | googledevelopers.books.bookshelves |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | Id of this bookshelf, only unique by user. |
description | string | Description of this bookshelf. |
access | string | Whether this bookshelf is PUBLIC or PRIVATE. |
title | string | Title of this bookshelf. |
volumeCount | integer | Number of volumes in this bookshelf. |
created | string | Created time for this bookshelf (formatted UTC timestamp with millisecond resolution). |
selfLink | string | URL to this resource. |
volumesLastUpdated | string | Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution). |
updated | string | Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution). |
kind | string | Resource type for bookshelf metadata. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | shelf, userId | Retrieves metadata for a specific bookshelf for the specified user. |
list | SELECT | userId | Retrieves a list of public bookshelves for the specified user. |
mylibrary_bookshelves_get | SELECT | shelf | Retrieves metadata for a specific bookshelf belonging to the authenticated user. |
mylibrary_bookshelves_list | SELECT | Retrieves a list of bookshelves belonging to the authenticated user. | |
mylibrary_bookshelves_clearVolumes | EXEC | shelf | Clears all volumes from a bookshelf. |
mylibrary_bookshelves_moveVolume | EXEC | shelf, volumeId, volumePosition | Moves a volume within a bookshelf. |