ultron 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ultron.rb +9 -19
  3. data/lib/ultron/auth.rb +17 -0
  4. data/lib/ultron/characters.rb +4 -0
  5. data/lib/ultron/comics.rb +4 -0
  6. data/lib/ultron/config.rb +1 -2
  7. data/lib/ultron/connection.rb +9 -9
  8. data/lib/ultron/creators.rb +4 -0
  9. data/lib/ultron/entities.rb +69 -0
  10. data/lib/ultron/events.rb +4 -0
  11. data/lib/ultron/helpers.rb +0 -16
  12. data/lib/ultron/series.rb +4 -0
  13. data/lib/ultron/stories.rb +4 -0
  14. data/lib/ultron/version.rb +1 -1
  15. data/spec/cassettes/Ultron_Characters/find_a_character.yml +99 -0
  16. data/spec/cassettes/Ultron_Characters/should_find_a_character.yml +99 -0
  17. data/spec/cassettes/Ultron_Characters/should_find_a_list_of_comics_featuring_the_character.yml +1782 -0
  18. data/spec/cassettes/{Ultron_API_Comic/should_have_the_correct_title.yml → Ultron_Comics/find_a_comic.yml} +8 -8
  19. data/spec/cassettes/{Ultron_API_Comic/should_have_the_correct_year.yml → Ultron_Comics/should_find_a_comic.yml} +8 -8
  20. data/spec/cassettes/Ultron_Connection/should_get_a_200.yml +10 -10
  21. data/spec/cassettes/{Ultron_API_Serieses/generate_filtered_lists_of_serieses/by_creator.yml → Ultron_Creators/should_find_a_list_of_series_by_the_creator.yml} +252 -200
  22. data/spec/cassettes/Ultron_Events/should_find_a_list_of_stories_for_the_event.yml +346 -0
  23. data/spec/cassettes/Ultron_Events/should_find_an_event.yml +123 -0
  24. data/spec/ultron/characters_spec.rb +31 -0
  25. data/spec/ultron/comics_spec.rb +22 -0
  26. data/spec/ultron/config_spec.rb +9 -0
  27. data/spec/ultron/connection_spec.rb +13 -3
  28. data/spec/ultron/creators_spec.rb +26 -0
  29. data/spec/ultron/events_spec.rb +26 -0
  30. metadata +34 -236
  31. data/lib/ultron/api/character.rb +0 -19
  32. data/lib/ultron/api/characters.rb +0 -14
  33. data/lib/ultron/api/comic.rb +0 -15
  34. data/lib/ultron/api/comics.rb +0 -14
  35. data/lib/ultron/api/creator.rb +0 -19
  36. data/lib/ultron/api/creators.rb +0 -14
  37. data/lib/ultron/api/entities.rb +0 -78
  38. data/lib/ultron/api/entity.rb +0 -51
  39. data/lib/ultron/api/event.rb +0 -15
  40. data/lib/ultron/api/events.rb +0 -14
  41. data/lib/ultron/api/series.rb +0 -23
  42. data/lib/ultron/api/serieses.rb +0 -16
  43. data/lib/ultron/api/stories.rb +0 -14
  44. data/lib/ultron/api/story.rb +0 -15
  45. data/spec/cassettes/Ultron_API_Character/should_have_a_series_set.yml +0 -88
  46. data/spec/cassettes/Ultron_API_Character/should_have_an_events_set.yml +0 -32
  47. data/spec/cassettes/Ultron_API_Character/should_have_the_correct_name.yml +0 -88
  48. data/spec/cassettes/Ultron_API_Character/should_have_the_correct_sets/events.yml +0 -32
  49. data/spec/cassettes/Ultron_API_Character/should_not_have_any_events.yml +0 -32
  50. data/spec/cassettes/Ultron_API_CharacterSet/should_have_the_correct_first_character.yml +0 -1616
  51. data/spec/cassettes/Ultron_API_Characters/characters_filtered_by_comic/should_have_the_correct_first_character.yml +0 -1616
  52. data/spec/cassettes/Ultron_API_Characters/generate_filtered_lists_of_characters/by_comic.yml +0 -1862
  53. data/spec/cassettes/Ultron_API_Characters/generate_filtered_lists_of_characters/by_event.yml +0 -3876
  54. data/spec/cassettes/Ultron_API_Characters/generate_filtered_lists_of_characters/by_series.yml +0 -743
  55. data/spec/cassettes/Ultron_API_Characters/generate_filtered_lists_of_characters/by_story.yml +0 -345
  56. data/spec/cassettes/Ultron_API_Characters/get_a_character_by_name/should_have_the_correct_id.yml +0 -114
  57. data/spec/cassettes/Ultron_API_Characters/get_a_character_by_name/should_have_the_correct_name.yml +0 -114
  58. data/spec/cassettes/Ultron_API_Characters/get_a_character_with_a_space_in_their_name/should_have_the_correct_id.yml +0 -99
  59. data/spec/cassettes/Ultron_API_Characters/get_a_character_with_a_space_in_their_name/should_have_the_correct_name.yml +0 -99
  60. data/spec/cassettes/Ultron_API_Characters/get_the_first_character_off_the_list/should_have_the_correct_id.yml +0 -644
  61. data/spec/cassettes/Ultron_API_Characters/get_the_first_character_off_the_list/should_have_the_correct_name.yml +0 -644
  62. data/spec/cassettes/Ultron_API_Characters/get_the_first_character_off_the_list/should_have_the_correct_resourceURI.yml +0 -644
  63. data/spec/cassettes/Ultron_API_Characters/parameterize_the_request/should_let_us_set_multiple_parameters.yml +0 -1595
  64. data/spec/cassettes/Ultron_API_Characters/should_generate_a_list_of_characters_filtered_by_comic.yml +0 -2737
  65. data/spec/cassettes/Ultron_API_Characters/should_generate_a_list_of_characters_filtered_by_event.yml +0 -7345
  66. data/spec/cassettes/Ultron_API_Characters/should_generate_a_list_of_characters_filtered_by_series.yml +0 -743
  67. data/spec/cassettes/Ultron_API_Characters/should_generate_a_list_of_characters_filtered_by_story.yml +0 -231
  68. data/spec/cassettes/Ultron_API_Characters/should_have_genarate_a_list_of_characters_filtered_by_comic.yml +0 -1616
  69. data/spec/cassettes/Ultron_API_Characters/should_have_the_correct_first_character.yml +0 -1616
  70. data/spec/cassettes/Ultron_API_Characters/should_not_generate_a_list_of_characters_filtered_by_creator.yml +0 -31
  71. data/spec/cassettes/Ultron_API_Characters/should_not_generate_lists_of_characters/filtered_by_creator.yml +0 -31
  72. data/spec/cassettes/Ultron_API_Comic/should_have_a_list_of_characters.yml +0 -46
  73. data/spec/cassettes/Ultron_API_Comic/should_have_openstruct_method-style_attribute_accessors.yml +0 -46
  74. data/spec/cassettes/Ultron_API_ComicSet/should_have_the_correct_first_comic.yml +0 -2013
  75. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_character.yml +0 -2059
  76. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_creator.yml +0 -2177
  77. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_event.yml +0 -1701
  78. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_series.yml +0 -123
  79. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_stories.yml +0 -499
  80. data/spec/cassettes/Ultron_API_Comics/generate_filtered_lists_of_comics/by_story.yml +0 -577
  81. data/spec/cassettes/Ultron_API_Comics/get_the_first_comic_off_the_list/should_have_the_correct_id.yml +0 -1039
  82. data/spec/cassettes/Ultron_API_Comics/get_the_first_comic_off_the_list/should_have_the_correct_name.yml +0 -946
  83. data/spec/cassettes/Ultron_API_Comics/get_the_first_comic_off_the_list/should_have_the_correct_resourceURI.yml +0 -1039
  84. data/spec/cassettes/Ultron_API_Comics/get_the_first_comic_off_the_list/should_have_the_correct_title.yml +0 -1039
  85. data/spec/cassettes/Ultron_API_Comics/parameterize_the_request/should_let_us_set_a_dateRange.yml +0 -1613
  86. data/spec/cassettes/Ultron_API_Comics/parameterize_the_request/should_let_us_set_a_limit.yml +0 -96
  87. data/spec/cassettes/Ultron_API_Comics/should_generate_a_list_of_comics_filtered_by_character.yml +0 -3955
  88. data/spec/cassettes/Ultron_API_Comics/should_give_me_a_random_comic.yml +0 -118
  89. data/spec/cassettes/Ultron_API_Comics/should_have_the_correct_first_comic.yml +0 -2012
  90. data/spec/cassettes/Ultron_API_ComicsSet/should_have_the_correct_first_comic.yml +0 -2013
  91. data/spec/cassettes/Ultron_API_Creator/it_should_have_the_correct_sets/comics.yml +0 -2029
  92. data/spec/cassettes/Ultron_API_Creator/should_have_a_comics_set.yml +0 -2022
  93. data/spec/cassettes/Ultron_API_Creator/should_have_the_correct_comic.yml +0 -2029
  94. data/spec/cassettes/Ultron_API_Creator/should_have_the_correct_name.yml +0 -243
  95. data/spec/cassettes/Ultron_API_Creators/generate_filtered_lists_of_creators/by_comic.yml +0 -1205
  96. data/spec/cassettes/Ultron_API_Creators/generate_filtered_lists_of_creators/by_event.yml +0 -2778
  97. data/spec/cassettes/Ultron_API_Creators/generate_filtered_lists_of_creators/by_series.yml +0 -4555
  98. data/spec/cassettes/Ultron_API_Creators/generate_filtered_lists_of_creators/by_story.yml +0 -1253
  99. data/spec/cassettes/Ultron_API_Creators/get_a_creator_by_name/should_return_the_correct_creator.yml +0 -30
  100. data/spec/cassettes/Ultron_API_Creators/get_the_fourth_creator_off_the_list/should_have_the_right_name.yml +0 -1205
  101. data/spec/cassettes/Ultron_API_Creators/get_the_second_creator_off_the_list/should_have_the_right_name.yml +0 -384
  102. data/spec/cassettes/Ultron_API_Creators/should_give_me_a_random_creator.yml +0 -33
  103. data/spec/cassettes/Ultron_API_Creators/should_have_the_correct_count.yml +0 -113
  104. data/spec/cassettes/Ultron_API_Creators/should_have_the_correct_first_comic.yml +0 -32
  105. data/spec/cassettes/Ultron_API_Creators/should_have_the_correct_total.yml +0 -113
  106. data/spec/cassettes/Ultron_API_Creators/should_not_generate_a_list_of_creators_filtered_by_character.yml +0 -31
  107. data/spec/cassettes/Ultron_API_Creators/should_not_generate_lists_of_creators/filtered_by_character.yml +0 -31
  108. data/spec/cassettes/Ultron_API_Event/should_have_a_list_of_characters.yml +0 -195
  109. data/spec/cassettes/Ultron_API_Event/should_have_the_correct_first_character.yml +0 -195
  110. data/spec/cassettes/Ultron_API_Event/should_have_the_correct_title.yml +0 -108
  111. data/spec/cassettes/Ultron_API_Events/generate_filtered_lists_of_events/by_character.yml +0 -5161
  112. data/spec/cassettes/Ultron_API_Events/generate_filtered_lists_of_events/by_comic.yml +0 -363
  113. data/spec/cassettes/Ultron_API_Events/generate_filtered_lists_of_events/by_creator.yml +0 -9257
  114. data/spec/cassettes/Ultron_API_Events/generate_filtered_lists_of_events/by_series.yml +0 -240
  115. data/spec/cassettes/Ultron_API_Events/generate_filtered_lists_of_events/by_story.yml +0 -375
  116. data/spec/cassettes/Ultron_API_Events/get_the_second_event_off_the_list/should_have_the_right_name.yml +0 -4762
  117. data/spec/cassettes/Ultron_API_Events/should_give_me_a_random_event.yml +0 -9587
  118. data/spec/cassettes/Ultron_API_Series/should_have_the_correct_sets/not_series.yml +0 -40
  119. data/spec/cassettes/Ultron_API_Series/should_have_the_correct_title.yml +0 -40
  120. data/spec/cassettes/Ultron_API_Serieses/generate_filtered_lists_of_serieses/by_character.yml +0 -3618
  121. data/spec/cassettes/Ultron_API_Serieses/generate_filtered_lists_of_serieses/by_comic.yml +0 -31
  122. data/spec/cassettes/Ultron_API_Serieses/generate_filtered_lists_of_serieses/by_event.yml +0 -591
  123. data/spec/cassettes/Ultron_API_Serieses/get_the_third_event_off_the_list/should_have_the_right_name.yml +0 -1780
  124. data/spec/cassettes/Ultron_API_Serieses/should_not_generate_lists_of_series/filtered_by_comic.yml +0 -31
  125. data/spec/cassettes/Ultron_API_Serieses/should_not_generate_lists_of_series/filtered_by_story.yml +0 -31
  126. data/spec/cassettes/Ultron_API_Stories/generate_filtered_lists_of_stories/by_character.yml +0 -342
  127. data/spec/cassettes/Ultron_API_Stories/generate_filtered_lists_of_stories/by_comic.yml +0 -110
  128. data/spec/cassettes/Ultron_API_Stories/generate_filtered_lists_of_stories/by_creator.yml +0 -1041
  129. data/spec/cassettes/Ultron_API_Stories/generate_filtered_lists_of_stories/by_event.yml +0 -846
  130. data/spec/cassettes/Ultron_API_Stories/generate_filtered_lists_of_stories/by_series.yml +0 -143
  131. data/spec/cassettes/Ultron_API_Stories/get_the_fourth_story_off_the_list/should_have_the_right_name.yml +0 -686
  132. data/spec/cassettes/Ultron_API_Stories/get_the_second_story_off_the_list/should_have_the_right_name.yml +0 -686
  133. data/spec/cassettes/Ultron_API_Story/should_have_the_correct_title.yml +0 -40
  134. data/spec/ultron/api/character_spec.rb +0 -50
  135. data/spec/ultron/api/comic_spec.rb +0 -51
  136. data/spec/ultron/api/creator_spec.rb +0 -50
  137. data/spec/ultron/api/event_spec.rb +0 -50
  138. data/spec/ultron/api/filtered_sets/characters_filtered_spec.rb +0 -53
  139. data/spec/ultron/api/filtered_sets/comics_filtered_spec.rb +0 -51
  140. data/spec/ultron/api/filtered_sets/creators_filtered_spec.rb +0 -51
  141. data/spec/ultron/api/filtered_sets/events_filtered_spec.rb +0 -51
  142. data/spec/ultron/api/filtered_sets/series_filtered_spec.rb +0 -50
  143. data/spec/ultron/api/filtered_sets/stories_filtered_spec.rb +0 -52
  144. data/spec/ultron/api/series_spec.rb +0 -46
  145. data/spec/ultron/api/sets/characters_spec.rb +0 -71
  146. data/spec/ultron/api/sets/comics_spec.rb +0 -53
  147. data/spec/ultron/api/sets/creators_spec.rb +0 -38
  148. data/spec/ultron/api/sets/events_spec.rb +0 -35
  149. data/spec/ultron/api/sets/serieses_spec.rb +0 -26
  150. data/spec/ultron/api/sets/stories_spec.rb +0 -26
  151. data/spec/ultron/api/story_spec.rb +0 -46
