See documentation:
http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GbookSearch
Example:
var libID =
'BDVkBcLgQ2YLAw5u-2sD0ARoUCJYX8pRz3ARBHkasb95UhbK3M3Y';
// (Odd Todd)
var bookSearch = new google.search.BookSearch();
bookSearch.setRestriction(
google.search.BookSearch.USER_LIST, libID);
Also, the RESTful interface supports an "as_list" argument.
Note that the documentation says Book Search is "experimental".
-- omr
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.