borrow_direct 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +14 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +183 -0
  6. data/Rakefile +11 -0
  7. data/bd_metrics/finditem_measure.rb +61 -0
  8. data/bd_metrics/isbn.txt +1088 -0
  9. data/bd_metrics/lccn.txt +1668 -0
  10. data/bd_metrics/oclc.txt +167 -0
  11. data/borrow_direct.gemspec +30 -0
  12. data/lib/borrow_direct/authentication.rb +55 -0
  13. data/lib/borrow_direct/defaults.rb +38 -0
  14. data/lib/borrow_direct/error.rb +17 -0
  15. data/lib/borrow_direct/find_item.rb +149 -0
  16. data/lib/borrow_direct/generate_query.rb +78 -0
  17. data/lib/borrow_direct/request.rb +185 -0
  18. data/lib/borrow_direct/request_item.rb +119 -0
  19. data/lib/borrow_direct/request_query.rb +124 -0
  20. data/lib/borrow_direct/util.rb +18 -0
  21. data/lib/borrow_direct/version.rb +3 -0
  22. data/lib/borrow_direct.rb +19 -0
  23. data/test/authentication_test.rb +79 -0
  24. data/test/find_item_test.rb +159 -0
  25. data/test/generate_query_test.rb +91 -0
  26. data/test/request_item_test.rb +109 -0
  27. data/test/request_query_test.rb +113 -0
  28. data/test/request_test.rb +141 -0
  29. data/test/support/assertions.rb +23 -0
  30. data/test/support/vcr_filter.rb +45 -0
  31. data/test/test_helper.rb +39 -0
  32. data/test/util_test.rb +32 -0
  33. data/test/vcr_cassettes/Authentication/Makes_a_request_succesfully.yml +52 -0
  34. data/test/vcr_cassettes/Authentication/Raises_for_bad_library_symbol.yml +52 -0
  35. data/test/vcr_cassettes/Authentication/Raises_for_bad_patron_barcode.yml +53 -0
  36. data/test/vcr_cassettes/Authentication/get_auth_id/raises_for_a_bad_library_symbol.yml +52 -0
  37. data/test/vcr_cassettes/Authentication/get_auth_id/raises_for_a_bad_patron_barcode.yml +53 -0
  38. data/test/vcr_cassettes/Authentication/get_auth_id/returns_an_auth_id_for_a_good_request.yml +52 -0
  39. data/test/vcr_cassettes/Authentication/raw_request_to_verify_HTTP_api/.yml +52 -0
  40. data/test/vcr_cassettes/FindItem/_find_item_request/finds_a_locally_available_item.yml +49 -0
  41. data/test/vcr_cassettes/FindItem/_find_item_request/finds_a_requestable_item.yml +49 -0
  42. data/test/vcr_cassettes/FindItem/_find_item_request/finds_an_item_that_does_not_exist_in_BD.yml +50 -0
  43. data/test/vcr_cassettes/FindItem/_find_item_request/with_expected_error_PUBFI002/returns_result.yml +40 -0
  44. data/test/vcr_cassettes/FindItem/_find_item_request/works_with_multiple_values.yml +49 -0
  45. data/test/vcr_cassettes/FindItem/find_with_Response/has_an_auth_id.yml +49 -0
  46. data/test/vcr_cassettes/FindItem/find_with_Response/has_nil_auth_id_when_BD_doesn_t_want_to_give_us_one.yml +40 -0
  47. data/test/vcr_cassettes/FindItem/find_with_Response/has_nil_pickup_locations_when_BD_doesn_t_want_to_give_us_them.yml +40 -0
  48. data/test/vcr_cassettes/FindItem/find_with_Response/has_pickup_locations.yml +49 -0
  49. data/test/vcr_cassettes/FindItem/find_with_Response/not_requestable_for_item_that_BD_returns_PUBFI002.yml +40 -0
  50. data/test/vcr_cassettes/FindItem/find_with_Response/not_requestable_for_item_that_does_not_exist_in_BD.yml +50 -0
  51. data/test/vcr_cassettes/FindItem/find_with_Response/not_requestable_for_item_that_no_libraries_will_lend.yml +50 -0
  52. data/test/vcr_cassettes/FindItem/find_with_Response/not_requestable_for_locally_available_item.yml +49 -0
  53. data/test/vcr_cassettes/FindItem/find_with_Response/requestable_for_requestable_item.yml +49 -0
  54. data/test/vcr_cassettes/FindItem/find_with_Response/requestable_with_multiple_items_if_at_least_one_is_requestable.yml +49 -0
  55. data/test/vcr_cassettes/Request/authentication_id/automatically_fetches_one_when_needed.yml +52 -0
  56. data/test/vcr_cassettes/Request/authentication_id/can_refetch_when_instructed.yml +52 -0
  57. data/test/vcr_cassettes/Request/can_make_a_succesful_request.yml +49 -0
  58. data/test/vcr_cassettes/Request/gets_BD_error_info.yml +41 -0
  59. data/test/vcr_cassettes/Request/raises_on_bad_path.yml +53 -0
  60. data/test/vcr_cassettes/Request/raises_on_bad_request_hash.yml +63 -0
  61. data/test/vcr_cassettes/Request/with_expected_errors/still_returns_result.yml +41 -0
  62. data/test/vcr_cassettes/RequestItem/make_request/make_request_for_a_locally_available_item.yml +90 -0
  63. data/test/vcr_cassettes/RequestItem/make_request/make_request_for_a_requestable_item.yml +89 -0
  64. data/test/vcr_cassettes/RequestItem/make_request/make_request_for_an_unrequestable_item.yml +91 -0
  65. data/test/vcr_cassettes/RequestItem/make_request/raises_for_unrequestable.yml +91 -0
  66. data/test/vcr_cassettes/RequestItem/make_request/returns_number_for_succesful_request.yml +89 -0
  67. data/test/vcr_cassettes/RequestItem/make_request/says_no_for_item_that_BD_returns_PUBRI004.yml +89 -0
  68. data/test/vcr_cassettes/RequestItem/raw_requests_an_unrequestable_item.yml +91 -0
  69. data/test/vcr_cassettes/RequestItem/uses_manually_set_auth_id.yml +89 -0
  70. data/test/vcr_cassettes/RequestItem/with_pickup_location_and_requestable_item/still_works.yml +90 -0
  71. data/test/vcr_cassettes/RequestQuery/raw_request_query_request/returns_results.yml +381 -0
  72. data/test/vcr_cassettes/RequestQuery/raw_request_to_verify_the_BD_HTTP_API.yml +381 -0
  73. data/test/vcr_cassettes/RequestQuery/requests/fetches_default_records.yml +384 -0
  74. data/test/vcr_cassettes/RequestQuery/requests/fetches_full_records.yml +481 -0
  75. data/test/vcr_cassettes/top_level_describe/an_inner_describe/.yml +76 -0
  76. metadata +262 -0