@@ -0,0 +1,346 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://gateway.marvel.com/v1/public/events/271?apikey=<PUBLIC_KEY>&hash=a304d29c7e65217654f6ddd18daf2b3c&ts=1392317244
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Etag:
18
+ - 16faf91cde15e33d8ea4b11003ad6ab2ea9d93a5
19
+ Content-Type:
20
+ - application/json
21
+ Content-Length:
22
+ - '11991'
23
+ Date:
24
+ - Thu, 13 Feb 2014 22:01:49 GMT
25
+ Connection:
26
+ - keep-alive
27
+ body:
28
+ encoding: ASCII-8BIT
29
+ string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"16faf91cde15e33d8ea4b11003ad6ab2ea9d93a5\",\"data\":{\"offset\":0,\"limit\":20,\"total\":1,\"count\":1,\"results\":[{\"id\":271,\"title\":\"Secret
30
+ Wars II\",\"description\":\"The omnipotent Beyonder comes to Earth to better
31
+ understand the concept of desire as the heroes assemble to combat the threat
32
+ he poses.\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/events/271/secret_wars_ii?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"},{\"type\":\"wiki\",\"url\":\"http://marvel.com/universe/Secret_Wars_II?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}],\"modified\":\"2013-10-18T12:40:47-0400\",\"start\":\"1985-07-10
33
+ 00:00:00\",\"end\":\"2009-05-13 00:00:00\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/f/60/51cdec7c4d64d\",\"extension\":\"jpg\"},\"creators\":{\"available\":91,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1865\",\"name\":\"Diana
34
+ Albers\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3632\",\"name\":\"Lois
35
+ Buhalis\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1887\",\"name\":\"Janice
36
+ Chiang\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2047\",\"name\":\"Craig
37
+ Anderson\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1394\",\"name\":\"Bob
38
+ Budiansky\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
39
+ Carlin\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1836\",\"name\":\"Terry
40
+ Austin\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2939\",\"name\":\"Dell
41
+ Barras\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2540\",\"name\":\"Marvel
42
+ Bullpen\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2471\",\"name\":\"Kim
43
+ DeMulder\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/440\",\"name\":\"Mark
44
+ Farmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3652\",\"name\":\"Mark
45
+ Badger\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7119\",\"name\":\"Paul
46
+ Chadwick\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6850\",\"name\":\"Frank
47
+ Cirocco\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1216\",\"name\":\"Rich
48
+ Buckler\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
49
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
50
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/44\",\"name\":\"Chris
51
+ Claremont\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/121\",\"name\":\"Peter
52
+ David\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9565\",\"name\":\"Tom
53
+ DeFalco\",\"role\":\"writer\"}],\"returned\":20},\"characters\":{\"available\":50,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1010354\",\"name\":\"Adam
54
+ Warlock\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1010370\",\"name\":\"Alpha
55
+ Flight\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1011138\",\"name\":\"Beyonder\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009186\",\"name\":\"Black
56
+ Knight\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009219\",\"name\":\"Cannonball\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009220\",\"name\":\"Captain
57
+ America\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009224\",\"name\":\"Captain
58
+ Marvel (Mar-Vell)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009232\",\"name\":\"Ch'od\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009243\",\"name\":\"Colossus\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009257\",\"name\":\"Cyclops\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009453\",\"name\":\"Dani
59
+ Moonstar\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009262\",\"name\":\"Daredevil\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009267\",\"name\":\"Dazzler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1011023\",\"name\":\"Defenders\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009281\",\"name\":\"Doctor
60
+ Doom\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009282\",\"name\":\"Doctor
61
+ Strange\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
62
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009342\",\"name\":\"Hepzibah\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009343\",\"name\":\"Hercules\"}],\"returned\":20},\"stories\":{\"available\":79,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12838\",\"name\":\"Inwards
63
+ to Infinity!\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12839\",\"name\":\"Towards
64
+ Infinity!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12844\",\"name\":\"Cover
65
+ #12844\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12845\",\"name\":\"Hero\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12850\",\"name\":\"Doctor
66
+ Doom Versus the Beyonder\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12851\",\"name\":\"Full
67
+ Circle\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13922\",\"name\":\"Cover
68
+ #13922\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13923\",\"name\":\"This
69
+ Gold is Mine!\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13934\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13935\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13936\",\"name\":\"Interior
70
+ #13936\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13937\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14801\",\"name\":\"Avengers
71
+ (1963) #260 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14802\",\"name\":\"Assault
72
+ On Sanctuary II\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14803\",\"name\":\"Avengers
73
+ (1963) #261 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14804\",\"name\":\"Earth
74
+ and Beyond\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14811\",\"name\":\"Avengers
75
+ (1963) #265 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14812\",\"name\":\"Eve
76
+ of Destruction\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14813\",\"name\":\"Avengers
77
+ (1963) #266 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14814\",\"name\":\"And
78
+ the War's Desolation\",\"type\":\"interiorStory\"}],\"returned\":20},\"comics\":{\"available\":38,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/12688\",\"name\":\"Alpha
79
+ Flight (1983) #28\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
80
+ Spider-Man (1963) #268\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
81
+ Spider-Man (1963) #273\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
82
+ Spider-Man (1963) #274\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
83
+ (1963) #260\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
84
+ (1963) #261\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
85
+ (1963) #265\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
86
+ (1963) #266\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7689\",\"name\":\"Captain
87
+ America (1968) #308\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/8211\",\"name\":\"Daredevil
88
+ (1963) #223\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20452\",\"name\":\"Dazzler
89
+ (1981) #40\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20321\",\"name\":\"Defenders
90
+ (1972) #152\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20158\",\"name\":\"Dr.
91
+ Strange (1974) #74\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
92
+ Four (1961) #282\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
93
+ Four (1961) #285\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
94
+ Four (1961) #288\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9123\",\"name\":\"Incredible
95
+ Hulk (1962) #312\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9435\",\"name\":\"Iron
96
+ Man (1968) #197\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10367\",\"name\":\"New
97
+ Mutants (1983) #30\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10373\",\"name\":\"New
98
+ Mutants (1983) #36\"}],\"returned\":20},\"series\":{\"available\":20,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2116\",\"name\":\"Alpha
99
+ Flight (1983 - 1994)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
100
+ Spider-Man (1963 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
101
+ (1963 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1996\",\"name\":\"Captain
102
+ America (1968 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2002\",\"name\":\"Daredevil
103
+ (1963 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3745\",\"name\":\"Dazzler
104
+ (1981 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3743\",\"name\":\"Defenders
105
+ (1972 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3740\",\"name\":\"Dr.
106
+ Strange (1974 - 1988)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
107
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2021\",\"name\":\"Incredible
108
+ Hulk (1962 - 1999)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2029\",\"name\":\"Iron
109
+ Man (1968 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2055\",\"name\":\"New
110
+ Mutants (1983 - 1991)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2271\",\"name\":\"Peter
111
+ Parker, the Spectacular Spider-Man (1976 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6838\",\"name\":\"Secret
112
+ Wars II (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3694\",\"name\":\"Secret
113
+ Wars II (1985)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6860\",\"name\":\"Secret
114
+ Wars II (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3667\",\"name\":\"The
115
+ Thing (1983 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2083\",\"name\":\"Thor
116
+ (1966 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2258\",\"name\":\"Uncanny
117
+ X-Men (1963 - 2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2092\",\"name\":\"Web
118
+ of Spider-Man (1985 - 1995)\"}],\"returned\":20},\"next\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/263\",\"name\":\"Mutant
119
+ Massacre\"},\"previous\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/270\",\"name\":\"Secret
120
+ Wars\"}}]}}"
121
+ http_version:
122
+ recorded_at: Thu, 13 Feb 2014 18:47:24 GMT
123
+ - request:
124
+ method: get
125
+ uri: http://gateway.marvel.com/v1/public/events/271/stories?apikey=<PUBLIC_KEY>&hash=a304d29c7e65217654f6ddd18daf2b3c&ts=1392317244
126
+ body:
127
+ encoding: US-ASCII
128
+ string: ''
129
+ headers:
130
+ Accept:
131
+ - application/json
132
+ response:
133
+ status:
134
+ code: 200
135
+ message: OK
136
+ headers:
137
+ Etag:
138
+ - eb8d55d243ec8cd26c57edcbe9c1c4cc2066b797
139
+ Content-Type:
140
+ - application/json
141
+ Content-Length:
142
+ - '37488'
143
+ Date:
144
+ - Thu, 13 Feb 2014 22:01:51 GMT
145
+ Connection:
146
+ - keep-alive
147
+ body:
148
+ encoding: ASCII-8BIT
149
+ string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"eb8d55d243ec8cd26c57edcbe9c1c4cc2066b797\",\"data\":{\"offset\":0,\"limit\":20,\"total\":79,\"count\":20,\"results\":[{\"id\":12838,\"title\":\"Inwards
150
+ to Infinity!\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12838\",\"type\":\"cover\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12838/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
151
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
152
+ Carlin\",\"role\":\"editor\"}],\"returned\":2},\"characters\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12838/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
153
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
154
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
155
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
156
+ Fantastic\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009583\",\"name\":\"She-Hulk
157
+ (Jennifer Walters)\"}],\"returned\":5},\"series\":{\"available\":2,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12838},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
158
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1760\",\"name\":\"Fantastic
159
+ Four Visionaries: John Byrne Vol. 6 (2006)\"}],\"returned\":2},\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12838/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
160
+ Four (1961) #282\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/5081\",\"name\":\"Fantastic
161
+ Four Visionaries: John Byrne Vol. 6 (Trade Paperback)\"}],\"returned\":2},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12838/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
162
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
163
+ Four (1961) #282\"}},{\"id\":12839,\"title\":\"Towards Infinity!\",\"description\":\"The
164
+ FF pursue Psycho-Man into the Microverse.\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12839\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12839/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
165
+ Byrne\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
166
+ Carlin\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1872\",\"name\":\"Glynis
167
+ Oliver\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1232\",\"name\":\"Jerry
168
+ Ordway\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1056\",\"name\":\"John
169
+ Workman\",\"role\":\"letterer\"}],\"returned\":5},\"characters\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12839/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
170
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
171
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
172
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
173
+ Fantastic\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009583\",\"name\":\"She-Hulk
174
+ (Jennifer Walters)\"}],\"returned\":5},\"series\":{\"available\":2,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12839},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
175
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1760\",\"name\":\"Fantastic
176
+ Four Visionaries: John Byrne Vol. 6 (2006)\"}],\"returned\":2},\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12839/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
177
+ Four (1961) #282\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/5081\",\"name\":\"Fantastic
178
+ Four Visionaries: John Byrne Vol. 6 (Trade Paperback)\"}],\"returned\":2},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12839/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
179
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
180
+ Four (1961) #282\"}},{\"id\":12844,\"title\":\"Cover #12844\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12844\",\"type\":\"cover\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12844/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
181
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
182
+ Carlin\",\"role\":\"editor\"}],\"returned\":2},\"characters\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12844/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
183
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
184
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
185
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
186
+ Fantastic\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009583\",\"name\":\"She-Hulk
187
+ (Jennifer Walters)\"}],\"returned\":5},\"series\":{\"available\":2,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12844},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
188
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2446\",\"name\":\"Fantastic
189
+ Four Visionaries: John Byrne Vol. 7 (2007)\"}],\"returned\":2},\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12844/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
190
+ Four (1961) #285\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15917\",\"name\":\"Fantastic
191
+ Four Visionaries: John Byrne Vol. 7 (Trade Paperback)\"}],\"returned\":2},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12844/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
192
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
193
+ Four (1961) #285\"}},{\"id\":12845,\"title\":\"Hero\",\"description\":\"A
194
+ young boy attempts to emulate the Human Torch and accidently kills himself.\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12845\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12845/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
195
+ Byrne\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
196
+ Carlin\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/601\",\"name\":\"Al
197
+ Gordon\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1872\",\"name\":\"Glynis
198
+ Oliver\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1056\",\"name\":\"John
199
+ Workman\",\"role\":\"letterer\"}],\"returned\":5},\"characters\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12845/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
200
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
201
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
202
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
203
+ Fantastic\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009583\",\"name\":\"She-Hulk
204
+ (Jennifer Walters)\"}],\"returned\":5},\"series\":{\"available\":2,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12845},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
205
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2446\",\"name\":\"Fantastic
206
+ Four Visionaries: John Byrne Vol. 7 (2007)\"}],\"returned\":2},\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12845/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
207
+ Four (1961) #285\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15917\",\"name\":\"Fantastic
208
+ Four Visionaries: John Byrne Vol. 7 (Trade Paperback)\"}],\"returned\":2},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12845/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
209
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
210
+ Four (1961) #285\"}},{\"id\":12850,\"title\":\"Doctor Doom Versus the Beyonder\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12850\",\"type\":\"cover\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12850/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
211
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
212
+ Carlin\",\"role\":\"editor\"}],\"returned\":2},\"characters\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12850/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009281\",\"name\":\"Doctor
213
+ Doom\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
214
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
215
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
216
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
217
+ Fantastic\"}],\"returned\":5},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12850},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
218
+ Four (1961 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12850/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
219
+ Four (1961) #288\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12850/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
220
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
221
+ Four (1961) #288\"}},{\"id\":12851,\"title\":\"Full Circle\",\"description\":\"The
222
+ Beyonder restores Doom to his own body.\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12851\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12851/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
223
+ Byrne\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
224
+ Carlin\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1872\",\"name\":\"Glynis
225
+ Oliver\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1240\",\"name\":\"Joe
226
+ Sinnott\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1056\",\"name\":\"John
227
+ Workman\",\"role\":\"letterer\"}],\"returned\":5},\"characters\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12851/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009281\",\"name\":\"Doctor
228
+ Doom\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
229
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009356\",\"name\":\"Human
230
+ Torch\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009366\",\"name\":\"Invisible
231
+ Woman\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009459\",\"name\":\"Mr.
232
+ Fantastic\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009583\",\"name\":\"She-Hulk
233
+ (Jennifer Walters)\"}],\"returned\":6},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":12851},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
234
+ Four (1961 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12851/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
235
+ Four (1961) #288\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/12851/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
236
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
237
+ Four (1961) #288\"}},{\"id\":13922,\"title\":\"Cover #13922\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13922\",\"type\":\"cover\",\"modified\":\"2013-03-19T10:41:12-0400\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13922/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
238
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2630\",\"name\":\"James
239
+ Owsley\",\"role\":\"editor\"}],\"returned\":2},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13922/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13922},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
240
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13922/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
241
+ Spider-Man (1963) #268\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13922/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
242
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
243
+ Spider-Man (1963) #268\"}},{\"id\":13923,\"title\":\"This Gold is Mine!\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13923\",\"type\":\"\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13923/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9565\",\"name\":\"Tom
244
+ DeFalco\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5764\",\"name\":\"Ron
245
+ Frenz\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2630\",\"name\":\"James
246
+ Owsley\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1759\",\"name\":\"Joe
247
+ Rosen\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/939\",\"name\":\"Joe
248
+ Rubinstein\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1832\",\"name\":\"Bob
249
+ Sharen\",\"role\":\"colorist\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13923/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13923},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
250
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13923/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
251
+ Spider-Man (1963) #268\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13923/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
252
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
253
+ Spider-Man (1963) #268\"}},{\"id\":13934,\"title\":\"\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13934\",\"type\":\"\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13934/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5764\",\"name\":\"Ron
254
+ Frenz\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/939\",\"name\":\"Joe
255
+ Rubinstein\",\"role\":\"inker\"}],\"returned\":2},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13934/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13934},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
256
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13934/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
257
+ Spider-Man (1963) #273\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13934/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
258
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
259
+ Spider-Man (1963) #273\"}},{\"id\":13935,\"title\":\"\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13935\",\"type\":\"\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13935/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5764\",\"name\":\"Ron
260
+ Frenz\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/939\",\"name\":\"Joe
261
+ Rubinstein\",\"role\":\"inker\"}],\"returned\":2},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13935/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13935},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
262
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13935/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
263
+ Spider-Man (1963) #273\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13935/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
264
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
265
+ Spider-Man (1963) #273\"}},{\"id\":13936,\"title\":\"Interior #13936\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13936\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13936/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/945\",\"name\":\"Larry
266
+ Lieber\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2630\",\"name\":\"James
267
+ Owsley\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/214\",\"name\":\"John
268
+ Romita JR.\",\"role\":\"inker\"}],\"returned\":3},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13936/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13936},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
269
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13936/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
270
+ Spider-Man (1963) #274\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13936/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
271
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
272
+ Spider-Man (1963) #274\"}},{\"id\":13937,\"title\":\"\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13937\",\"type\":\"\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13937/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9565\",\"name\":\"Tom
273
+ DeFalco\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5764\",\"name\":\"Ron
274
+ Frenz\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2630\",\"name\":\"James
275
+ Owsley\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/214\",\"name\":\"John
276
+ Romita JR.\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/939\",\"name\":\"Joe
277
+ Rubinstein\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2057\",\"name\":\"Russ
278
+ Steffens\",\"role\":\"inker\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13937/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009610\",\"name\":\"Spider-Man\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":13937},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
279
+ Spider-Man (1963 - 1998)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13937/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
280
+ Spider-Man (1963) #274\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/13937/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
281
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
282
+ Spider-Man (1963) #274\"}},{\"id\":14801,\"title\":\"Avengers (1963) #260
283
+ Cover\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14801\",\"type\":\"cover\",\"modified\":\"2011-10-11T10:10:04-0400\",\"thumbnail\":null,\"creators\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14801/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
284
+ Byrne\",\"role\":\"penciller (cover)\"}],\"returned\":1},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14801/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14801},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
285
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14801/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
286
+ (1963) #260\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14801/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
287
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
288
+ (1963) #260\"}},{\"id\":14802,\"title\":\"Assault On Sanctuary II\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14802\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14802/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
289
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/259\",\"name\":\"Mark
290
+ Gruenwald\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/399\",\"name\":\"Jim
291
+ Novak\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/527\",\"name\":\"Tom
292
+ Palmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6758\",\"name\":\"Christie
293
+ Scheele\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/958\",\"name\":\"Roger
294
+ Stern\",\"role\":\"writer\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14802/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14802},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
295
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14802/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
296
+ (1963) #260\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14802/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
297
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
298
+ (1963) #260\"}},{\"id\":14803,\"title\":\"Avengers (1963) #261 Cover\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14803\",\"type\":\"cover\",\"modified\":\"2011-10-10T15:26:01-0400\",\"thumbnail\":null,\"creators\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14803/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
299
+ Buscema\",\"role\":\"penciller (cover)\"}],\"returned\":1},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14803/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14803},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
300
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14803/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
301
+ (1963) #261\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14803/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
302
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
303
+ (1963) #261\"}},{\"id\":14804,\"title\":\"Earth and Beyond\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14804\",\"type\":\"story\",\"modified\":\"2011-10-10T15:46:06-0400\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14804/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
304
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/259\",\"name\":\"Mark
305
+ Gruenwald\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/399\",\"name\":\"Jim
306
+ Novak\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/527\",\"name\":\"Tom
307
+ Palmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1899\",\"name\":\"Max
308
+ Scheele\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/958\",\"name\":\"Roger
309
+ Stern\",\"role\":\"writer\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14804/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14804},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
310
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14804/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
311
+ (1963) #261\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14804/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
312
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
313
+ (1963) #261\"}},{\"id\":14811,\"title\":\"Avengers (1963) #265 Cover\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14811\",\"type\":\"cover\",\"modified\":\"2011-10-10T16:03:44-0400\",\"thumbnail\":null,\"creators\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14811/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
314
+ Buscema\",\"role\":\"penciller (cover)\"}],\"returned\":1},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14811/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14811},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
315
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14811/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
316
+ (1963) #265\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14811/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
317
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
318
+ (1963) #265\"}},{\"id\":14812,\"title\":\"Eve of Destruction\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14812\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14812/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
319
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/259\",\"name\":\"Mark
320
+ Gruenwald\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/399\",\"name\":\"Jim
321
+ Novak\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/527\",\"name\":\"Tom
322
+ Palmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6758\",\"name\":\"Christie
323
+ Scheele\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/958\",\"name\":\"Roger
324
+ Stern\",\"role\":\"writer\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14812/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14812},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
325
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14812/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
326
+ (1963) #265\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14812/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
327
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
328
+ (1963) #265\"}},{\"id\":14813,\"title\":\"Avengers (1963) #266 Cover\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14813\",\"type\":\"cover\",\"modified\":\"2011-10-10T16:31:00-0400\",\"thumbnail\":null,\"creators\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14813/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
329
+ Buscema\",\"role\":\"penciller (cover)\"}],\"returned\":1},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14813/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14813},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
330
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14813/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
331
+ (1963) #266\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14813/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
332
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
333
+ (1963) #266\"}},{\"id\":14814,\"title\":\"And the War's Desolation\",\"description\":\"\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14814\",\"type\":\"story\",\"modified\":\"1969-12-31T19:00:00-0500\",\"thumbnail\":null,\"creators\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14814/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
334
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/259\",\"name\":\"Mark
335
+ Gruenwald\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/399\",\"name\":\"Jim
336
+ Novak\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/527\",\"name\":\"Tom
337
+ Palmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6758\",\"name\":\"Christie
338
+ Scheele\",\"role\":\"colorist\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/958\",\"name\":\"Roger
339
+ Stern\",\"role\":\"writer\"}],\"returned\":6},\"characters\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14814/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":{\"service\":\"comic_storySeries\",\"id\":14814},\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
340
+ (1963 - 1996)\"}],\"returned\":1},\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14814/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
341
+ (1963) #266\"}],\"returned\":1},\"events\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/stories/14814/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"name\":\"Secret
342
+ Wars II\"}],\"returned\":1},\"originalIssue\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
343
+ (1963) #266\"}}]}}"
344
+ http_version:
345
+ recorded_at: Thu, 13 Feb 2014 18:47:24 GMT
346
+ recorded_with: VCR 2.8.0
@@ -0,0 +1,123 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://gateway.marvel.com/v1/public/events/271?apikey=<PUBLIC_KEY>&hash=a304d29c7e65217654f6ddd18daf2b3c&ts=1392317244
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ response:
13
+ status:
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ Etag:
18
+ - 16faf91cde15e33d8ea4b11003ad6ab2ea9d93a5
19
+ Content-Type:
20
+ - application/json
21
+ Content-Length:
22
+ - '11991'
23
+ Date:
24
+ - Thu, 13 Feb 2014 21:58:36 GMT
25
+ Connection:
26
+ - keep-alive
27
+ body:
28
+ encoding: ASCII-8BIT
29
+ string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"16faf91cde15e33d8ea4b11003ad6ab2ea9d93a5\",\"data\":{\"offset\":0,\"limit\":20,\"total\":1,\"count\":1,\"results\":[{\"id\":271,\"title\":\"Secret
30
+ Wars II\",\"description\":\"The omnipotent Beyonder comes to Earth to better
31
+ understand the concept of desire as the heroes assemble to combat the threat
32
+ he poses.\",\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/271\",\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/events/271/secret_wars_ii?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"},{\"type\":\"wiki\",\"url\":\"http://marvel.com/universe/Secret_Wars_II?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}],\"modified\":\"2013-10-18T12:40:47-0400\",\"start\":\"1985-07-10
33
+ 00:00:00\",\"end\":\"2009-05-13 00:00:00\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/f/60/51cdec7c4d64d\",\"extension\":\"jpg\"},\"creators\":{\"available\":91,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/creators\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1865\",\"name\":\"Diana
34
+ Albers\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3632\",\"name\":\"Lois
35
+ Buhalis\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1887\",\"name\":\"Janice
36
+ Chiang\",\"role\":\"letterer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2047\",\"name\":\"Craig
37
+ Anderson\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1394\",\"name\":\"Bob
38
+ Budiansky\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1317\",\"name\":\"Mike
39
+ Carlin\",\"role\":\"editor\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1836\",\"name\":\"Terry
40
+ Austin\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2939\",\"name\":\"Dell
41
+ Barras\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2540\",\"name\":\"Marvel
42
+ Bullpen\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2471\",\"name\":\"Kim
43
+ DeMulder\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/440\",\"name\":\"Mark
44
+ Farmer\",\"role\":\"inker\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3652\",\"name\":\"Mark
45
+ Badger\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7119\",\"name\":\"Paul
46
+ Chadwick\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6850\",\"name\":\"Frank
47
+ Cirocco\",\"role\":\"penciler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1216\",\"name\":\"Rich
48
+ Buckler\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1612\",\"name\":\"John
49
+ Buscema\",\"role\":\"penciller\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/1827\",\"name\":\"John
50
+ Byrne\",\"role\":\"penciller (cover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/44\",\"name\":\"Chris
51
+ Claremont\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/121\",\"name\":\"Peter
52
+ David\",\"role\":\"writer\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9565\",\"name\":\"Tom
53
+ DeFalco\",\"role\":\"writer\"}],\"returned\":20},\"characters\":{\"available\":50,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/characters\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1010354\",\"name\":\"Adam
54
+ Warlock\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1010370\",\"name\":\"Alpha
55
+ Flight\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009165\",\"name\":\"Avengers\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1011138\",\"name\":\"Beyonder\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009186\",\"name\":\"Black
56
+ Knight\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009219\",\"name\":\"Cannonball\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009220\",\"name\":\"Captain
57
+ America\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009224\",\"name\":\"Captain
58
+ Marvel (Mar-Vell)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009232\",\"name\":\"Ch'od\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009243\",\"name\":\"Colossus\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009257\",\"name\":\"Cyclops\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009453\",\"name\":\"Dani
59
+ Moonstar\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009262\",\"name\":\"Daredevil\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009267\",\"name\":\"Dazzler\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1011023\",\"name\":\"Defenders\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009281\",\"name\":\"Doctor
60
+ Doom\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009282\",\"name\":\"Doctor
61
+ Strange\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009299\",\"name\":\"Fantastic
62
+ Four\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009342\",\"name\":\"Hepzibah\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/characters/1009343\",\"name\":\"Hercules\"}],\"returned\":20},\"stories\":{\"available\":79,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12838\",\"name\":\"Inwards
63
+ to Infinity!\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12839\",\"name\":\"Towards
64
+ Infinity!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12844\",\"name\":\"Cover
65
+ #12844\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12845\",\"name\":\"Hero\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12850\",\"name\":\"Doctor
66
+ Doom Versus the Beyonder\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/12851\",\"name\":\"Full
67
+ Circle\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13922\",\"name\":\"Cover
68
+ #13922\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13923\",\"name\":\"This
69
+ Gold is Mine!\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13934\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13935\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13936\",\"name\":\"Interior
70
+ #13936\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/13937\",\"name\":\"\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14801\",\"name\":\"Avengers
71
+ (1963) #260 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14802\",\"name\":\"Assault
72
+ On Sanctuary II\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14803\",\"name\":\"Avengers
73
+ (1963) #261 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14804\",\"name\":\"Earth
74
+ and Beyond\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14811\",\"name\":\"Avengers
75
+ (1963) #265 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14812\",\"name\":\"Eve
76
+ of Destruction\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14813\",\"name\":\"Avengers
77
+ (1963) #266 Cover\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/14814\",\"name\":\"And
78
+ the War's Desolation\",\"type\":\"interiorStory\"}],\"returned\":20},\"comics\":{\"available\":38,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/12688\",\"name\":\"Alpha
79
+ Flight (1983) #28\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6669\",\"name\":\"Amazing
80
+ Spider-Man (1963) #268\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6675\",\"name\":\"Amazing
81
+ Spider-Man (1963) #273\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/6676\",\"name\":\"Amazing
82
+ Spider-Man (1963) #274\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7131\",\"name\":\"Avengers
83
+ (1963) #260\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7132\",\"name\":\"Avengers
84
+ (1963) #261\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7136\",\"name\":\"Avengers
85
+ (1963) #265\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7137\",\"name\":\"Avengers
86
+ (1963) #266\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7689\",\"name\":\"Captain
87
+ America (1968) #308\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/8211\",\"name\":\"Daredevil
88
+ (1963) #223\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20452\",\"name\":\"Dazzler
89
+ (1981) #40\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20321\",\"name\":\"Defenders
90
+ (1972) #152\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20158\",\"name\":\"Dr.
91
+ Strange (1974) #74\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13097\",\"name\":\"Fantastic
92
+ Four (1961) #282\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13100\",\"name\":\"Fantastic
93
+ Four (1961) #285\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/13103\",\"name\":\"Fantastic
94
+ Four (1961) #288\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9123\",\"name\":\"Incredible
95
+ Hulk (1962) #312\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9435\",\"name\":\"Iron
96
+ Man (1968) #197\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10367\",\"name\":\"New
97
+ Mutants (1983) #30\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10373\",\"name\":\"New
98
+ Mutants (1983) #36\"}],\"returned\":20},\"series\":{\"available\":20,\"collectionURI\":\"http://gateway.marvel.com/v1/public/events/271/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2116\",\"name\":\"Alpha
99
+ Flight (1983 - 1994)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1987\",\"name\":\"Amazing
100
+ Spider-Man (1963 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
101
+ (1963 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1996\",\"name\":\"Captain
102
+ America (1968 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2002\",\"name\":\"Daredevil
103
+ (1963 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3745\",\"name\":\"Dazzler
104
+ (1981 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3743\",\"name\":\"Defenders
105
+ (1972 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3740\",\"name\":\"Dr.
106
+ Strange (1974 - 1988)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2121\",\"name\":\"Fantastic
107
+ Four (1961 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2021\",\"name\":\"Incredible
108
+ Hulk (1962 - 1999)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2029\",\"name\":\"Iron
109
+ Man (1968 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2055\",\"name\":\"New
110
+ Mutants (1983 - 1991)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2271\",\"name\":\"Peter
111
+ Parker, the Spectacular Spider-Man (1976 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6838\",\"name\":\"Secret
112
+ Wars II (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3694\",\"name\":\"Secret
113
+ Wars II (1985)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6860\",\"name\":\"Secret
114
+ Wars II (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3667\",\"name\":\"The
115
+ Thing (1983 - 1986)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2083\",\"name\":\"Thor
116
+ (1966 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2258\",\"name\":\"Uncanny
117
+ X-Men (1963 - 2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2092\",\"name\":\"Web
118
+ of Spider-Man (1985 - 1995)\"}],\"returned\":20},\"next\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/263\",\"name\":\"Mutant
119
+ Massacre\"},\"previous\":{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/270\",\"name\":\"Secret
120
+ Wars\"}}]}}"
121
+ http_version:
122
+ recorded_at: Thu, 13 Feb 2014 18:47:24 GMT
123
+ recorded_with: VCR 2.8.0