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
@@ -1,384 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gateway.marvel.com/v1/public/creators?apikey=<PUBLIC_KEY>&hash=f8366b9e8b1ae6c7ed29d87062efffef&offset=600&ts=1391894400
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
- - 647b9f7c00603e25d7432bf7d0a4dd246435ef75
19
- Content-Type:
20
- - application/json
21
- Content-Length:
22
- - '55093'
23
- Date:
24
- - Mon, 10 Feb 2014 16:18:12 GMT
25
- Connection:
26
- - keep-alive
27
- body:
28
- encoding: ASCII-8BIT
29
- string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"647b9f7c00603e25d7432bf7d0a4dd246435ef75\",\"data\":{\"offset\":600,\"limit\":20,\"total\":5558,\"count\":20,\"results\":[{\"id\":10137,\"firstName\":\"Michele\",\"middleName\":\"\",\"lastName\":\"Bertilorenzi\",\"suffix\":\"\",\"fullName\":\"Michele
30
- Bertilorenzi\",\"modified\":\"2013-01-28T16:38:23-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/10137\",\"comics\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10137/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/36473\",\"name\":\"Daken:
31
- Dark Wolverine (2010) #14\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/36474\",\"name\":\"Daken:
32
- Dark Wolverine (2010) #15\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/36472\",\"name\":\"Daken:
33
- Dark Wolverine (2010) #18\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/40525\",\"name\":\"Daken:
34
- Dark Wolverine (2010) #19\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/34286\",\"name\":\"Daredevil:
35
- Black and White (2010) #1\"}],\"returned\":5},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10137/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9368\",\"name\":\"Daken:
36
- Dark Wolverine (2010 - 2012)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/11676\",\"name\":\"Daredevil:
37
- Black and White (2010)\"}],\"returned\":2},\"stories\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10137/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/76454\",\"name\":\"Interior
38
- #76454\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/80974\",\"name\":\"Interior
39
- #80974\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/80976\",\"name\":\"Daken:
40
- Dark Wolverine (2010) #14 - Int\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/80978\",\"name\":\"Interior
41
- #80978\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/81770\",\"name\":\"Interior
42
- #81770\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/91873\",\"name\":\"Interior
43
- #91873\",\"type\":\"interiorStory\"}],\"returned\":6},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10137/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/10137/michele_bertilorenzi?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":9181,\"firstName\":\"Nicholas\",\"middleName\":\"\",\"lastName\":\"Bertozzi\",\"suffix\":\"\",\"fullName\":\"Nicholas
44
- Bertozzi\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/1/20/4bb3bba51fc0b\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9181\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/31489\",\"name\":\"Strange
45
- Tales (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/25919\",\"name\":\"Strange
46
- Tales (2009) #1\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8098\",\"name\":\"Strange
47
- Tales (2009 - 2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9260\",\"name\":\"Strange
48
- Tales (2010 - Present)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57124\",\"name\":\"Interior
49
- #57124\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/71667\",\"name\":\"Interior
50
- #71667\",\"type\":\"interiorStory\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/9181/nicholas_bertozzi?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4225,\"firstName\":\"Jimmy\",\"middleName\":\"\",\"lastName\":\"Betancourt\",\"suffix\":\"\",\"fullName\":\"Jimmy
51
- Betancourt\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4225\",\"comics\":{\"available\":25,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4225/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/12613\",\"name\":\"Black
52
- Panther (1998) #44\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7381\",\"name\":\"Cable
53
- (1993) #105\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/1043\",\"name\":\"Cable
54
- Vol. II: The End (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15635\",\"name\":\"Daredevil
55
- (1998) #33\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/957\",\"name\":\"Daredevil
56
- Vol. V: Out (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20037\",\"name\":\"Ghost
57
- Rider (2001) #6\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/1062\",\"name\":\"Ghost
58
- Rider: The Hammer Lane (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19940\",\"name\":\"Iron
59
- Man (1998) #64\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/5451\",\"name\":\"New
60
- X-Men (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14945\",\"name\":\"New
61
- X-Men (2001) #126\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14951\",\"name\":\"New
62
- X-Men (2001) #132\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14956\",\"name\":\"New
63
- X-Men (2001) #137\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/2592\",\"name\":\"New
64
- X-Men Vol. 2: Imperial (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/994\",\"name\":\"New
65
- X-Men Vol. III: New Worlds (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10915\",\"name\":\"Spider-Man's
66
- Tangled Web (2001) #14\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10917\",\"name\":\"Spider-Man's
67
- Tangled Web (2001) #16\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/1007\",\"name\":\"Spider-Man's
68
- Tangled Web Vol. III (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/1113\",\"name\":\"Thor
69
- Vol. 3: Gods on Earth (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15708\",\"name\":\"Ultimate
70
- X-Men (2000) #18\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/16226\",\"name\":\"Ultimate
71
- X-Men Ultimate Collection Book 2 (Trade Paperback)\"}],\"returned\":20},\"series\":{\"available\":21,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4225/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2115\",\"name\":\"Black
72
- Panther (1998 - 2003)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1995\",\"name\":\"Cable
73
- (1993 - 2002)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/103\",\"name\":\"Cable
74
- Vol. II: The End (2002)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/449\",\"name\":\"Daredevil
75
- (1998 - 2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/22\",\"name\":\"Daredevil
76
- Vol. V: Out (2005)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3733\",\"name\":\"Ghost
77
- Rider (2001 - 2002)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/122\",\"name\":\"Ghost
78
- Rider: The Hammer Lane (1999)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2572\",\"name\":\"Iron
79
- Man (1998 - 2004)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2281\",\"name\":\"New
80
- X-Men (2001 - 2004)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1807\",\"name\":\"New
81
- X-Men (2006)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1166\",\"name\":\"New
82
- X-Men Vol. 2: Imperial (2005)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/56\",\"name\":\"New
83
- X-Men Vol. III: New Worlds (1999)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2071\",\"name\":\"Spider-Man's
84
- Tangled Web (2001 - 2003)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/69\",\"name\":\"Spider-Man's
85
- Tangled Web Vol. III (2002)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/173\",\"name\":\"Thor
86
- Vol. 3: Gods on Earth (2003)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/474\",\"name\":\"Ultimate
87
- X-Men (2000 - 2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2719\",\"name\":\"Ultimate
88
- X-Men Ultimate Collection Book 2 (2007)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1168\",\"name\":\"Ultimate
89
- X-Men Vol. 3: World Tour (2005)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/82\",\"name\":\"Ultimate
90
- X-Men Vol. III: World Tour (2002)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2262\",\"name\":\"Wolverine
91
- (1988 - 2003)\"}],\"returned\":20},\"stories\":{\"available\":13,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4225/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/24182\",\"name\":\"Don't
92
- Forget to Tip Your Waitress\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/25090\",\"name\":\"Jay
93
- Leno & Spider-Man: One Night Only! Part Two (Don't Forget to Tip Your Waitress)\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/25418\",\"name\":\"The
94
- Last Shoot\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/25429\",\"name\":\"Heartbreaker\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28766\",\"name\":\"See
95
- Ya Around, Frankie\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28768\",\"name\":\"Down
96
- the Road\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30427\",\"name\":\"Riot
97
- at Xavier's\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30438\",\"name\":\"Ambient
98
- Magnetic Fields\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30455\",\"name\":\"Interior
99
- #30455\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/31978\",\"name\":\"Jay
100
- Leno and Spider-Man: One Night Only Part 3\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32084\",\"name\":\"Jay
101
- Leno & Spider-Man: One Night Only! (Don't Forget to Tip Your Waitress) Part
102
- Three\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42753\",\"name\":\"Standoff
103
- Part Two\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42917\",\"name\":\"The
104
- Hammer Lane Part 6: Spirit of Forgiveness\",\"type\":\"interiorStory\"}],\"returned\":13},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4225/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4225/jimmy_betancourt?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4676,\"firstName\":\"Bev\",\"middleName\":\"\",\"lastName\":\"Beveridge\",\"suffix\":\"\",\"fullName\":\"Bev
105
- Beveridge\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4676\",\"comics\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4676/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/5785\",\"name\":\"Champions
106
- Classic Vol. 2 (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/1585\",\"name\":\"Essential
107
- Peter Parker, the Spectacular Spider-Man Vol. (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14631\",\"name\":\"Peter
108
- Parker, the Spectacular Spider-Man (1976) #18\"}],\"returned\":3},\"series\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4676/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1721\",\"name\":\"Champions
109
- Classic Vol. 2 (2007)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1427\",\"name\":\"Essential
110
- Peter Parker, the Spectacular Spider-Man Vol. (2005)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2271\",\"name\":\"Peter
111
- Parker, the Spectacular Spider-Man (1976 - 1998)\"}],\"returned\":3},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4676/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/29708\",\"name\":\"My
112
- Friend, My Foe!\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4676/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4676/bev_beveridge?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":2765,\"firstName\":\"Mary\",\"middleName\":\"\",\"lastName\":\"Beveridge\",\"suffix\":\"\",\"fullName\":\"Mary
113
- Beveridge\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2765\",\"comics\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2765/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7604\",\"name\":\"Captain
114
- America (1968) #223\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/8737\",\"name\":\"Ghost
115
- Rider (1973) #30\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/8738\",\"name\":\"Ghost
116
- Rider (1973) #31\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/10299\",\"name\":\"Ms.
117
- Marvel (1977) #20\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/12166\",\"name\":\"What
118
- If? (1977) #8\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/3633\",\"name\":\"What
119
- If? Classic Volume 2 (Trade Paperback)\"}],\"returned\":6},\"series\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2765/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1996\",\"name\":\"Captain
120
- America (1968 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2013\",\"name\":\"Ghost
121
- Rider (1973 - 1983)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2050\",\"name\":\"Ms.
122
- Marvel (1977 - 1979)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2095\",\"name\":\"What
123
- If? (1977 - 1984)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/360\",\"name\":\"What
124
- If? Classic Volume 2 (2005)\"}],\"returned\":5},\"stories\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2765/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/17705\",\"name\":\"Call
125
- Me Animus\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20248\",\"name\":\"The
126
- Mage and the Monster!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20250\",\"name\":\"Demon's
127
- Rage!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20625\",\"name\":\"The
128
- All-New Ms. Marvel\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20874\",\"name\":\"What
129
- if the World Knew Daredevil was Blind?\",\"type\":\"interiorStory\"}],\"returned\":5},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2765/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/2765/mary_beveridge?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":8001,\"firstName\":\"Alex\",\"middleName\":\"\",\"lastName\":\"Bialy\",\"suffix\":\"\",\"fullName\":\"Alex
130
- Bialy\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/8001\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8001/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8001/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8001/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8001/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/8001/alex_bialy?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":648,\"firstName\":\"Simone\",\"middleName\":\"\",\"lastName\":\"Bianchi\",\"suffix\":\"\",\"fullName\":\"Simone
131
- Bianchi\",\"modified\":\"2013-09-10T10:10:14-0400\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/f/30/4bc5a8bb82ff1\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/648\",\"comics\":{\"available\":147,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/648/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/38524\",\"name\":\"Age
132
- of X: Universe (2011) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/38523\",\"name\":\"Age
133
- of X: Universe (2011) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20961\",\"name\":\"Amazing
134
- Spider-Man (1999) #555 (VARIANT)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/28227\",\"name\":\"Amazing
135
- Spider-Man (1999) #622\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/38462\",\"name\":\"Astonishing
136
- Spider-Man & Wolverine: Another Fine Mess (2011) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21511\",\"name\":\"Astonishing
137
- X-Men (2004) #25\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21714\",\"name\":\"Astonishing
138
- X-Men (2004) #26\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21941\",\"name\":\"Astonishing
139
- X-Men (2004) #27\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/23087\",\"name\":\"Astonishing
140
- X-Men (2004) #28\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/23937\",\"name\":\"Astonishing
141
- X-Men (2004) #29\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/24501\",\"name\":\"Astonishing
142
- X-Men (2004) #30\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/24518\",\"name\":\"Astonishing
143
- X-Men: Ghost Box (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/22381\",\"name\":\"Astonishing
144
- X-Men: Ghost Boxes (2008) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/22572\",\"name\":\"Astonishing
145
- X-Men: Ghost Boxes (2008) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/49555\",\"name\":\"Avengers
146
- (2012) #24 (Bianchi Sketch Variant)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/46932\",\"name\":\"Avengers
147
- (2012) #24 (Bianchi Variant)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/50002\",\"name\":\"Avengers
148
- World (2014) #2 (Bianchi Variant)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/30372\",\"name\":\"Black
149
- Panther: The Man Without Fear (2010) #513\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/38932\",\"name\":\"Black
150
- Panther: The Man Without Fear (2010) #513 (2nd Printing Variant)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/30373\",\"name\":\"Black
151
- Panther: The Man Without Fear (2010) #514\"}],\"returned\":20},\"series\":{\"available\":66,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/648/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/13896\",\"name\":\"Age
152
- of X: Universe (2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/454\",\"name\":\"Amazing
153
- Spider-Man (1999 - 2013)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/13864\",\"name\":\"Astonishing
154
- Spider-Man & Wolverine: Another Fine Mess (2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/744\",\"name\":\"Astonishing
155
- X-Men (2004 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8916\",\"name\":\"Astonishing
156
- X-Men: Ghost Box (2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5998\",\"name\":\"Astonishing
157
- X-Men: Ghost Boxes (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/16452\",\"name\":\"Avengers
158
- (2012 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/18398\",\"name\":\"Avengers
159
- World (2014 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/15691\",\"name\":\"Black
160
- Panther: The Man Without Fear (2010 - 2011)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/13165\",\"name\":\"Black
161
- Panther: The Man Without Fear - Fear Itself TPB (2010 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/16907\",\"name\":\"Cable
162
- and X-Force (2012 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/16516\",\"name\":\"Captain
163
- America (2012 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6599\",\"name\":\"Dark
164
- Avengers (2009 - 2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8798\",\"name\":\"Dark
165
- Avengers/Uncanny X-Men: Exodus (2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8799\",\"name\":\"Dark
166
- Avengers/Uncanny X-Men: Utopia (2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/7687\",\"name\":\"Dark
167
- Reign: Fantastic Four (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/7000\",\"name\":\"Dark
168
- Reign: Fantastic Four (2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/7707\",\"name\":\"Dark
169
- Wolverine (2009 - 2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9424\",\"name\":\"Dark
170
- X-Men (2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9051\",\"name\":\"Dark
171
- X-Men (2009)\"}],\"returned\":20},\"stories\":{\"available\":232,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/648/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/2243\",\"name\":\"1
172
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/2244\",\"name\":\"1
173
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/7641\",\"name\":\"2
174
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/7642\",\"name\":\"2
175
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/7643\",\"name\":\"3
176
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/7644\",\"name\":\"3
177
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8111\",\"name\":\"3
178
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8112\",\"name\":\"3
179
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8113\",\"name\":\"4
180
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8114\",\"name\":\"4
181
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8115\",\"name\":\"4
182
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8116\",\"name\":\"4
183
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8586\",\"name\":\"5
184
- of 6 - Evolution / No Cover or Interior Ads! UPC on Cv4!\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8587\",\"name\":\"5
185
- of 6 - Evolution / No Cover or Interior Ads! UPC on Cv4!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8588\",\"name\":\"5
186
- of 6 - Evolution\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/8589\",\"name\":\"5
187
- of 6 - Evolution\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32309\",\"name\":\"THE
188
- INITIATIVE BANNER\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32526\",\"name\":\"6
189
- of 6 - Evolution / No Cover or Interior Ads! UPC on Cv4!\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32527\",\"name\":\"6
190
- of 6 - Evolution / No Cover or Interior Ads! UPC on Cv4!\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32528\",\"name\":\"6
191
- of 6 - Evolution\",\"type\":\"cover\"}],\"returned\":20},\"events\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/648/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/303\",\"name\":\"Age
192
- of X\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/318\",\"name\":\"Dark
193
- Reign\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/302\",\"name\":\"Fear
194
- Itself\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/317\",\"name\":\"Inhumanity\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/255\",\"name\":\"Initiative\"}],\"returned\":5},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/648/simone_bianchi?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4583,\"firstName\":\"Steve\",\"middleName\":\"\",\"lastName\":\"Biasi\",\"suffix\":\"\",\"fullName\":\"Steve
195
- Biasi\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4583\",\"comics\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4583/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14187\",\"name\":\"Wolverine
196
- (1988) #65\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14188\",\"name\":\"Wolverine
197
- (1988) #66\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14190\",\"name\":\"Wolverine
198
- (1988) #68\"}],\"returned\":3},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4583/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2262\",\"name\":\"Wolverine
199
- (1988 - 2003)\"}],\"returned\":1},\"stories\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4583/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28891\",\"name\":\"State
200
- of Grace\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28893\",\"name\":\"Prophecy\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28897\",\"name\":\"Epsilon
201
- Red\",\"type\":\"interiorStory\"}],\"returned\":3},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4583/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4583/steve_biasi?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":12007,\"firstName\":\"Leslie\",\"middleName\":\"\",\"lastName\":\"Bibb\",\"suffix\":\"\",\"fullName\":\"Leslie
202
- Bibb\",\"modified\":\"2013-08-30T15:18:42-0400\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/f/40/5220efff2dca9\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/12007\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/12007/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/12007/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/12007/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/12007/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/12007/leslie_bibb?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":5179,\"firstName\":\"Seth\",\"middleName\":\"\",\"lastName\":\"Biederman\",\"suffix\":\"\",\"fullName\":\"Seth
203
- Biederman\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5179\",\"comics\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5179/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/23010\",\"name\":\"Astonishing
204
- X-Men Vol. 2 (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21635\",\"name\":\"Captain
205
- Marvel: Secret Invasion Premiere (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/22402\",\"name\":\"Elektra
206
- by Frank Miller Omnibus (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/16654\",\"name\":\"Legion
207
- of Monsters (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21426\",\"name\":\"Marvel
208
- Zombies 2 (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/17326\",\"name\":\"Punisher
209
- War Journal Vol. 2: Goin' Out West Premiere (Hardcover)\"}],\"returned\":6},\"series\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5179/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6422\",\"name\":\"Astonishing
210
- X-Men Vol. 2 (2008 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5259\",\"name\":\"Captain
211
- Marvel: Secret Invasion Premiere (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6023\",\"name\":\"Elektra
212
- by Frank Miller Omnibus (2008 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2961\",\"name\":\"Legion
213
- of Monsters (2007)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5064\",\"name\":\"Marvel
214
- Zombies 2 (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3128\",\"name\":\"Punisher
215
- War Journal Vol. 2: Goin' Out West Premiere (2007)\"}],\"returned\":6},\"stories\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5179/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/33594\",\"name\":\"Legion
216
- of Monsters: Werewolf by Night, Morbius, Man-Thing, Satana; Dead of Night
217
- 11, Marvel Spotlight 26, Marvel Two-In-One 18, \",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/36318\",\"name\":\"Punisher
218
- War Journal 5-9\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/47316\",\"name\":\"Marvel
219
- Zombies 2 1-5\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/47688\",\"name\":\"Captain
220
- Marvel 1-5, Civil War: The Return\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/49319\",\"name\":\"Elektra:
221
- Assassin 1-8, Elektra Lives Again, Bizarre Adventures 28, What If? 35\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/51064\",\"name\":\"Astonishing
222
- X-Men 13-24, Giant-Size Astonishing X-Men 1\",\"type\":\"interiorStory\"}],\"returned\":6},\"events\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5179/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/255\",\"name\":\"Initiative\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/269\",\"name\":\"Secret
223
- Invasion\"}],\"returned\":2},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/5179/seth_biederman?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":5486,\"firstName\":\"Jessica\",\"middleName\":\"\",\"lastName\":\"Biel\",\"suffix\":\"\",\"fullName\":\"Jessica
224
- Biel\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5486\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5486/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5486/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5486/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5486/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/5486/jessica_biel?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":9560,\"firstName\":\"Tom\",\"middleName\":\"\",\"lastName\":\"Bierbaum\",\"suffix\":\"\",\"fullName\":\"Tom
225
- Bierbaum\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9560\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9560/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9560/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9560/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9560/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/9560/tom_bierbaum?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":10265,\"firstName\":\"Michael\",\"middleName\":\"\",\"lastName\":\"Bierek\",\"suffix\":\"\",\"fullName\":\"Michael
226
- Bierek\",\"modified\":\"2013-01-28T16:39:28-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/f/70/4bb3cea7e696a\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/10265\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10265/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/25439\",\"name\":\"Incredible
227
- Hercules (2008) #139\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10265/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3762\",\"name\":\"Incredible
228
- Hercules (2008 - 2010)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10265/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/56118\",\"name\":\"Cover
229
- #56118\",\"type\":\"cover\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10265/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/10265/michael_bierek?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":11922,\"firstName\":\"Yves\",\"middleName\":\"\",\"lastName\":\"Bigerel\",\"suffix\":\"\",\"fullName\":\"Yves
230
- Bigerel\",\"modified\":\"2012-09-25T18:23:34-0400\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/11922\",\"comics\":{\"available\":12,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11922/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/43556\",\"name\":\"Avengers
231
- VS X-Men (2012) #10\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47162\",\"name\":\"Guardians
232
- of the Galaxy Infinite Comic (2013) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47163\",\"name\":\"Guardians
233
- of the Galaxy Infinite Comic (2013) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47164\",\"name\":\"Guardians
234
- of the Galaxy Infinite Comic (2013) #3\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47165\",\"name\":\"Guardians
235
- of the Galaxy Infinite Comic (2013) #4\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/46140\",\"name\":\"GUARDIANS
236
- OF THE GALAXY VOL. 1: COSMIC AVENGERS PREMIERE HC (MARVEL NOW, WITH DIGITAL
237
- CODE) (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/40746\",\"name\":\"New
238
- Avengers (2010) #34\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/44528\",\"name\":\"Ultimate
239
- Spider-Man Infinite (2012) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47254\",\"name\":\"Wolverine:
240
- Japan's Most Wanted Infinite Comic (2013) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47255\",\"name\":\"Wolverine:
241
- Japan's Most Wanted Infinite Comic (2013) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47256\",\"name\":\"Wolverine:
242
- Japan's Most Wanted Infinite Comic (2013) #3\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/47257\",\"name\":\"Wolverine:
243
- Japan's Most Wanted Infinite Comic (2013) #4\"}],\"returned\":12},\"series\":{\"available\":6,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11922/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/15305\",\"name\":\"Avengers
244
- VS X-Men (2012)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/17755\",\"name\":\"Guardians
245
- of the Galaxy Infinite Comic (2013 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/17394\",\"name\":\"GUARDIANS
246
- OF THE GALAXY VOL. 1: COSMIC AVENGERS PREMIERE HC (MARVEL NOW, WITH DIGITAL
247
- CODE) (2013)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9922\",\"name\":\"New
248
- Avengers (2010 - 2012)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/16804\",\"name\":\"Ultimate
249
- Spider-Man Infinite (2012)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/17820\",\"name\":\"Wolverine:
250
- Japan's Most Wanted Infinite Comic (2013 - Present)\"}],\"returned\":6},\"stories\":{\"available\":12,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11922/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/92317\",\"name\":\"Interior
251
- #92317\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/103829\",\"name\":\"story
252
- from Guardians of the Galaxy (2013)\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/105904\",\"name\":\"story
253
- from Guardians of the Galaxy Infinite Digital Comic (2013) #1\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/105906\",\"name\":\"story
254
- from Guardians of the Galaxy Infinite Digital Comic (2013) #2\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/105908\",\"name\":\"story
255
- from Guardians of the Galaxy Infinite Digital Comic (2013) #3\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/105910\",\"name\":\"story
256
- from Guardians of the Galaxy Infinite Digital Comic (2013) #4\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/106821\",\"name\":\"story
257
- from Wolverine Infinite Digital Comic (2013) #1\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/106823\",\"name\":\"story
258
- from Wolverine Infinite Digital Comic (2013) #2\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/106825\",\"name\":\"story
259
- from Wolverine Infinite Digital Comic (2013) #3\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/106827\",\"name\":\"story
260
- from Wolverine Infinite Digital Comic (2013) #4\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/113652\",\"name\":\"Avengers
261
- Vs X-Men #10 Infinite\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/113653\",\"name\":\"Ultimate
262
- Spider-Man Infinite\",\"type\":\"interiorStory\"}],\"returned\":12},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11922/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/11922/yves_bigerel?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":904,\"firstName\":\"Chris\",\"middleName\":\"\",\"lastName\":\"Biggs\",\"suffix\":\"\",\"fullName\":\"Chris
263
- Biggs\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/904\",\"comics\":{\"available\":32,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/904/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/3441\",\"name\":\"All-New
264
- Official Handbook of the Marvel Universe a to Z (2006) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/3566\",\"name\":\"All-New
265
- Official Handbook of the Marvel Universe a to Z (2006) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/3970\",\"name\":\"All-New
266
- Official Handbook of the Marvel Universe a to Z (2006) #3\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/4206\",\"name\":\"All-New
267
- Official Handbook of the Marvel Universe a to Z (2006) #5\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/4298\",\"name\":\"All-New
268
- Official Handbook of the Marvel Universe a to Z (2006) #6\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/4773\",\"name\":\"All-New
269
- Official Handbook of the Marvel Universe a to Z (2006) #8\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/20741\",\"name\":\"All-New
270
- Official Handbook of the Marvel Universe a to Z Vol. 1 Premiere (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/21080\",\"name\":\"All-New
271
- Official Handbook of the Marvel Universe a to Z Vol. 2 (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15977\",\"name\":\"All-New
272
- Official Handbook of the Marvel Universe a to Z: Update (2007) #3\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/29271\",\"name\":\"Avengers
273
- Assemble Handbook (2010) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/29273\",\"name\":\"Deadpool
274
- Corps: Rank and Foul (2010) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/17298\",\"name\":\"Marvel
275
- Legacy: The 1960s-1990s Handbook (Trade Paperback)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/4201\",\"name\":\"Marvel
276
- Legacy: The 1970s (2006) #2\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/25876\",\"name\":\"Marvel
277
- Pets Handbook (2009) #1\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/2191\",\"name\":\"Official
278
- Handbook of the Marvel Universe (2004) #15 (AVENGERS)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/2441\",\"name\":\"Official
279
- Handbook of the Marvel Universe (2004) #16 (ALTERNATE UNIVERSES)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/2442\",\"name\":\"Official
280
- Handbook of the Marvel Universe (2004) #17 (HORROR)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/26104\",\"name\":\"Official
281
- Handbook of the Marvel Universe a to Z Vol. 11 (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/26106\",\"name\":\"Official
282
- Handbook of the Marvel Universe a to Z Vol. 11 (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/28818\",\"name\":\"Official
283
- Handbook of the Marvel Universe a to Z Vol. 12 (Hardcover)\"}],\"returned\":20},\"series\":{\"available\":23,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/904/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1023\",\"name\":\"All-New
284
- Official Handbook of the Marvel Universe a to Z (2006)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3884\",\"name\":\"All-New
285
- Official Handbook of the Marvel Universe a to Z Vol. 1 Premiere (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/4600\",\"name\":\"All-New
286
- Official Handbook of the Marvel Universe a to Z Vol. 2 (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1147\",\"name\":\"All-New
287
- Official Handbook of the Marvel Universe a to Z: Update (2007)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9783\",\"name\":\"Avengers
288
- Assemble Handbook (2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9353\",\"name\":\"Deadpool
289
- Corps: Rank and Foul (2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3092\",\"name\":\"Marvel
290
- Legacy: The 1960s-1990s Handbook (2007)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1019\",\"name\":\"Marvel
291
- Legacy: The 1970s (2006)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8081\",\"name\":\"Marvel
292
- Pets Handbook (2009)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/787\",\"name\":\"Official
293
- Handbook of the Marvel Universe (2004)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8171\",\"name\":\"Official
294
- Handbook of the Marvel Universe a to Z Vol. 11 (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9217\",\"name\":\"Official
295
- Handbook of the Marvel Universe a to Z Vol. 12 (2010 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8850\",\"name\":\"Official
296
- Handbook of the Marvel Universe a to Z Vol. 13 (2010 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8851\",\"name\":\"Official
297
- Handbook of the Marvel Universe a to Z Vol. 14 (2010 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5092\",\"name\":\"Official
298
- Handbook of the Marvel Universe a to Z Vol. 3 Premiere (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5411\",\"name\":\"Official
299
- Handbook of the Marvel Universe a to Z Vol. 4 Premiere (2008)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6047\",\"name\":\"Official
300
- Handbook of the Marvel Universe a to Z Vol. 5 Premiere (2008 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6447\",\"name\":\"Official
301
- Handbook of the Marvel Universe a to Z Vol. 6 Premiere (2008 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/7026\",\"name\":\"Official
302
- Handbook of the Marvel Universe a to Z Vol. 7 Premiere (2009 - Present)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/846\",\"name\":\"Official
303
- Handbook of the Ultimate Marvel Universe 2005 (2005)\"}],\"returned\":20},\"stories\":{\"available\":34,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/904/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/4417\",\"name\":\"Interior
304
- #4417\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/4502\",\"name\":\"1
305
- of 1\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/4617\",\"name\":\"1
306
- of 1\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/4619\",\"name\":\"1
307
- of 1\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5701\",\"name\":\"Interior
308
- #5701\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5713\",\"name\":\"Interior
309
- #5713\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5715\",\"name\":\"Interior
310
- #5715\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5717\",\"name\":\"Interior
311
- #5717\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5721\",\"name\":\"Interior
312
- #5721\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5723\",\"name\":\"Interior
313
- #5723\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/5727\",\"name\":\"Interior
314
- #5727\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/32629\",\"name\":\"Interior
315
- #32629\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/36251\",\"name\":\"Marvel
316
- Legacy: The 1960s, The 1970s, The 1980s, The 1990s Handbooks\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/36466\",\"name\":\"Interior
317
- #36466\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/44493\",\"name\":\"Interior
318
- #44493\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/46185\",\"name\":\"Interior
319
- #46185\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/47372\",\"name\":\"Interior
320
- #47372\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/47976\",\"name\":\"Interior
321
- #47976\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/48142\",\"name\":\"Interior
322
- #48142\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/49367\",\"name\":\"Interior
323
- #49367\",\"type\":\"interiorStory\"}],\"returned\":20},\"events\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/904/events\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/318\",\"name\":\"Dark
324
- Reign\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/events/299\",\"name\":\"Messiah
325
- CompleX\"}],\"returned\":2},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/904/chris_biggs?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":11232,\"firstName\":\"CHRISTINA\",\"middleName\":\"L.\",\"lastName\":\"BIGGS\",\"suffix\":\"\",\"fullName\":\"CHRISTINA
326
- L. BIGGS\",\"modified\":\"2013-01-28T16:40:30-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/11232\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11232/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11232/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11232/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/70382\",\"name\":\"Interior
327
- #70382\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/11232/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/11232/christina_l_biggs?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":5826,\"firstName\":\"Al\",\"middleName\":\"\",\"lastName\":\"Bigley\",\"suffix\":\"\",\"fullName\":\"Al
328
- Bigley\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5826\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5826/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/17845\",\"name\":\"Avengers
329
- West Coast Annual (1989) #7\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5826/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3624\",\"name\":\"Avengers
330
- West Coast Annual (1989 - 1993)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5826/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/37923\",\"name\":\"A
331
- Study In Scarlet\",\"type\":\"\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5826/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/5826/al_bigley?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":6043,\"firstName\":\"Armando\",\"middleName\":\"\",\"lastName\":\"Bil\",\"suffix\":\"\",\"fullName\":\"Armando
332
- Bil\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6043\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6043/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/18316\",\"name\":\"What
333
- If? (1989) #16\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6043/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3648\",\"name\":\"What
334
- If? (1989 - 1998)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6043/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/38983\",\"name\":\"What
335
- if Wolverine REALLY met Conan the Barbarian?!\",\"type\":\"\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6043/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/6043/armando_bil?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":10063,\"firstName\":\"Jake\",\"middleName\":\"\",\"lastName\":\"Bilbao\",\"suffix\":\"\",\"fullName\":\"Jake
336
- Bilbao\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/9/00/4baa6d433c448\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/10063\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10063/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/32767\",\"name\":\"Wolverine
337
- (2010) #900\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/33494\",\"name\":\"Wolverine:
338
- Worst There Is (2010) #1\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10063/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9962\",\"name\":\"Wolverine
339
- (2010 - 2012)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9831\",\"name\":\"Wolverine:
340
- Worst There Is (2010)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10063/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/73873\",\"name\":\"Interior
341
- #73873\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/75306\",\"name\":\"\",\"type\":\"\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/10063/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/10063/jake_bilbao?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":3336,\"firstName\":\"Dave\",\"middleName\":\"\",\"lastName\":\"Billman\",\"suffix\":\"\",\"fullName\":\"Dave
342
- Billman\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3336\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3336/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/12151\",\"name\":\"What
343
- If? (1977) #37\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3336/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2095\",\"name\":\"What
344
- If? (1977 - 1984)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3336/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20828\",\"name\":\"What
345
- if the Thing Continued to Mutate?\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3336/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/3336/dave_billman?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]}]}}"
346
- http_version:
347
- recorded_at: Sat, 08 Feb 2014 21:20:00 GMT
348
- - request:
349
- method: get
350
- uri: http://gateway.marvel.com/v1/public/creators/9181?apikey=<PUBLIC_KEY>&hash=f8366b9e8b1ae6c7ed29d87062efffef&ts=1391894400
351
- body:
352
- encoding: US-ASCII
353
- string: ''
354
- headers:
355
- Accept:
356
- - application/json
357
- response:
358
- status:
359
- code: 200
360
- message: OK
361
- headers:
362
- Etag:
363
- - b3764a64c3f2091006549da7435d34583c34cc6a
364
- Content-Type:
365
- - application/json
366
- Content-Length:
367
- - '1752'
368
- Date:
369
- - Mon, 10 Feb 2014 16:18:07 GMT
370
- Connection:
371
- - keep-alive
372
- body:
373
- encoding: ASCII-8BIT
374
- string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"b3764a64c3f2091006549da7435d34583c34cc6a\",\"data\":{\"offset\":0,\"limit\":20,\"total\":1,\"count\":1,\"results\":[{\"id\":9181,\"firstName\":\"Nicholas\",\"middleName\":\"\",\"lastName\":\"Bertozzi\",\"suffix\":\"\",\"fullName\":\"Nicholas
375
- Bertozzi\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/1/20/4bb3bba51fc0b\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9181\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/31489\",\"name\":\"Strange
376
- Tales (Hardcover)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/25919\",\"name\":\"Strange
377
- Tales (2009) #1\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/8098\",\"name\":\"Strange
378
- Tales (2009 - 2010)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/9260\",\"name\":\"Strange
379
- Tales (2010 - Present)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57124\",\"name\":\"Interior
380
- #57124\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/71667\",\"name\":\"Interior
381
- #71667\",\"type\":\"interiorStory\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9181/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/9181/nicholas_bertozzi?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]}]}}"
382
- http_version:
383
- recorded_at: Sat, 08 Feb 2014 21:20:00 GMT
384
- recorded_with: VCR 2.8.0
@@ -1,33 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gateway.marvel.com/v1/public/creators/9438?apikey=<PUBLIC_KEY>&hash=f8366b9e8b1ae6c7ed29d87062efffef&ts=1391894400
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
- - 616370305ece5a95cb8c6e7bcb8ff09057e5b4ac
19
- Content-Type:
20
- - application/json
21
- Content-Length:
22
- - '1112'
23
- Date:
24
- - Wed, 12 Feb 2014 23:10:39 GMT
25
- Connection:
26
- - keep-alive
27
- body:
28
- encoding: ASCII-8BIT
29
- string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"616370305ece5a95cb8c6e7bcb8ff09057e5b4ac\",\"data\":{\"offset\":0,\"limit\":20,\"total\":1,\"count\":1,\"results\":[{\"id\":9438,\"firstName\":\"Sergio\",\"middleName\":\"\",\"lastName\":\"Aragones\",\"suffix\":\"\",\"fullName\":\"Sergio
30
- Aragones\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/9438\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9438/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9438/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9438/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/9438/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/9438/sergio_aragones?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]}]}}"
31
- http_version:
32
- recorded_at: Sat, 08 Feb 2014 21:20:00 GMT
33
- recorded_with: VCR 2.8.0
@@ -1,113 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://gateway.marvel.com/v1/public/creators?apikey=<PUBLIC_KEY>&hash=f8366b9e8b1ae6c7ed29d87062efffef&ts=1391894400
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
- - 216cb3efee57e80082a35e21692d48e00a16dde2
19
- Content-Type:
20
- - application/json
21
- Content-Length:
22
- - '27914'
23
- Date:
24
- - Tue, 11 Feb 2014 21:35:12 GMT
25
- Connection:
26
- - keep-alive
27
- body:
28
- encoding: ASCII-8BIT
29
- string: "{\"code\":200,\"status\":\"Ok\",\"etag\":\"216cb3efee57e80082a35e21692d48e00a16dde2\",\"data\":{\"offset\":0,\"limit\":20,\"total\":5558,\"count\":20,\"results\":[{\"id\":7968,\"firstName\":\"\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"\",\"modified\":\"-0001-11-30T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7968\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7968/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7968/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7968/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7968/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/7968?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":6606,\"firstName\":\"A.R.K.\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"A.R.K.\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6606\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6606/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19815\",\"name\":\"Marvel
30
- Fanfare (1982) #4\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6606/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3719\",\"name\":\"Marvel
31
- Fanfare (1982 - 1992)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6606/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42310\",\"name\":\"Mindgame\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6606/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/6606/ark.?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":3096,\"firstName\":\"Abel\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Abel\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3096\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3096/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9653\",\"name\":\"Iron
32
- Man (1968) #94\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3096/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2029\",\"name\":\"Iron
33
- Man (1968 - 1996)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3096/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/19787\",\"name\":\"Frenzy
34
- At Fifty Fathoms\",\"type\":\"\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3096/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/3096/abel?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":7969,\"firstName\":\"ACTOR\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"ACTOR\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7969\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7969/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7969/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7969/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7969/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/7969/actor?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":2289,\"firstName\":\"Alexandrov\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Alexandrov\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2289\",\"comics\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2289/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7235\",\"name\":\"Avengers
35
- (1963) #354\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7244\",\"name\":\"Avengers
36
- (1963) #362\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/11780\",\"name\":\"Thor
37
- (1966) #452\"}],\"returned\":3},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2289/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
38
- (1963 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2083\",\"name\":\"Thor
39
- (1966 - 1996)\"}],\"returned\":2},\"stories\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2289/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/15020\",\"name\":\"The
40
- Conqueror Worm\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/15039\",\"name\":\"A
41
- Vision Revealed\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/17250\",\"name\":\"With
42
- This Axe, I Thee Kill!\",\"type\":\"interiorStory\"}],\"returned\":3},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2289/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/2289/alexandrov?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4110,\"firstName\":\"Alrio\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Alrio\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4110\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4110/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7847\",\"name\":\"Captain
43
- America (1996) #8\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/5453\",\"name\":\"Heroes
44
- Reborn: Captain America (Trade Paperback)\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4110/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6478\",\"name\":\"Captain
45
- America (1996 - 1998)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1815\",\"name\":\"Heroes
46
- Reborn: Captain America (2006)\"}],\"returned\":2},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4110/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/24513\",\"name\":\"Serpents
47
- and Eagles: Part 1: A First Small Hisssss\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4110/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4110/alrio?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":7470,\"firstName\":\"ALSJOERDSMA\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"ALSJOERDSMA\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7470\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7470/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7470/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7470/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7470/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/7470/alsjoerdsma?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":6326,\"firstName\":\"Amash\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Amash\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6326\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6326/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/18941\",\"name\":\"Quasar
48
- (1989) #51\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/23453\",\"name\":\"Quasar
49
- (1999) #51\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6326/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/6682\",\"name\":\"Quasar
50
- (1999 - 1994)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3695\",\"name\":\"Quasar
51
- (1989 - 1994)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6326/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/40502\",\"name\":\"The
52
- Conservation Of Angular Momentum\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/51999\",\"name\":\"The
53
- Conservation Of Angular Momentum\",\"type\":\"interiorStory\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6326/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/6326/amash?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":3965,\"firstName\":\"Andreani\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Andreani\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3965\",\"comics\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3965/comics\",\"items\":[],\"returned\":0},\"series\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3965/series\",\"items\":[],\"returned\":0},\"stories\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3965/stories\",\"items\":[],\"returned\":0},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3965/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/3965/andreani?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":8040,\"firstName\":\"Angel\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Angel\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/8040\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8040/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/24235\",\"name\":\"Hulk:
54
- Broken Worlds Book (2009) #2\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8040/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/7427\",\"name\":\"Hulk:
55
- Broken Worlds Book (2009)\"}],\"returned\":1},\"stories\":{\"available\":5,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8040/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/53700\",\"name\":\"2
56
- of 2\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57111\",\"name\":\"Cover
57
- #57111\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57112\",\"name\":\"Interior
58
- #57112\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57114\",\"name\":\"Interior
59
- #57114\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/57116\",\"name\":\"Interior
60
- #57116\",\"type\":\"interiorStory\"}],\"returned\":5},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/8040/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/8040/angel?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":5810,\"firstName\":\"Ariane\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Ariane\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/5810\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5810/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/17787\",\"name\":\"Avengers
61
- West Coast (1985) #100\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19865\",\"name\":\"Iron
62
- Man Annual (1976) #14\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5810/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3623\",\"name\":\"Avengers
63
- West Coast (1985 - 1994)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3723\",\"name\":\"Iron
64
- Man Annual (1976 - 1994)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5810/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/37790\",\"name\":\"Boys
65
- Will Be Boys\",\"type\":\"\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42583\",\"name\":\"Unfamiliar
66
- Faces\",\"type\":\"interiorStory\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/5810/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/5810/ariane?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":6723,\"firstName\":\"Armada\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Armada\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6723\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6723/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19918\",\"name\":\"Iron
67
- Man (1998) #44\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19919\",\"name\":\"Iron
68
- Man (1998) #45\"}],\"returned\":2},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6723/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2572\",\"name\":\"Iron
69
- Man (1998 - 2004)\"}],\"returned\":1},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6723/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42698\",\"name\":\"Cover
70
- #42698\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/42700\",\"name\":\"Cover
71
- #42700\",\"type\":\"cover\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6723/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/6723/armada?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4592,\"firstName\":\"Arno\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Arno\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4592\",\"comics\":{\"available\":4,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4592/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14224\",\"name\":\"Wolverine
72
- (1988) #99\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14335\",\"name\":\"X-Men
73
- (1991) #46\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14336\",\"name\":\"X-Men
74
- (1991) #47\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/14337\",\"name\":\"X-Men
75
- (1991) #48\"}],\"returned\":4},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4592/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2262\",\"name\":\"Wolverine
76
- (1988 - 2003)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2265\",\"name\":\"X-Men
77
- (1991 - 2001)\"}],\"returned\":2},\"stories\":{\"available\":4,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4592/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/28967\",\"name\":\"Cover
78
- #28967\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/29224\",\"name\":\"The
79
- Totally Unexpected Return of the X-Babies !\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/29226\",\"name\":\"Cover
80
- #29226\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/29228\",\"name\":\"Divided
81
- Minds\",\"type\":\"cover\"}],\"returned\":4},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4592/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4592/arno?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":2935,\"firstName\":\"Austin\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Austin\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2935\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2935/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9113\",\"name\":\"Incredible
82
- Hulk (1962) #302\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2935/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2021\",\"name\":\"Incredible
83
- Hulk (1962 - 1999)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2935/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/18752\",\"name\":\"Cover
84
- #18752\",\"type\":\"cover\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2935/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/2935/austin?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":3052,\"firstName\":\"Avon\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Avon\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3052\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3052/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/17787\",\"name\":\"Avengers
85
- West Coast (1985) #100\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/9547\",\"name\":\"Iron
86
- Man (1968) #298\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3052/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3623\",\"name\":\"Avengers
87
- West Coast (1985 - 1994)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2029\",\"name\":\"Iron
88
- Man (1968 - 1996)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3052/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/19570\",\"name\":\"Heart
89
- of Stone\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/37790\",\"name\":\"Boys
90
- Will Be Boys\",\"type\":\"\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3052/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/3052/avon?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":6535,\"firstName\":\"B.K.\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"B.K.\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/6535\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6535/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/19764\",\"name\":\"Marvel
91
- Preview (1977) #15\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6535/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/3718\",\"name\":\"Marvel
92
- Preview (1977 - 1981)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6535/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/41947\",\"name\":\"pin-up\",\"type\":\"\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/6535/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/6535/bk.?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":2299,\"firstName\":\"Babcock\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Babcock\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/2299\",\"comics\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2299/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/7249\",\"name\":\"Avengers
93
- (1963) #367\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/8338\",\"name\":\"Daredevil
94
- (1963) #338\"}],\"returned\":2},\"series\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2299/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/1991\",\"name\":\"Avengers
95
- (1963 - 1996)\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2002\",\"name\":\"Daredevil
96
- (1963 - 1998)\"}],\"returned\":2},\"stories\":{\"available\":2,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2299/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/15051\",\"name\":\"Voyeuristic
97
- Visions\",\"type\":\"interiorStory\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/16260\",\"name\":\"Treachery\",\"type\":\"interiorStory\"}],\"returned\":2},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/2299/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/2299/babcock?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":7591,\"firstName\":\"Bair\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Bair\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/7591\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7591/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/22189\",\"name\":\"Punisher
98
- War Journal (1988) #34\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7591/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/5860\",\"name\":\"Punisher
99
- War Journal (1988 - 1995)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7591/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/49670\",\"name\":\"Interior
100
- #49670\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/7591/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/7591/bair?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":3188,\"firstName\":\"Balcells\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Balcells\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/3188\",\"comics\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3188/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/11950\",\"name\":\"Vampire
101
- Tales (1973) #6\"}],\"returned\":1},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3188/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2089\",\"name\":\"Vampire
102
- Tales (1973 - 1975)\"}],\"returned\":1},\"stories\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3188/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/20411\",\"name\":\"Angie's
103
- Soul\",\"type\":\"interiorStory\"}],\"returned\":1},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/3188/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/3188/balcells?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]},{\"id\":4781,\"firstName\":\"Barta\",\"middleName\":\"\",\"lastName\":\"\",\"suffix\":\"\",\"fullName\":\"Barta\",\"modified\":\"2007-01-02T00:00:00-0500\",\"thumbnail\":{\"path\":\"http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available\",\"extension\":\"jpg\"},\"resourceURI\":\"http://gateway.marvel.com/v1/public/creators/4781\",\"comics\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4781/comics\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15137\",\"name\":\"Silver
104
- Surfer (1987) #137\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15138\",\"name\":\"Silver
105
- Surfer (1987) #138\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/comics/15139\",\"name\":\"Silver
106
- Surfer (1987) #139\"}],\"returned\":3},\"series\":{\"available\":1,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4781/series\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/series/2288\",\"name\":\"Silver
107
- Surfer (1987 - 1998)\"}],\"returned\":1},\"stories\":{\"available\":3,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4781/stories\",\"items\":[{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30743\",\"name\":\"the
108
- Resurrection\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30745\",\"name\":\"Cover
109
- #30745\",\"type\":\"cover\"},{\"resourceURI\":\"http://gateway.marvel.com/v1/public/stories/30747\",\"name\":\"Cover
110
- #30747\",\"type\":\"cover\"}],\"returned\":3},\"events\":{\"available\":0,\"collectionURI\":\"http://gateway.marvel.com/v1/public/creators/4781/events\",\"items\":[],\"returned\":0},\"urls\":[{\"type\":\"detail\",\"url\":\"http://marvel.com/comics/creators/4781/barta?utm_campaign=apiRef&utm_source=<PUBLIC_KEY>\"}]}]}}"
111
- http_version:
112
- recorded_at: Sat, 08 Feb 2014 21:20:00 GMT
113
- recorded_with: VCR 2.8.0