@@ -0,0 +1,1088 @@
1
+ 0-12-185299-7
2
+ 0-85296-744-6
3
+ 0-903056-34-8
4
+ 0028720652
5
+ 0029346258
6
+ 0060143584
7
+ 0060192941
8
+ 0070087342
9
+ 0070289549
10
+ 0070553343
11
+ 0071432183
12
+ 0071472533
13
+ 007162113X
14
+ 0071759875
15
+ 0071780130
16
+ 007289539X
17
+ 0078821738
18
+ 0108316629
19
+ 0108317005
20
+ 0108479889
21
+ 0109218132
22
+ 0109315855
23
+ 0109334000
24
+ 0109558006
25
+ 0109578805
26
+ 0109836413
27
+ 0110042840
28
+ 0121082601
29
+ 0121819469
30
+ 0122719506
31
+ 0125476353
32
+ 0130108502
33
+ 013021972X
34
+ 0130276618
35
+ 0130889849
36
+ 0130891347
37
+ 0131856049
38
+ 0131975412
39
+ 0135885183
40
+ 013815614X
41
+ 014004227X
42
+ 0140092331
43
+ 0151001030
44
+ 0155004816
45
+ 019318513X
46
+ 0193591502
47
+ 0195079930
48
+ 0195108094
49
+ 019511356X
50
+ 0195119703
51
+ 019516749X
52
+ 0195167643
53
+ 0195180984
54
+ 0195208846
55
+ 0195300831
56
+ 0195342690
57
+ 0195398785
58
+ 0195413024
59
+ 0195582918
60
+ 0195634284
61
+ 019563540X
62
+ 0195635612
63
+ 019564641X
64
+ 0195664485
65
+ 0195715039
66
+ 0198112262
67
+ 019813214X
68
+ 0198151950
69
+ 0198504276
70
+ 0198552343
71
+ 0198775334
72
+ 0198776268
73
+ 0199270031
74
+ 0199588252
75
+ 0201563649
76
+ 0201633728
77
+ 020189548X
78
+ 0202303489
79
+ 0205146759
80
+ 0205165559
81
+ 0205200095
82
+ 0205482252
83
+ 0205510701
84
+ 0224052942
85
+ 0226121429
86
+ 0226264203
87
+ 0226323145
88
+ 0231051964
89
+ 0241890829
90
+ 0262112418
91
+ 0262121492
92
+ 026253035X
93
+ 0271017406
94
+ 0273604538
95
+ 0275921271
96
+ 027598169X
97
+ 0292727933
98
+ 0292777027
99
+ 0295985526
100
+ 0299142507
101
+ 0299158101
102
+ 0300036175
103
+ 0300042175
104
+ 0300043910
105
+ 0300049447
106
+ 0300049609
107
+ 0300050593
108
+ 0300071612
109
+ 0300081561
110
+ 0300085303
111
+ 0300089554
112
+ 0306411431
113
+ 0306452138
114
+ 0312060726
115
+ 0312086687
116
+ 0312103700
117
+ 0312154089
118
+ 0312247354
119
+ 0312272707
120
+ 0312304951
121
+ 0313221588
122
+ 0313261369
123
+ 0316569143
124
+ 0316831301
125
+ 0323001262
126
+ 0323081665
127
+ 0324006586
128
+ 0324204841
129
+ 0325003254
130
+ 0330375776
131
+ 0333220358
132
+ 0333439201
133
+ 0333485882
134
+ 0333652983
135
+ 0333693000
136
+ 0333725484
137
+ 0374174229
138
+ 0374199639
139
+ 0385539126
140
+ 0387949208
141
+ 0387953515
142
+ 0393039609
143
+ 0393099628
144
+ 0393977757
145
+ 0394538579
146
+ 0395595118
147
+ 0415004314
148
+ 0415013992
149
+ 0415033748
150
+ 041505818X
151
+ 0415134854
152
+ 0415143020
153
+ 0415173116
154
+ 0415200830
155
+ 0415316820
156
+ 0415922739
157
+ 0415925592
158
+ 0415945933
159
+ 0423020404
160
+ 0435209620
161
+ 0435906801
162
+ 0444108602
163
+ 0444802118
164
+ 0444820914
165
+ 0444891943
166
+ 0470019352
167
+ 0470220767
168
+ 0471064114
169
+ 0471159050
170
+ 0471174572
171
+ 047121504X
172
+ 0471246735
173
+ 0471292982
174
+ 0471322830
175
+ 0471370479
176
+ 0471370606
177
+ 0471446386
178
+ 047166202X
179
+ 0471671789
180
+ 0471976474
181
+ 047198163X
182
+ 0471983039
183
+ 0472104721
184
+ 0472107763
185
+ 048624606X
186
+ 0500018421
187
+ 0500510911
188
+ 0520044592
189
+ 0520079272
190
+ 0521082366
191
+ 0521302862
192
+ 0521374332
193
+ 052140455X
194
+ 052141508X
195
+ 0521415616
196
+ 0521444489
197
+ 0521471370
198
+ 0521562112
199
+ 0521570816
200
+ 0521783232
201
+ 052181068X
202
+ 0521827655
203
+ 0521834937
204
+ 0521855764
205
+ 0521857929
206
+ 0521858224
207
+ 0521859794
208
+ 0525934189
209
+ 0534370144
210
+ 0534528406
211
+ 0534643833
212
+ 0571234771
213
+ 0571236103
214
+ 0582004071
215
+ 0582368863
216
+ 0582418666
217
+ 0582423791
218
+ 0585092133
219
+ 0585121338
220
+ 0585189501
221
+ 0585216916
222
+ 0595265898
223
+ 0596008678
224
+ 060452625
225
+ 0631195688
226
+ 0631197524
227
+ 0631200282
228
+ 0631208763
229
+ 0634047388
230
+ 064643327X
231
+ 066920014X
232
+ 0670033375
233
+ 0670687022
234
+ 067167997X
235
+ 0674018281
236
+ 0674024702
237
+ 0674537000
238
+ 0679431551
239
+ 0679750533
240
+ 0683006037
241
+ 0684810816
242
+ 068485550X
243
+ 0688082262
244
+ 0691001286
245
+ 0691033056
246
+ 0691077967
247
+ 0691078122
248
+ 0691086540
249
+ 0700613137
250
+ 0700711627
251
+ 0700716491
252
+ 0702213950
253
+ 0714648833
254
+ 0714650722
255
+ 071563223X
256
+ 0716728184
257
+ 0716747383
258
+ 0721679048
259
+ 0735526389
260
+ 0739112082
261
+ 0743289684
262
+ 0745631347
263
+ 0745648053
264
+ 0750671858
265
+ 0750679417
266
+ 0752817825
267
+ 0754608573
268
+ 0754610543
269
+ 0754655334
270
+ 0761920846
271
+ 0765606615
272
+ 0765607891
273
+ 0765614278
274
+ 0766846822
275
+ 0767420160
276
+ 0769503683
277
+ 0773496866
278
+ 0780030370
279
+ 0780326164
280
+ 0780352904
281
+ 0781782104
282
+ 0782123163
283
+ 0783127928
284
+ 0783252226
285
+ 0787901318
286
+ 0787964344
287
+ 0789019019
288
+ 0792172663
289
+ 0792330870
290
+ 0793504007
291
+ 0801434289
292
+ 0801438136
293
+ 0801438845
294
+ 0801831008
295
+ 080183449X
296
+ 0801860407
297
+ 0802007686
298
+ 0802036120
299
+ 0803126166
300
+ 0803210388
301
+ 0803943466
302
+ 0803967055
303
+ 0803993358
304
+ 0804737088
305
+ 0804737452
306
+ 080532402X
307
+ 0805393536
308
+ 0805818901
309
+ 0805826947
310
+ 0805827617
311
+ 0805835601
312
+ 0807817856
313
+ 0807824682
314
+ 0810389088
315
+ 0810827425
316
+ 0810843862
317
+ 0810904187
318
+ 0810911280
319
+ 0812116739
320
+ 0812278321
321
+ 0812692349
322
+ 0813319625
323
+ 0813373484
324
+ 0813397588
325
+ 0813397618
326
+ 0813519896
327
+ 0813532841
328
+ 0814470289
329
+ 0814719449
330
+ 0814726925
331
+ 0815318235
332
+ 0815318278
333
+ 0815340788
334
+ 0816188734
335
+ 0816613362
336
+ 081662626X
337
+ 0818682159
338
+ 0819139599
339
+ 0820402281
340
+ 0821344196
341
+ 0821362372
342
+ 0821837540
343
+ 082231844X
344
+ 0824038266
345
+ 0824708709
346
+ 0824723457
347
+ 0824778286
348
+ 0824821696
349
+ 0825672783
350
+ 0835128881
351
+ 0839107420
352
+ 0841236747
353
+ 0844407291
354
+ 0847677583
355
+ 0847821951
356
+ 084935918X
357
+ 0849398223
358
+ 0854047530
359
+ 0859897109
360
+ 0860911292
361
+ 0863583016
362
+ 0865421374
363
+ 0866980504
364
+ 0870119435
365
+ 0870212664
366
+ 087021764X
367
+ 0870496492
368
+ 087049841X
369
+ 0872206262
370
+ 0873042425
371
+ 0873678281
372
+ 0876309880
373
+ 0876631650
374
+ 0877104603
375
+ 0877277028
376
+ 0878402470
377
+ 0878556184
378
+ 0878932690
379
+ 0879695773
380
+ 0881496952
381
+ 0882146017
382
+ 0882756702
383
+ 0887274323
384
+ 089236548X
385
+ 0894106309
386
+ 089410862X
387
+ 0894108794
388
+ 0895794705
389
+ 0898592461
390
+ 0901716766
391
+ 0905655281
392
+ 0914797921
393
+ 0915984954
394
+ 0916968103
395
+ 0918986931
396
+ 0920669514
397
+ 0931122945
398
+ 0933729758
399
+ 0934143072
400
+ 0965026302
401
+ 0980206502
402
+ 1133282415
403
+ 1137274743
404
+ 12
405
+ 1400034043
406
+ 1402079834
407
+ 1403934436
408
+ 1403934819
409
+ 1403940053
410
+ 1403970998
411
+ 1405113715
412
+ 1405116994
413
+ 1412902746
414
+ 1415777055
415
+ 1417240059
416
+ 1419551329
417
+ 1419828894
418
+ 141986579X
419
+ 1433809974
420
+ 1433812290
421
+ 1555811280
422
+ 1555835589
423
+ 1555878237
424
+ 1557985030
425
+ 1558101764
426
+ 1558994106
427
+ 1559212519
428
+ 1560003383
429
+ 1560003391
430
+ 1560256036
431
+ 1560295368
432
+ 1560721685
433
+ 1560727624
434
+ 1560988614
435
+ 1563247364
436
+ 1565451287
437
+ 1566391423
438
+ 1566396190
439
+ 1566706688
440
+ 1567512682
441
+ 1568985584
442
+ 1569730431
443
+ 1569734925
444
+ 1570754071
445
+ 1572303069
446
+ 157273728X
447
+ 1573316156
448
+ 1578061849
449
+ 1580461808
450
+ 1582431469
451
+ 1586483587
452
+ 158654005X
453
+ 1587991039
454
+ 1588264505
455
+ 159308045X
456
+ 1593349599
457
+ 1593752237
458
+ 1594202273
459
+ 1594510180
460
+ 1604246014
461
+ 1741144485
462
+ 1781681422
463
+ 184169410X
464
+ 1843920921
465
+ 1845110803
466
+ 1845641744
467
+ 1846286417'
468
+ 1850758964
469
+ 1852426470
470
+ 1852788186
471
+ 1853023965
472
+ 185312737X
473
+ 1853595314
474
+ 185396283X
475
+ 185437124X
476
+ 1854890808
477
+ 1855219026
478
+ 1856047660
479
+ 1856282368
480
+ 1858982049
481
+ 1860640044
482
+ 1860640087
483
+ 1874320233
484
+ 1878289489
485
+ 1878367293
486
+ 1878822624
487
+ 1881715566
488
+ 188301106X
489
+ 188301140X
490
+ 1884585388
491
+ 1884585833'
492
+ 1885923902
493
+ 1888363037
494
+ 1893554082
495
+ 1901362124
496
+ 193101017X
497
+ 1932495088
498
+ 1934121320
499
+ 2070112713
500
+ 2251344594
501
+ 2503044417
502
+ 2711823903
503
+ 2850567426
504
+ 2858504326
505
+ 2862720585
506
+ 2879003024
507
+ 2902524412
508
+ 2904911677
509
+ 2911372719
510
+ 2920862111
511
+ 2950899501
512
+ 2951450656
513
+ 3110140187
514
+ 3110150956
515
+ 3205980123
516
+ 3443110207
517
+ 344702612X
518
+ 3447031883
519
+ 3447051892
520
+ 3458170464
521
+ 3466342597
522
+ 3476005739
523
+ 3487072157
524
+ 3506707043
525
+ 3515083928
526
+ 3518280198
527
+ 3527294783
528
+ 3527324798
529
+ 352740290X
530
+ 3531050850
531
+ 3540325182
532
+ 3540422439
533
+ 3540431179
534
+ 3540541772
535
+ 3540630945
536
+ 3540651160
537
+ 3540662707
538
+ 3596239605
539
+ 3631471815
540
+ 3702410236
541
+ 3764307250
542
+ 3770105788
543
+ 377570888X
544
+ 378612325X
545
+ 3791318705
546
+ 3801503070
547
+ 3805312334
548
+ 3826013808
549
+ 3886095215
550
+ 3898060233
551
+ 3900627002
552
+ 3906390187
553
+ 3907078411
554
+ 3921568110
555
+ 3922968686
556
+ 3923588135
557
+ 3924007462
558
+ 3924794065
559
+ 41062001
560
+ 4130270214
561
+ 6077901148
562
+ 8187586370
563
+ 8400084373
564
+ 8424505530
565
+ 8431318570
566
+ 8439318049
567
+ 8440491921
568
+ 847785503X
569
+ 8478011234
570
+ 8487039316
571
+ 8489292922
572
+ 8504001695
573
+ 8772884746
574
+ 8772885556
575
+ 8806150405
576
+ 8822230353
577
+ 8835941784
578
+ 8871793544
579
+ 8879890913
580
+ 8881830574
581
+ 90-5183-935-9
582
+ 9004039465
583
+ 9004101233
584
+ 9004104062
585
+ 9004112383
586
+ 9004118012
587
+ 9004124063
588
+ 9004146350
589
+ 9022102297
590
+ 9042918713
591
+ 9042920408
592
+ 9051830661
593
+ 9054101989
594
+ 917081158X
595
+ 9241562285
596
+ 9287140553
597
+ 9512934775
598
+ 9514590473
599
+ 9588109957
600
+ 9604040340
601
+ 9679782190
602
+ 9685422478
603
+ 968695130X
604
+ 9688343749
605
+ 9701813685
606
+ 971868638X
607
+ 9774243161
608
+ 978-0-520-27300-9
609
+ 978-0-8132-2121-2
610
+ 978-1-1242-0116-0
611
+ 978-1-1245-4676-6
612
+ 978-1-4244-1627-1
613
+ 978-1-4338-0445-8
614
+ 978-1-7805-2506-8
615
+ 978-3-465-04176-4
616
+ 9780062020444
617
+ 9780071829465
618
+ 9780073047027
619
+ 9780078137198
620
+ 9780080879338
621
+ 9780080914626
622
+ 9780080982991
623
+ 9780123808806
624
+ 9780123854858
625
+ 9780123855039
626
+ 9780123858801
627
+ 9780123919335
628
+ 9780123972712
629
+ 9780123978257
630
+ 9780124077102
631
+ 9780124115200
632
+ 9780124158153
633
+ 9780124160149
634
+ 9780131365469
635
+ 9780131392571
636
+ 9780131482043
637
+ 9780132119856
638
+ 9780132164962
639
+ 9780132368971
640
+ 9780132599283
641
+ 9780132612265
642
+ 9780132859295
643
+ 9780133084993
644
+ 9780137049639
645
+ 9780137071951
646
+ 9780143066385
647
+ 9780160840210
648
+ 9780160876882
649
+ 9780195311457
650
+ 9780195335712
651
+ 9780195399820
652
+ 9780198082163
653
+ 9780198519706
654
+ 9780199230860
655
+ 9780199281121
656
+ 9780199363803
657
+ 9780199548866
658
+ 9780199566341
659
+ 9780199592371
660
+ 9780199660759 (hbk.)
661
+ 9780199751266
662
+ 9780199796236
663
+ 9780199860142
664
+ 9780199915088
665
+ 9780199950416
666
+ 9780199982646
667
+ 9780199988174
668
+ 9780203305683
669
+ 9780203827628
670
+ 9780203833001
671
+ 9780203869345
672
+ 9780205497621
673
+ 9780205639540
674
+ 9780205726622
675
+ 9780205953554
676
+ 9780226264011
677
+ 9780230210202
678
+ 9780230370043
679
+ 9780230393387
680
+ 9780230555167
681
+ 9780230580466
682
+ 9780231063098
683
+ 9780231144889
684
+ 9780231700214
685
+ 9780262012348
686
+ 9780262016001
687
+ 9780273731139
688
+ 9780273737612
689
+ 9780275979454
690
+ 9780300162028
691
+ 9780300166316
692
+ 9780313362590
693
+ 9780321561510
694
+ 9780321644923
695
+ 9780321826596
696
+ 9780323068604
697
+ 9780323069533
698
+ 9780323311830
699
+ 9780324589993
700
+ 9780335237388
701
+ 9780375766169
702
+ 9780387095097
703
+ 9780387235813
704
+ 9780387368276
705
+ 9780387939964
706
+ 9780387981840
707
+ 9780393071610
708
+ 9780393922448
709
+ 9780393927603
710
+ 9780393929164
711
+ 9780393934335
712
+ 9780415197342
713
+ 9780415465960
714
+ 9780415558938
715
+ 9780415579018
716
+ 9780415604017
717
+ 9780415633765
718
+ 9780415669863
719
+ 9780415673273
720
+ 9780415694407
721
+ 9780415800983
722
+ 9780415843072
723
+ 9780439023511
724
+ 9780444512437
725
+ 9780444634337
726
+ 9780444820648
727
+ 9780465020065
728
+ 9780465032488
729
+ 9780470014936 (cloth)
730
+ 9780470086322
731
+ 9780470134870
732
+ 9780470487884
733
+ 9780470505281
734
+ 9780470530672
735
+ 9780470590171
736
+ 9780470745175
737
+ 9780470746608
738
+ 9780470770375
739
+ 9780470829431
740
+ 9780471757399
741
+ 9780494561652
742
+ 9780500288771
743
+ 9780521190695
744
+ 9780521198905
745
+ 9780521199681
746
+ 9780521513876
747
+ 9780521814447
748
+ 9780521867047
749
+ 9780596804725
750
+ 9780618958535
751
+ 9780643107113
752
+ 9780670019700
753
+ 9780672329388
754
+ 9780674030473
755
+ 9780674036130
756
+ 9780674724556
757
+ 9780674725102
758
+ 9780691129327
759
+ 9780691132846
760
+ 9780691149400
761
+ 9780700619009
762
+ 9780700619917
763
+ 9780712358019
764
+ 9780716798972
765
+ 9780719085543
766
+ 9780729410755
767
+ 9780738217666
768
+ 9780739116449
769
+ 9780739148402
770
+ 9780745660912
771
+ 9780745675374
772
+ 9780749446192
773
+ 9780750940160
774
+ 9780752492421
775
+ 9780754628309
776
+ 9780754652908
777
+ 9780754654896
778
+ 9780754675075
779
+ 9780759109407
780
+ 9780759111417
781
+ 9780762425457
782
+ 9780763778903
783
+ 9780763797539
784
+ 9780781746984
785
+ 9780781777476
786
+ 9780786433193
787
+ 9780786466634
788
+ 9780787627249
789
+ 9780787681753
790
+ 9780787996147
791
+ 9780801444937
792
+ 9780801451010
793
+ 9780801452581
794
+ 9780801890048
795
+ 9780804756488
796
+ 9780804776714
797
+ 9780804780629
798
+ 9780804782418
799
+ 9780804783187
800
+ 9780804783262
801
+ 9780805095159
802
+ 9780807084939
803
+ 9780807085769
804
+ 9780807134405
805
+ 9780807749999
806
+ 9780807833100
807
+ 9780807834343
808
+ 9780812244977
809
+ 9780812245677
810
+ 9780813543116
811
+ 9780813560984
812
+ 9780815342199
813
+ 9780815342434
814
+ 9780815723790
815
+ 9780817912888
816
+ 9780821418666
817
+ 9780822224419
818
+ 9780824835415
819
+ 9780826103130
820
+ 9780826199362
821
+ 9780840049490
822
+ 9780857008015
823
+ 9780878934249
824
+ 9780880507707
825
+ 9780881326727
826
+ 9780881326932
827
+ 9780892553716
828
+ 9780895796943
829
+ 9780913499771
830
+ 9780934686266
831
+ 9780944318249
832
+ 9780980206500
833
+ 9780981808857
834
+ 9780981890432
835
+ 9780981971230
836
+ 9781107019393
837
+ 9781107032248
838
+ 9781109053838
839
+ 9781109277012
840
+ 9781118001578
841
+ 9781118009932
842
+ 9781118209967
843
+ 9781118219386
844
+ 9781118225325
845
+ 9781118284285
846
+ 9781118293676
847
+ 9781118333174
848
+ 9781118418420
849
+ 9781118593745
850
+ 9781118834312
851
+ 9781118939253
852
+ 9781124446486
853
+ 9781133189565
854
+ 9781135076955
855
+ 9781136014420
856
+ 9781136246432
857
+ 9781136261633
858
+ 9781136266263
859
+ 9781136303043
860
+ 9781136718403
861
+ 9781139054393
862
+ 9781139082204
863
+ 9781139092036
864
+ 9781139109413
865
+ 9781236523242
866
+ 9781267103185
867
+ 9781267360090
868
+ 9781267560162
869
+ 9781267995209
870
+ 9781303636509
871
+ 9781317863663
872
+ 9781317927624
873
+ 9781400064113
874
+ 9781400067824
875
+ 9781402066498
876
+ 9781403971579
877
+ 9781405171069
878
+ 9781409427513
879
+ 9781409469056
880
+ 9781412950312
881
+ 9781412977630
882
+ 9781412984652
883
+ 9781416034018
884
+ 9781416060611
885
+ 9781416616788
886
+ 9781420014235
887
+ 9781420045826
888
+ 9781420069129
889
+ 9781420072631
890
+ 9781420077681
891
+ 9781421400716
892
+ 9781421400822
893
+ 9781421401096
894
+ 9781421409795
895
+ 9781422101582
896
+ 9781422126967
897
+ 9781429212410
898
+ 9781429229364
899
+ 9781429811255
900
+ 9781430249665
901
+ 9781433101281
902
+ 9781433106644
903
+ 9781433805592
904
+ 9781435481695
905
+ 9781437719697
906
+ 9781437720808
907
+ 9781437720822
908
+ 9781437734959
909
+ 9781439811283
910
+ 9781439818954
911
+ 9781439827567
912
+ 9781439835135
913
+ 9781439838679
914
+ 9781439841761
915
+ 9781439853788
916
+ 9781440320613
917
+ 9781441173737
918
+ 9781441969521
919
+ 9781443842273
920
+ 9781447163206
921
+ 9781449647728
922
+ 9781450175791
923
+ 9781450312103
924
+ 9781451109559
925
+ 9781452943183
926
+ 9781454820093
927
+ 9781455727551
928
+ 9781455740079
929
+ 9781455742516
930
+ 9781461460619
931
+ 9781461467380
932
+ 9781466508750
933
+ 9781469612676
934
+ 9781472508850
935
+ 9781476603629
936
+ 9781480328471
937
+ 9781480328488
938
+ 9781493904433
939
+ 9781553220633
940
+ 9781555707767
941
+ 9781555953713
942
+ 9781556500312
943
+ 9781559363303
944
+ 9781564148186
945
+ 9781566892780
946
+ 9781567934908
947
+ 9781568583549
948
+ 9781574445619
949
+ 9781574864229
950
+ 9781575069371
951
+ 9781577667025
952
+ 9781579548896
953
+ 9781584886587
954
+ 9781584889502
955
+ 9781586174187
956
+ 9781587633553
957
+ 9781588265067
958
+ 9781588265852
959
+ 9781588296627
960
+ 9781591203339
961
+ 9781594037320
962
+ 9781598743036
963
+ 9781599049724
964
+ 9781600595875
965
+ 9781601270535
966
+ 9781603591034
967
+ 9781605727417
968
+ 9781606230220
969
+ 9781607108283
970
+ 9781611633771
971
+ 9781612900520
972
+ 9781614704614
973
+ 9781616690106
974
+ 9781617358654
975
+ 9781617798603
976
+ 9781623961329
977
+ 9781626184008
978
+ 9781629142708
979
+ 9781780524894
980
+ 9781780634364
981
+ 9781782040415
982
+ 9781782168065
983
+ 9781782546788
984
+ 9781843843764
985
+ 9781844076499
986
+ 9781845113865
987
+ 9781845204273
988
+ 9781845402921
989
+ 9781846141478
990
+ 9781847319678
991
+ 9781847883551
992
+ 9781849761291
993
+ 9781849964401
994
+ 9781856355926
995
+ 9781861897633
996
+ 9781885923905
997
+ 9781892127303
998
+ 9781899828685
999
+ 9781903018620
1000
+ 9781905177165
1001
+ 9781905674091
1002
+ 9781905929269
1003
+ 9781932529593
1004
+ 9781933254227
1005
+ 9781940363349
1006
+ 9782130566229
1007
+ 9782343025759
1008
+ 9782600015523
1009
+ 9782731212372
1010
+ 9782753521414
1011
+ 9782818021187
1012
+ 9782859446901
1013
+ 9782873403263
1014
+ 9783034312028
1015
+ 9783034800082
1016
+ 9783110236064
1017
+ 9783464207079
1018
+ 9783540262183
1019
+ 9783540789109
1020
+ 9783593389455
1021
+ 9783642162244
1022
+ 9783642226021
1023
+ 9783642308673
1024
+ 9783642360428
1025
+ 9783770544387
1026
+ 9783770544974
1027
+ 9783770553952
1028
+ 9783774937246
1029
+ 9783775720304
1030
+ 9783775721011
1031
+ 9783825358105
1032
+ 9783834936011
1033
+ 9783865213877
1034
+ 9783895005824
1035
+ 9783901644313
1036
+ 9784431541417
1037
+ 9786074620191
1038
+ 9786074620252
1039
+ 9786074621389
1040
+ 9786077770244
1041
+ 9787503756054
1042
+ 9788088820338
1043
+ 9788131775660
1044
+ 9788177081527
1045
+ 9788431328368
1046
+ 9788820510015
1047
+ 9788837062040
1048
+ 9788842217107
1049
+ 9788878704190
1050
+ 9788880968177
1051
+ 9788896319109
1052
+ 9788932230481
1053
+ 9789004158085
1054
+ 9789004217003
1055
+ 9789004255265
1056
+ 9789027284112
1057
+ 9789042015685
1058
+ 9789042034570
1059
+ 9789042918719
1060
+ 9789042920408
1061
+ 9789042921863
1062
+ 9789048123131
1063
+ 9789048139668
1064
+ 9789048188291
1065
+ 9789251053003
1066
+ 9789264048287
1067
+ 9789264106116
1068
+ 9789282113004
1069
+ 9789400704558
1070
+ 9789400729667
1071
+ 9789400773776
1072
+ 9789461382337
1073
+ 9789608852044
1074
+ 9789652351487
1075
+ 9789777040846
1076
+ 9789799101204
1077
+ 9789814311762
1078
+ 9789814345477
1079
+ 9810218389
1080
+ 9812102027
1081
+ 9812102469
1082
+ 9971641127
1083
+ 9974100968
1084
+ 997410212X
1085
+ 9990568863
1086
+ 9992790768
1087
+ printvolume9781493910496
1088
+