bento_search 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. data/README.md +16 -2
  2. data/app/helpers/bento_search_helper.rb +4 -10
  3. data/app/item_decorators/bento_search/decorator_base.rb +17 -0
  4. data/app/item_decorators/bento_search/standard_decorator.rb +3 -3
  5. data/app/models/bento_search/link.rb +3 -0
  6. data/app/models/bento_search/result_item.rb +17 -1
  7. data/app/models/bento_search/results.rb +5 -0
  8. data/app/models/bento_search/ris_creator.rb +166 -0
  9. data/app/models/bento_search/search_engine.rb +22 -2
  10. data/app/search_engines/bento_search/ebsco_host_engine.rb +54 -6
  11. data/app/search_engines/bento_search/eds_engine.rb +18 -3
  12. data/app/search_engines/bento_search/google_books_engine.rb +81 -54
  13. data/app/search_engines/bento_search/mock_engine.rb +8 -0
  14. data/app/search_engines/bento_search/primo_engine.rb +6 -2
  15. data/app/search_engines/bento_search/scopus_engine.rb +4 -0
  16. data/app/search_engines/bento_search/summon_engine.rb +26 -4
  17. data/app/search_engines/bento_search/worldcat_sru_dc_engine.rb +15 -0
  18. data/app/views/bento_search/_link.html.erb +3 -2
  19. data/lib/bento_search/version.rb +1 -1
  20. data/test/dummy/app/views/_test_custom_item_partial.html.erb +9 -0
  21. data/test/dummy/log/development.log +1 -0
  22. data/test/dummy/log/test.log +84981 -0
  23. data/test/helper/bento_search_helper_test.rb +11 -1
  24. data/test/unit/ebsco_host_engine_test.rb +59 -0
  25. data/test/unit/eds_engine_test.rb +10 -0
  26. data/test/unit/google_books_engine_test.rb +20 -0
  27. data/test/unit/primo_engine_test.rb +1 -1
  28. data/test/unit/ris_creator_test.rb +159 -0
  29. data/test/unit/scopus_engine_test.rb +2 -0
  30. data/test/unit/search_engine_test.rb +37 -0
  31. data/test/unit/summon_engine_test.rb +21 -0
  32. data/test/unit/worldcat_sru_dc_engine_test.rb +151 -0
  33. data/test/vcr_cassettes/ebscohost/live__get_identifier__round_trip.yml +1324 -0
  34. data/test/vcr_cassettes/ebscohost/live_get_id__on_bad_db_raises.yml +45 -0
  35. data/test/vcr_cassettes/ebscohost/live_get_id__with_no_results_raises.yml +45 -0
  36. data/test/vcr_cassettes/gbs/live_get_id_.yml +415 -0
  37. data/test/vcr_cassettes/gbs/live_get_id__with_not_found_id.yml +41 -0
  38. data/test/vcr_cassettes/summon/live__get_id_.yml +313 -0
  39. data/test/vcr_cassettes/summon/live_get_id__on_non-existing_id.yml +54 -0
  40. data/test/vcr_cassettes/worldcat_sru_dc/live_get_id_.yml +769 -0
  41. data/test/vcr_cassettes/worldcat_sru_dc/live_get_id__for_bad_id.yml +68 -0
  42. data/test/view/link_test.rb +21 -0
  43. metadata +31 -6
  44. data/test/vcr_cassettes/max_out_pagination.yml +0 -155
@@ -0,0 +1,45 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://eit.ebscohost.com/Services/SearchService.asmx/Search?db=badbad&numrec=10&prof=DUMMY_PROFILE&pwd=DUMMY_PWD&query=(AN%20bar)&sort=relevance
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: !binary |-
14
+ T0s=
15
+ headers:
16
+ !binary "Q2FjaGUtQ29udHJvbA==":
17
+ - !binary |-
18
+ cHJpdmF0ZQ==
19
+ !binary "Q29udGVudC1UeXBl":
20
+ - !binary |-
21
+ dGV4dC94bWw=
22
+ !binary "U2VydmVy":
23
+ - !binary |-
24
+ TWljcm9zb2Z0LUlJUy83LjU=
25
+ !binary "WC1Bc3BuZXQtVmVyc2lvbg==":
26
+ - !binary |-
27
+ NC4wLjMwMzE5
28
+ !binary "WC1Qb3dlcmVkLUJ5":
29
+ - !binary |-
30
+ QVNQLk5FVA==
31
+ !binary "RGF0ZQ==":
32
+ - !binary |-
33
+ V2VkLCAwMiBKYW4gMjAxMyAyMzowNDoyOSBHTVQ=
34
+ !binary "Q29udGVudC1MZW5ndGg=":
35
+ - !binary |-
36
+ MzA3
37
+ body:
38
+ encoding: US-ASCII
39
+ string: ! "<?xml version=\"1.0\"?>\r\n<Fault xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
40
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <Actor />\r\n
41
+ \ <Code xmlns:q1=\"http://schemas.xmlsoap.org/soap/envelope/\">q1:Client</Code>\r\n
42
+ \ <Message>User does not have access rights to database \"badbad\"</Message>\r\n</Fault>"
43
+ http_version:
44
+ recorded_at: Wed, 02 Jan 2013 23:04:31 GMT
45
+ recorded_with: VCR 2.3.0
@@ -0,0 +1,45 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://eit.ebscohost.com/Services/SearchService.asmx/Search?db=a9h&numrec=10&prof=DUMMY_PROFILE&pwd=DUMMY_PWD&query=(AN%20bar)&sort=relevance
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: !binary |-
14
+ T0s=
15
+ headers:
16
+ !binary "Q2FjaGUtQ29udHJvbA==":
17
+ - !binary |-
18
+ cHJpdmF0ZQ==
19
+ !binary "Q29udGVudC1UeXBl":
20
+ - !binary |-
21
+ dGV4dC94bWw=
22
+ !binary "U2VydmVy":
23
+ - !binary |-
24
+ TWljcm9zb2Z0LUlJUy83LjU=
25
+ !binary "WC1Bc3BuZXQtVmVyc2lvbg==":
26
+ - !binary |-
27
+ NC4wLjMwMzE5
28
+ !binary "WC1Qb3dlcmVkLUJ5":
29
+ - !binary |-
30
+ QVNQLk5FVA==
31
+ !binary "RGF0ZQ==":
32
+ - !binary |-
33
+ V2VkLCAwMiBKYW4gMjAxMyAyMzoxNDoxNiBHTVQ=
34
+ !binary "Q29udGVudC1MZW5ndGg=":
35
+ - !binary |-
36
+ Mzc4
37
+ body:
38
+ encoding: US-ASCII
39
+ string: ! "<?xml version=\"1.0\"?>\r\n<searchResponse xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"
40
+ xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <Hits xmlns=\"http://epnet.com/webservices/SearchService/Response/2007/07/\">0</Hits>\r\n
41
+ \ <SearchResults xmlns=\"http://epnet.com/webservices/SearchService/Response/2007/07/\">\r\n
42
+ \ <records xmlns=\"\" />\r\n </SearchResults>\r\n</searchResponse>"
43
+ http_version:
44
+ recorded_at: Wed, 02 Jan 2013 23:14:18 GMT
45
+ recorded_with: VCR 2.3.0
@@ -0,0 +1,415 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://www.googleapis.com/books/v1/volumes?maxResults=10&q=cancer
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Expires:
16
+ - Thu, 03 Jan 2013 00:21:28 GMT
17
+ Date:
18
+ - Thu, 03 Jan 2013 00:21:28 GMT
19
+ Cache-Control:
20
+ - private, max-age=0, must-revalidate, no-transform
21
+ Etag:
22
+ - ! '"qUmHz46zG1FyTSJljpHfN8HJvB4/lf941uGoP3mR0wysnC6bYofpyI0"'
23
+ Content-Type:
24
+ - application/json; charset=UTF-8
25
+ X-Content-Type-Options:
26
+ - nosniff
27
+ X-Frame-Options:
28
+ - SAMEORIGIN
29
+ X-Xss-Protection:
30
+ - 1; mode=block
31
+ Server:
32
+ - GSE
33
+ Transfer-Encoding:
34
+ - chunked
35
+ body:
36
+ encoding: UTF-8
37
+ string: ! "{\n \"kind\": \"books#volumes\",\n \"totalItems\": 1240,\n \"items\":
38
+ [\n {\n \"kind\": \"books#volume\",\n \"id\": \"aVTMqaclr_kC\",\n \"etag\":
39
+ \"WneTtdCv7dU\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/aVTMqaclr_kC\",\n
40
+ \ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"authors\": [\n \"Alvin
41
+ Silverstein\",\n \"Virginia B. Silverstein\",\n \"Laura Silverstein
42
+ Nunn\"\n ],\n \"publisher\": \"Twenty First Century Books\",\n \"publishedDate\":
43
+ \"2006\",\n \"description\": \"Explains different types of cancer, their
44
+ causes, symptoms and treatment, and, through case studies, what it is like
45
+ to live with cancer.\",\n \"industryIdentifiers\": [\n {\n \"type\":
46
+ \"ISBN_10\",\n \"identifier\": \"0761328335\"\n },\n {\n \"type\":
47
+ \"ISBN_13\",\n \"identifier\": \"9780761328339\"\n }\n ],\n \"pageCount\":
48
+ 121,\n \"printType\": \"BOOK\",\n \"contentVersion\": \"0.1.0.0.preview.0\",\n
49
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
50
+ \ \"thumbnail\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
51
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&dq=cancer&hl=&cd=1&source=gbs_api\",\n
52
+ \ \"infoLink\": \"http://books.google.com/books?id=aVTMqaclr_kC&dq=cancer&hl=&source=gbs_api\",\n
53
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=aVTMqaclr_kC\"\n
54
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
55
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
56
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
57
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
58
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
59
+ \"http://books.google.com/books/reader?id=aVTMqaclr_kC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
60
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
61
+ \"Explains different types of cancer, their causes, symptoms and treatment,
62
+ and, through case studies, what it is like to live with cancer.\"\n }\n
63
+ \ },\n {\n \"kind\": \"books#volume\",\n \"id\": \"5rF_31RVTnMC\",\n
64
+ \ \"etag\": \"ccK4JS83KTI\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/5rF_31RVTnMC\",\n
65
+ \ \"volumeInfo\": {\n \"title\": \"The Emperor of All Maladies\",\n \"subtitle\":
66
+ \"A Biography of Cancer\",\n \"authors\": [\n \"Siddhartha Mukherjee\"\n
67
+ \ ],\n \"publisher\": \"Scribner\",\n \"publishedDate\": \"2010-11-16\",\n
68
+ \ \"description\": \"The Emperor of All Maladies is a magnificent, profoundly
69
+ humane “biography” of cancer—from its first documented appearances thousands
70
+ of years ago through the epic battles in the twentieth century to cure, control,
71
+ and conquer it to a radical new understanding of its essence. Physician, researcher,
72
+ and award-winning science writer, Siddhartha Mukherjee examines cancer with
73
+ a cellular biologist’s precision, a historian’s perspective, and a biographer’s
74
+ passion. The result is an astonishingly lucid and eloquent chronicle of a
75
+ disease humans have lived with—and perished from—for more than five thousand
76
+ years. The story of cancer is a story of human ingenuity, resilience, and
77
+ perseverance, but also of hubris, paternalism, and misperception. Mukherjee
78
+ recounts centuries of discoveries, setbacks, victories, and deaths, told through
79
+ the eyes of his predecessors and peers, training their wits against an infinitely
80
+ resourceful adversary that, just three decades ago, was thought to be easily
81
+ vanquished in an all-out “war against cancer.” The book reads like a literary
82
+ thriller with cancer as the protagonist. From the Persian Queen Atossa, whose
83
+ Greek slave cut off her malignant breast, to the nineteenth-century recipients
84
+ of primitive radiation and chemotherapy to Mukherjee’s own leukemia patient,
85
+ Carla, The Emperor of All Maladies is about the people who have soldiered
86
+ through fiercely demanding regimens in order to survive—and to increase our
87
+ understanding of this iconic disease. Riveting, urgent, and surprising, The
88
+ Emperor of All Maladies provides a fascinating glimpse into the future of
89
+ cancer treatments. It is an illuminating book that provides hope and clarity
90
+ to those seeking to demystify cancer.\",\n \"industryIdentifiers\": [\n
91
+ \ {\n \"type\": \"ISBN_10\",\n \"identifier\": \"1439107955\"\n
92
+ \ },\n {\n \"type\": \"ISBN_13\",\n \"identifier\": \"9781439107959\"\n
93
+ \ }\n ],\n \"pageCount\": 592,\n \"printType\": \"BOOK\",\n \"averageRating\":
94
+ 4.5,\n \"ratingsCount\": 61,\n \"contentVersion\": \"0.2.3.0.preview.2\",\n
95
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks1.books.google.com/books?id=5rF_31RVTnMC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
96
+ \ \"thumbnail\": \"http://bks1.books.google.com/books?id=5rF_31RVTnMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
97
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=5rF_31RVTnMC&printsec=frontcover&dq=cancer&hl=&cd=2&source=gbs_api\",\n
98
+ \ \"infoLink\": \"http://books.google.com/books?id=5rF_31RVTnMC&dq=cancer&hl=&source=gbs_api\",\n
99
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/The_Emperor_of_All_Maladies.html?hl=&id=5rF_31RVTnMC\"\n
100
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
101
+ \"FOR_SALE\",\n \"isEbook\": true,\n \"listPrice\": {\n \"amount\":
102
+ 13.11,\n \"currencyCode\": \"USD\"\n },\n \"retailPrice\": {\n \"amount\":
103
+ 11.14,\n \"currencyCode\": \"USD\"\n },\n \"buyLink\": \"http://books.google.com/books?id=5rF_31RVTnMC&dq=cancer&hl=&buy=&source=gbs_api\"\n
104
+ \ },\n \"accessInfo\": {\n \"country\": \"US\",\n \"viewability\":
105
+ \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\": false,\n \"textToSpeechPermission\":
106
+ \"ALLOWED_FOR_ACCESSIBILITY\",\n \"epub\": {\n \"isAvailable\": true,\n
107
+ \ \"acsTokenLink\": \"http://books.google.com/books/download/The_Emperor_of_All_Maladies-sample-epub.acsm?id=5rF_31RVTnMC&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api\"\n
108
+ \ },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
109
+ \"http://books.google.com/books/reader?id=5rF_31RVTnMC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
110
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
111
+ \"The story of cancer is a story of human ingenuity, resilience, and perseverance,
112
+ but also of hubris, paternalism, and misperception.\"\n }\n },\n {\n \"kind\":
113
+ \"books#volume\",\n \"id\": \"PMbLAT1JJqUC\",\n \"etag\": \"9aO7Eb3TNUU\",\n
114
+ \ \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/PMbLAT1JJqUC\",\n
115
+ \ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"authors\": [\n \"Oliver
116
+ Gillie\"\n ],\n \"publisher\": \"Heinemann Library\",\n \"publishedDate\":
117
+ \"2004-05-01\",\n \"description\": \"Provides an overview of cancer, describing
118
+ what it is, what the various forms are that it takes, what it is like to live
119
+ with this disease, and some of the available treatments.\",\n \"industryIdentifiers\":
120
+ [\n {\n \"type\": \"ISBN_10\",\n \"identifier\": \"1403451443\"\n
121
+ \ },\n {\n \"type\": \"ISBN_13\",\n \"identifier\": \"9781403451446\"\n
122
+ \ }\n ],\n \"pageCount\": 56,\n \"printType\": \"BOOK\",\n \"contentVersion\":
123
+ \"preview-1.0.0\",\n \"imageLinks\": {\n \"smallThumbnail\": \"http://bks9.books.google.com/books?id=PMbLAT1JJqUC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
124
+ \ \"thumbnail\": \"http://bks9.books.google.com/books?id=PMbLAT1JJqUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
125
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=PMbLAT1JJqUC&printsec=frontcover&dq=cancer&hl=&cd=3&source=gbs_api\",\n
126
+ \ \"infoLink\": \"http://books.google.com/books?id=PMbLAT1JJqUC&dq=cancer&hl=&source=gbs_api\",\n
127
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=PMbLAT1JJqUC\"\n
128
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
129
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
130
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
131
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
132
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
133
+ \"http://books.google.com/books/reader?id=PMbLAT1JJqUC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
134
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
135
+ \"Provides an overview of cancer, describing what it is, what the various
136
+ forms are that it takes, what it is like to live with this disease, and some
137
+ of the available treatments.\"\n }\n },\n {\n \"kind\": \"books#volume\",\n
138
+ \ \"id\": \"_Nr57uKNEe8C\",\n \"etag\": \"4LduIm5k/xM\",\n \"selfLink\":
139
+ \"https://www.googleapis.com/books/v1/volumes/_Nr57uKNEe8C\",\n \"volumeInfo\":
140
+ {\n \"title\": \"Cancer\",\n \"authors\": [\n \"F. Bernoville\"\n
141
+ \ ],\n \"publisher\": \"B Jain Pub Pvt Limited\",\n \"publishedDate\":
142
+ \"1999-01-01\",\n \"industryIdentifiers\": [\n {\n \"type\": \"ISBN_10\",\n
143
+ \ \"identifier\": \"8170212871\"\n },\n {\n \"type\": \"ISBN_13\",\n
144
+ \ \"identifier\": \"9788170212874\"\n }\n ],\n \"pageCount\":
145
+ 48,\n \"printType\": \"BOOK\",\n \"contentVersion\": \"0.0.1.0.preview.0\",\n
146
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks3.books.google.com/books?id=_Nr57uKNEe8C&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
147
+ \ \"thumbnail\": \"http://bks3.books.google.com/books?id=_Nr57uKNEe8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
148
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=_Nr57uKNEe8C&printsec=frontcover&dq=cancer&hl=&cd=4&source=gbs_api\",\n
149
+ \ \"infoLink\": \"http://books.google.com/books?id=_Nr57uKNEe8C&dq=cancer&hl=&source=gbs_api\",\n
150
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=_Nr57uKNEe8C\"\n
151
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
152
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
153
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
154
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
155
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
156
+ \"http://books.google.com/books/reader?id=_Nr57uKNEe8C&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
157
+ \ \"accessViewStatus\": \"SAMPLE\"\n }\n },\n {\n \"kind\": \"books#volume\",\n
158
+ \ \"id\": \"xhN8s8QCAbQC\",\n \"etag\": \"BTJCd5lYM9o\",\n \"selfLink\":
159
+ \"https://www.googleapis.com/books/v1/volumes/xhN8s8QCAbQC\",\n \"volumeInfo\":
160
+ {\n \"title\": \"Cancer\",\n \"authors\": [\n \"Farokh J. Master\"\n
161
+ \ ],\n \"publisher\": \"B Jain Pub Pvt Limited\",\n \"publishedDate\":
162
+ \"2003-01-01\",\n \"description\": \"In this booklet the author has tried
163
+ to make the difficult problem of the treatment of cancer patients much more
164
+ easier.\",\n \"industryIdentifiers\": [\n {\n \"type\": \"ISBN_10\",\n
165
+ \ \"identifier\": \"817021615X\"\n },\n {\n \"type\": \"ISBN_13\",\n
166
+ \ \"identifier\": \"9788170216155\"\n }\n ],\n \"pageCount\":
167
+ 37,\n \"printType\": \"BOOK\",\n \"contentVersion\": \"0.0.1.0.preview.0\",\n
168
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks5.books.google.com/books?id=xhN8s8QCAbQC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
169
+ \ \"thumbnail\": \"http://bks5.books.google.com/books?id=xhN8s8QCAbQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
170
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=xhN8s8QCAbQC&printsec=frontcover&dq=cancer&hl=&cd=5&source=gbs_api\",\n
171
+ \ \"infoLink\": \"http://books.google.com/books?id=xhN8s8QCAbQC&dq=cancer&hl=&source=gbs_api\",\n
172
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=xhN8s8QCAbQC\"\n
173
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
174
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
175
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
176
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
177
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
178
+ \"http://books.google.com/books/reader?id=xhN8s8QCAbQC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
179
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
180
+ \"In this booklet the author has tried to make the difficult problem of the
181
+ treatment of cancer patients much more easier.\"\n }\n },\n {\n \"kind\":
182
+ \"books#volume\",\n \"id\": \"g_QY9jR98ZIC\",\n \"etag\": \"WcLgf59/Y20\",\n
183
+ \ \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/g_QY9jR98ZIC\",\n
184
+ \ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"subtitle\": \"Personal
185
+ Horoscopes 2013\",\n \"authors\": [\n \"Dan Liebman\"\n ],\n \"publisher\":
186
+ \"Collins\",\n \"publishedDate\": \"2012-10-16\",\n \"description\":
187
+ \"Find out what 2013 holds in store for you, Cancer. Packed with insightful
188
+ information to make 2013 a meaningful year for the Crab, the fourth sign of
189
+ the zodiac, Cancer: Personal Horoscopes 2013 includes: Week-by-week forecasts
190
+ for your sign, covering love and relationships, family and friends, finance,
191
+ health, career and travel At-a-glance monthly charts highlighting the best
192
+ and worst days for romance, friendship, career, health and more Your zodiac
193
+ sign’ s qualities, elements, planets and houses Personality profiles of famous
194
+ Canadian and international figures born in your sign Compatibility guides
195
+ for every combination of signs, detailing your best relationship matches —
196
+ and those that may challenge you Start 2013 off right with your personalized
197
+ look at the stars.\",\n \"industryIdentifiers\": [\n {\n \"type\":
198
+ \"ISBN_10\",\n \"identifier\": \"144341848X\"\n },\n {\n \"type\":
199
+ \"ISBN_13\",\n \"identifier\": \"9781443418485\"\n }\n ],\n \"pageCount\":
200
+ 50,\n \"printType\": \"BOOK\",\n \"contentVersion\": \"preview-1.0.0\",\n
201
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks4.books.google.com/books?id=g_QY9jR98ZIC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
202
+ \ \"thumbnail\": \"http://bks4.books.google.com/books?id=g_QY9jR98ZIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
203
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=g_QY9jR98ZIC&printsec=frontcover&dq=cancer&hl=&cd=6&source=gbs_api\",\n
204
+ \ \"infoLink\": \"http://books.google.com/books?id=g_QY9jR98ZIC&dq=cancer&hl=&source=gbs_api\",\n
205
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=g_QY9jR98ZIC\"\n
206
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
207
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
208
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": false,\n \"publicDomain\":
209
+ false,\n \"textToSpeechPermission\": \"ALLOWED_FOR_ACCESSIBILITY\",\n \"epub\":
210
+ {\n \"isAvailable\": true,\n \"acsTokenLink\": \"http://books.google.com/books/download/Cancer-sample-epub.acsm?id=g_QY9jR98ZIC&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api\"\n
211
+ \ },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
212
+ \"http://books.google.com/books/reader?id=g_QY9jR98ZIC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
213
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
214
+ \"Find out what 2013 holds in store for you, Cancer.\"\n }\n },\n {\n
215
+ \ \"kind\": \"books#volume\",\n \"id\": \"0-1KOKAZBKcC\",\n \"etag\":
216
+ \"+o/lhxM3LZY\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/0-1KOKAZBKcC\",\n
217
+ \ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"subtitle\": \"Zodiac
218
+ Signs\",\n \"authors\": [\n \"Sanjay Garima\"\n ],\n \"publisher\":
219
+ \"Health Harmony\",\n \"publishedDate\": \"2006-01-01\",\n \"description\":
220
+ \"A gift book which tells all about the person and his life on the basis of
221
+ the zodiac sign.\",\n \"industryIdentifiers\": [\n {\n \"type\":
222
+ \"ISBN_10\",\n \"identifier\": \"8180560678\"\n },\n {\n \"type\":
223
+ \"ISBN_13\",\n \"identifier\": \"9788180560675\"\n }\n ],\n \"pageCount\":
224
+ 124,\n \"printType\": \"BOOK\",\n \"contentVersion\": \"0.0.1.0.preview.0\",\n
225
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks6.books.google.com/books?id=0-1KOKAZBKcC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
226
+ \ \"thumbnail\": \"http://bks6.books.google.com/books?id=0-1KOKAZBKcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
227
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=0-1KOKAZBKcC&printsec=frontcover&dq=cancer&hl=&cd=7&source=gbs_api\",\n
228
+ \ \"infoLink\": \"http://books.google.com/books?id=0-1KOKAZBKcC&dq=cancer&hl=&source=gbs_api\",\n
229
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=0-1KOKAZBKcC\"\n
230
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
231
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
232
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
233
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
234
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
235
+ \"http://books.google.com/books/reader?id=0-1KOKAZBKcC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
236
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
237
+ \"A gift book which tells all about the person and his life on the basis of
238
+ the zodiac sign.\"\n }\n },\n {\n \"kind\": \"books#volume\",\n \"id\":
239
+ \"ZpUjSiq8KKgC\",\n \"etag\": \"kev1gBUVCag\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/ZpUjSiq8KKgC\",\n
240
+ \ \"volumeInfo\": {\n \"title\": \"Cancer: Fight It with the Blood Type
241
+ Diet\",\n \"subtitle\": \"Fight It with the Blood Type Diet\",\n \"authors\":
242
+ [\n \"Dr. Peter J. D'Adamo\",\n \"Catherine Whitney\"\n ],\n \"publisher\":
243
+ \"Berkley\",\n \"publishedDate\": \"2004-08-03\",\n \"description\":
244
+ \"Dr. Peter J. D'Adamo has forever changed the strategy for eating right to
245
+ lose weight and achieving maximum health. Because he discovered what many
246
+ already instinctively knew-that a plan that works for one person may make
247
+ another ill-there will never be a one-size-fits-all diet again. And since
248
+ we now know that each blood type is affected differently by common diseases
249
+ and conditions, there will never be a one-size-fits-all plan of action. With
250
+ more than 2 million copies of his books in print, G. P. Putnam's Sons announces
251
+ the launch of Dr. D'Adamo's Eat Right 4 (for) Your Type Library. Over the
252
+ next two years, eight books will be published on eight different conditions,
253
+ the first two being cancer and diabetes. In these books, readers will find
254
+ new information individualized for their blood type and illness. In addition
255
+ to the food categories Beneficial, Neutral, and Avoid, Dr. D'Adamo introduces
256
+ a new category-Superbeneficial-for helping your body fight disease. He also
257
+ introduces self-assessment tests to determine status and measure progress.
258
+ Supplement, lifestyle, and exercise protocols are tailored to each blood type
259
+ and condition. There has never been a better arsenal for fighting disease,
260
+ and never an easier or clearer tool\",\n \"industryIdentifiers\": [\n {\n
261
+ \ \"type\": \"ISBN_10\",\n \"identifier\": \"1440678081\"\n },\n
262
+ \ {\n \"type\": \"ISBN_13\",\n \"identifier\": \"9781440678080\"\n
263
+ \ }\n ],\n \"pageCount\": 224,\n \"printType\": \"BOOK\",\n \"averageRating\":
264
+ 3.0,\n \"ratingsCount\": 1,\n \"contentVersion\": \"0.0.3.0.preview.2\",\n
265
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks9.books.google.com/books?id=ZpUjSiq8KKgC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
266
+ \ \"thumbnail\": \"http://bks9.books.google.com/books?id=ZpUjSiq8KKgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
267
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=ZpUjSiq8KKgC&printsec=frontcover&dq=cancer&hl=&cd=8&source=gbs_api\",\n
268
+ \ \"infoLink\": \"http://books.google.com/books?id=ZpUjSiq8KKgC&dq=cancer&hl=&source=gbs_api\",\n
269
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer_Fight_It_with_the_Blood_Type_Diet.html?hl=&id=ZpUjSiq8KKgC\"\n
270
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
271
+ \"FOR_SALE\",\n \"isEbook\": true,\n \"listPrice\": {\n \"amount\":
272
+ 11.99,\n \"currencyCode\": \"USD\"\n },\n \"retailPrice\": {\n \"amount\":
273
+ 11.99,\n \"currencyCode\": \"USD\"\n },\n \"buyLink\": \"http://books.google.com/books?id=ZpUjSiq8KKgC&dq=cancer&hl=&buy=&source=gbs_api\"\n
274
+ \ },\n \"accessInfo\": {\n \"country\": \"US\",\n \"viewability\":
275
+ \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\": false,\n \"textToSpeechPermission\":
276
+ \"ALLOWED_FOR_ACCESSIBILITY\",\n \"epub\": {\n \"isAvailable\": true,\n
277
+ \ \"acsTokenLink\": \"http://books.google.com/books/download/Cancer_Fight_It_with_the_Blood_Type_Diet-sample-epub.acsm?id=ZpUjSiq8KKgC&format=epub&output=acs4_fulfillment_token&dl_type=sample&source=gbs_api\"\n
278
+ \ },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
279
+ \"http://books.google.com/books/reader?id=ZpUjSiq8KKgC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
280
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
281
+ \"Over the next two years, eight books will be published on eight different
282
+ conditions, the first two being cancer and diabetes. In these books, readers
283
+ will find new information individualized for their blood type and illness.\"\n
284
+ \ }\n },\n {\n \"kind\": \"books#volume\",\n \"id\": \"qaxuIglnhZoC\",\n
285
+ \ \"etag\": \"vUxJl0nDvSY\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/qaxuIglnhZoC\",\n
286
+ \ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"subtitle\": \"Its
287
+ Cases, Symptoms and Treatment\",\n \"authors\": [\n \"Eli G. Jones\"\n
288
+ \ ],\n \"publisher\": \"B. Jain Publishers\",\n \"publishedDate\":
289
+ \"2004-01-01\",\n \"description\": \"Giving the results of over 40 years
290
+ experience in the medical treatment of this disease.The author gave post graduate
291
+ instructions to physicians of his method of treatment.\",\n \"industryIdentifiers\":
292
+ [\n {\n \"type\": \"ISBN_10\",\n \"identifier\": \"8170211425\"\n
293
+ \ },\n {\n \"type\": \"ISBN_13\",\n \"identifier\": \"9788170211426\"\n
294
+ \ }\n ],\n \"pageCount\": 301,\n \"printType\": \"BOOK\",\n \"contentVersion\":
295
+ \"0.0.1.0.preview.0\",\n \"imageLinks\": {\n \"smallThumbnail\": \"http://bks1.books.google.com/books?id=qaxuIglnhZoC&printsec=frontcover&img=1&zoom=5&edge=curl&source=gbs_api\",\n
296
+ \ \"thumbnail\": \"http://bks1.books.google.com/books?id=qaxuIglnhZoC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api\"\n
297
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=qaxuIglnhZoC&printsec=frontcover&dq=cancer&hl=&cd=9&source=gbs_api\",\n
298
+ \ \"infoLink\": \"http://books.google.com/books?id=qaxuIglnhZoC&dq=cancer&hl=&source=gbs_api\",\n
299
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=qaxuIglnhZoC\"\n
300
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
301
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
302
+ \"US\",\n \"viewability\": \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\":
303
+ false,\n \"textToSpeechPermission\": \"ALLOWED\",\n \"epub\": {\n \"isAvailable\":
304
+ false\n },\n \"pdf\": {\n \"isAvailable\": false\n },\n \"webReaderLink\":
305
+ \"http://books.google.com/books/reader?id=qaxuIglnhZoC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
306
+ \ \"accessViewStatus\": \"SAMPLE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
307
+ \"Giving the results of over 40 years experience in the medical treatment
308
+ of this disease.The author gave post graduate instructions to physicians of
309
+ his method of treatment.\"\n }\n },\n {\n \"kind\": \"books#volume\",\n
310
+ \ \"id\": \"SI5J2zKEGsUC\",\n \"etag\": \"pvzLa0OOfHA\",\n \"selfLink\":
311
+ \"https://www.googleapis.com/books/v1/volumes/SI5J2zKEGsUC\",\n \"volumeInfo\":
312
+ {\n \"title\": \"Cancer\",\n \"authors\": [\n \"Paula Taylor\"\n
313
+ \ ],\n \"publisher\": \"Creative Education\",\n \"publishedDate\":
314
+ \"1978\",\n \"description\": \"Describes character traits and attitudes
315
+ reputedly possessed by individuals born under the sun sign Cancer.\",\n \"industryIdentifiers\":
316
+ [\n {\n \"type\": \"ISBN_10\",\n \"identifier\": \"0871916444\"\n
317
+ \ },\n {\n \"type\": \"ISBN_13\",\n \"identifier\": \"9780871916440\"\n
318
+ \ }\n ],\n \"pageCount\": 47,\n \"printType\": \"BOOK\",\n \"categories\":
319
+ [\n \"Body, Mind & Spirit\"\n ],\n \"contentVersion\": \"preview-1.0.0\",\n
320
+ \ \"imageLinks\": {\n \"smallThumbnail\": \"http://bks8.books.google.com/books?id=SI5J2zKEGsUC&printsec=frontcover&img=1&zoom=5&source=gbs_api\",\n
321
+ \ \"thumbnail\": \"http://bks8.books.google.com/books?id=SI5J2zKEGsUC&printsec=frontcover&img=1&zoom=1&source=gbs_api\"\n
322
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=SI5J2zKEGsUC&q=cancer&dq=cancer&hl=&cd=10&source=gbs_api\",\n
323
+ \ \"infoLink\": \"http://books.google.com/books?id=SI5J2zKEGsUC&dq=cancer&hl=&source=gbs_api\",\n
324
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=SI5J2zKEGsUC\"\n
325
+ \ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\":
326
+ \"NOT_FOR_SALE\",\n \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\":
327
+ \"US\",\n \"viewability\": \"NO_PAGES\",\n \"embeddable\": false,\n
328
+ \ \"publicDomain\": false,\n \"textToSpeechPermission\": \"ALLOWED\",\n
329
+ \ \"epub\": {\n \"isAvailable\": false\n },\n \"pdf\": {\n \"isAvailable\":
330
+ false\n },\n \"webReaderLink\": \"http://books.google.com/books/reader?id=SI5J2zKEGsUC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
331
+ \ \"accessViewStatus\": \"NONE\"\n },\n \"searchInfo\": {\n \"textSnippet\":
332
+ \"Describes character traits and attitudes reputedly possessed by individuals
333
+ born under the sun sign Cancer.\"\n }\n }\n ]\n}\n"
334
+ http_version:
335
+ recorded_at: Thu, 03 Jan 2013 00:21:28 GMT
336
+ - request:
337
+ method: get
338
+ uri: https://www.googleapis.com/books/v1/volumes/aVTMqaclr_kC
339
+ body:
340
+ encoding: US-ASCII
341
+ string: ''
342
+ headers: {}
343
+ response:
344
+ status:
345
+ code: 200
346
+ message: !binary |-
347
+ T0s=
348
+ headers:
349
+ !binary "RXhwaXJlcw==":
350
+ - !binary |-
351
+ VGh1LCAwMyBKYW4gMjAxMyAwMDoyMToyOSBHTVQ=
352
+ !binary "RGF0ZQ==":
353
+ - !binary |-
354
+ VGh1LCAwMyBKYW4gMjAxMyAwMDoyMToyOSBHTVQ=
355
+ !binary "Q2FjaGUtQ29udHJvbA==":
356
+ - !binary |-
357
+ cHJpdmF0ZSwgbWF4LWFnZT0wLCBtdXN0LXJldmFsaWRhdGUsIG5vLXRyYW5z
358
+ Zm9ybQ==
359
+ !binary "RXRhZw==":
360
+ - !binary |-
361
+ InFVbUh6NDZ6RzFGeVRTSmxqcEhmTjhISnZCNC9LR01QMWJOZFZxLWY3WDZC
362
+ MVdxVU9xTFVVSnMi
363
+ !binary "Q29udGVudC1UeXBl":
364
+ - !binary |-
365
+ YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD1VVEYtOA==
366
+ !binary "WC1Db250ZW50LVR5cGUtT3B0aW9ucw==":
367
+ - !binary |-
368
+ bm9zbmlmZg==
369
+ !binary "WC1GcmFtZS1PcHRpb25z":
370
+ - !binary |-
371
+ U0FNRU9SSUdJTg==
372
+ !binary "WC1Yc3MtUHJvdGVjdGlvbg==":
373
+ - !binary |-
374
+ MTsgbW9kZT1ibG9jaw==
375
+ !binary "U2VydmVy":
376
+ - !binary |-
377
+ R1NF
378
+ !binary "VHJhbnNmZXItRW5jb2Rpbmc=":
379
+ - !binary |-
380
+ Y2h1bmtlZA==
381
+ body:
382
+ encoding: US-ASCII
383
+ string: ! "{\n \"kind\": \"books#volume\",\n \"id\": \"aVTMqaclr_kC\",\n \"etag\":
384
+ \"0uXJYR4gymw\",\n \"selfLink\": \"https://www.googleapis.com/books/v1/volumes/aVTMqaclr_kC\",\n
385
+ \"volumeInfo\": {\n \"title\": \"Cancer\",\n \"authors\": [\n \"Alvin
386
+ Silverstein\",\n \"Virginia B. Silverstein\",\n \"Laura Silverstein Nunn\"\n
387
+ \ ],\n \"publisher\": \"Twenty-First Century Books\",\n \"publishedDate\":
388
+ \"2006\",\n \"description\": \"Explains different types of cancer, their
389
+ causes, symptoms and treatment, and, through case studies, what it is like
390
+ to live with cancer.\",\n \"industryIdentifiers\": [\n {\n \"type\":
391
+ \"ISBN_10\",\n \"identifier\": \"0761328335\"\n },\n {\n \"type\":
392
+ \"ISBN_13\",\n \"identifier\": \"9780761328339\"\n }\n ],\n \"pageCount\":
393
+ 121,\n \"dimensions\": {\n \"height\": \"24.00 cm\",\n \"width\": \"16.41
394
+ cm\",\n \"thickness\": \"1.35 cm\"\n },\n \"printType\": \"BOOK\",\n \"categories\":
395
+ [\n \"Juvenile Nonfiction / General\",\n \"Juvenile Nonfiction / Health
396
+ & Daily Living / Diseases, Illnesses & Injuries\",\n \"Medical / Oncology\"\n
397
+ \ ],\n \"contentVersion\": \"0.1.0.0.preview.0\",\n \"imageLinks\": {\n
398
+ \ \"smallThumbnail\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=5&edge=curl&imgtk=AFLRE71igvCnCBWjjExqWNOM7miK_saps_p5pUBAbhmr-NjYsu_XbIXe9Hpz_8Bqa_a7mqJUXHT4gWkPTvNfHB6x0ABzy5ZtQ4bzqvIF000G4oc4DhVXQrA&source=gbs_api\",\n
399
+ \ \"thumbnail\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE72lW0lpni9_Gnea-T6uYqy5LDdaixHof8hFxITpoQc0Rj5U8LKJlwT4yBPiy9VPL6FlV4FL8VxFvfvOyEHTNk1jBP--eoLNAUmExzmDeSXIqtAW-Sk&source=gbs_api\",\n
400
+ \ \"small\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=2&edge=curl&imgtk=AFLRE70qpuJvWVCeMWVDw90V5Zb_WEF_DsEi79vbpOUTIaPf9b1pnxCc9eNIPLFxZLVIW8k1CYr_zG56jdM5vxg9l4cImNAX-kpdQynY8Ql7U9IO3BAg1fA&source=gbs_api\",\n
401
+ \ \"medium\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=3&edge=curl&imgtk=AFLRE70uZ_RoJ8PZDpC5IjyL1IJTLOqM4NgMB3Dk1NQciR8FzKT4TEEMDr2KGyMx8HfugTHTHM7mKi15rYdxAB22FZj_AEyGmGJwa3xPUyq8Q-jzq79It8k&source=gbs_api\",\n
402
+ \ \"large\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=4&edge=curl&imgtk=AFLRE71yIskM8SzZ5souq-7z7vzo_NFnjFWWWWLU9TVgnMVBwsCFfwqNSknS6eS8XKhkcj3FzXiVST_NORv6cBb5C0TYHlk7qIJpozMB-PPF1HRRWEV71mA&source=gbs_api\",\n
403
+ \ \"extraLarge\": \"http://bks3.books.google.com/books?id=aVTMqaclr_kC&printsec=frontcover&img=1&zoom=6&edge=curl&imgtk=AFLRE71qMR_EshJYvOS3iz0NZlFtT5uwUf7FM05B93kPlTaMO88URbX14LBWgH_l1dfUOoWeYnCyND7iIMqixHSsW_zw5RqGBSHVZNGF6-WL_C5ENrOx0ac&source=gbs_api\"\n
404
+ \ },\n \"language\": \"en\",\n \"previewLink\": \"http://books.google.com/books?id=aVTMqaclr_kC&hl=&source=gbs_api\",\n
405
+ \ \"infoLink\": \"http://books.google.com/books?id=aVTMqaclr_kC&hl=&source=gbs_api\",\n
406
+ \ \"canonicalVolumeLink\": \"http://books.google.com/books/about/Cancer.html?hl=&id=aVTMqaclr_kC\"\n
407
+ },\n \"saleInfo\": {\n \"country\": \"US\",\n \"saleability\": \"NOT_FOR_SALE\",\n
408
+ \ \"isEbook\": false\n },\n \"accessInfo\": {\n \"country\": \"US\",\n \"viewability\":
409
+ \"PARTIAL\",\n \"embeddable\": true,\n \"publicDomain\": false,\n \"textToSpeechPermission\":
410
+ \"ALLOWED\",\n \"epub\": {\n \"isAvailable\": false\n },\n \"pdf\": {\n
411
+ \ \"isAvailable\": false\n },\n \"webReaderLink\": \"http://books.google.com/books/reader?id=aVTMqaclr_kC&hl=&printsec=frontcover&output=reader&source=gbs_api\",\n
412
+ \ \"accessViewStatus\": \"SAMPLE\"\n }\n}\n"
413
+ http_version:
414
+ recorded_at: Thu, 03 Jan 2013 00:21:29 GMT
415
+ recorded_with: VCR 2.3.0