marvel_api 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/.document +1 -1
  3. data/.rspec +2 -1
  4. data/.travis.yml +8 -0
  5. data/Gemfile +11 -4
  6. data/Guardfile +5 -0
  7. data/LICENSE.txt +1 -1
  8. data/README.md +16 -4
  9. data/Rakefile +11 -8
  10. data/lib/marvel/client.rb +6 -14
  11. data/lib/marvel/connection.rb +10 -2
  12. data/lib/marvel/error.rb +16 -0
  13. data/lib/marvel/request.rb +22 -8
  14. data/lib/marvel/response.rb +21 -0
  15. data/lib/marvel/version.rb +14 -0
  16. data/marvel_api.gemspec +75 -18
  17. data/spec/fixtures/characters/character.json +341 -0
  18. data/spec/fixtures/characters/character_comics.json +4975 -0
  19. data/spec/fixtures/characters/character_events.json +1666 -0
  20. data/spec/fixtures/characters/character_series.json +6117 -0
  21. data/spec/fixtures/characters/character_stories.json +1873 -0
  22. data/spec/fixtures/characters/characters.json +3006 -0
  23. data/spec/fixtures/comics/comic.json +359 -0
  24. data/spec/fixtures/comics/comic_characters.json +4649 -0
  25. data/spec/fixtures/comics/comic_creators.json +4387 -0
  26. data/spec/fixtures/comics/comic_events.json +522 -0
  27. data/spec/fixtures/comics/comic_stories.json +1985 -0
  28. data/spec/fixtures/comics/comics.json +2246 -0
  29. data/spec/fixtures/creators/creator.json +340 -0
  30. data/spec/fixtures/creators/creator_comics.json +2856 -0
  31. data/spec/fixtures/creators/creator_events.json +1899 -0
  32. data/spec/fixtures/creators/creator_series.json +4686 -0
  33. data/spec/fixtures/creators/creator_stories.json +1491 -0
  34. data/spec/fixtures/creators/creators.json +1376 -0
  35. data/spec/fixtures/errors/empty_parameter.json +4 -0
  36. data/spec/fixtures/errors/excessive_filter_values.json +4 -0
  37. data/spec/fixtures/errors/invalid_credentials.json +4 -0
  38. data/spec/fixtures/errors/invalid_filter_value.json +4 -0
  39. data/spec/fixtures/errors/invalid_hash_ts_key_combo.json +4 -0
  40. data/spec/fixtures/errors/invalid_ordering.json +4 -0
  41. data/spec/fixtures/errors/invalid_parameter.json +4 -0
  42. data/spec/fixtures/errors/limit_invalid.json +4 -0
  43. data/spec/fixtures/errors/limit_over_100.json +4 -0
  44. data/spec/fixtures/errors/resource_not_found.json +4 -0
  45. data/spec/fixtures/events/event.json +522 -0
  46. data/spec/fixtures/events/event_characters.json +6397 -0
  47. data/spec/fixtures/events/event_comics.json +4718 -0
  48. data/spec/fixtures/events/event_creators.json +5869 -0
  49. data/spec/fixtures/events/event_series.json +2243 -0
  50. data/spec/fixtures/events/event_stories.json +4846 -0
  51. data/spec/fixtures/events/events.json +8613 -0
  52. data/spec/fixtures/series/serie.json +448 -0
  53. data/spec/fixtures/series/series.json +3464 -0
  54. data/spec/fixtures/series/series_characters.json +6029 -0
  55. data/spec/fixtures/series/series_comics.json +2935 -0
  56. data/spec/fixtures/series/series_creators.json +5923 -0
  57. data/spec/fixtures/series/series_events.json +944 -0
  58. data/spec/fixtures/series/series_stories.json +1544 -0
  59. data/spec/fixtures/stories/stories.json +1282 -0
  60. data/spec/fixtures/stories/story.json +117 -0
  61. data/spec/fixtures/stories/story_characters.json +794 -0
  62. data/spec/fixtures/stories/story_comics.json +522 -0
  63. data/spec/fixtures/stories/story_creators.json +1672 -0
  64. data/spec/fixtures/stories/story_events.json +522 -0
  65. data/spec/fixtures/stories/story_series.json +695 -0
  66. data/spec/marvel_api/client/client_character_spec.rb +142 -0
  67. data/spec/marvel_api/client/client_comic_spec.rb +141 -0
  68. data/spec/marvel_api/client/client_creator_spec.rb +139 -0
  69. data/spec/marvel_api/client/client_event_spec.rb +163 -0
  70. data/spec/marvel_api/client/client_series_spec.rb +165 -0
  71. data/spec/marvel_api/client/client_story_spec.rb +162 -0
  72. data/spec/marvel_api/error_spec.rb +192 -0
  73. data/spec/marvel_api_spec.rb +15 -3
  74. data/spec/spec_helper.rb +55 -4
  75. metadata +83 -27
  76. data/VERSION +0 -1
  77. data/spec/marvel_api/client_spec.rb +0 -7
@@ -0,0 +1,522 @@
1
+ {
2
+ "code": 200,
3
+ "status": "Ok",
4
+ "copyright": "© 2014 MARVEL",
5
+ "attributionText": "Data provided by Marvel. © 2014 MARVEL",
6
+ "attributionHTML": "<a href=\"http://marvel.com\">Data provided by Marvel. © 2014 MARVEL</a>",
7
+ "etag": "94f8a088d4d16b9a6723ed045393c554d3a37326",
8
+ "data": {
9
+ "offset": 0,
10
+ "limit": 20,
11
+ "total": 1,
12
+ "count": 1,
13
+ "results": [
14
+ {
15
+ "id": 251,
16
+ "title": "House of M",
17
+ "description": "When the Scarlet Witch alters reality, the Avengers and X-Men face a world like none they’ve ever known! Writer Brian Michael Bendis and artist Olivier Coipel re-imagine the Marvel Universe with Magneto bringing mutantkind to prominence in an eight-issue event. As the only person who remembers how things used to be, can Wolverine set things right? Should he?",
18
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/251",
19
+ "urls": [
20
+ {
21
+ "type": "detail",
22
+ "url": "http://marvel.com/comics/events/251/house_of_m?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
23
+ },
24
+ {
25
+ "type": "wiki",
26
+ "url": "http://marvel.com/universe/House_of_M?utm_campaign=apiRef&utm_source=94f945fe8833c9a96e6f761b60562a45"
27
+ }
28
+ ],
29
+ "modified": "2013-06-26T16:48:31-0400",
30
+ "start": "2005-06-01 00:00:00",
31
+ "end": "2005-11-28 00:00:00",
32
+ "thumbnail": {
33
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/e/90/51cb5330eabdf",
34
+ "extension": "jpg"
35
+ },
36
+ "creators": {
37
+ "available": 86,
38
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/251/creators",
39
+ "items": [
40
+ {
41
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/498",
42
+ "name": "Greg Adams",
43
+ "role": "inker"
44
+ },
45
+ {
46
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/424",
47
+ "name": "Udon Comics",
48
+ "role": "inker"
49
+ },
50
+ {
51
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/359",
52
+ "name": "John Dell",
53
+ "role": "inker"
54
+ },
55
+ {
56
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/889",
57
+ "name": "Jesse Delperdang",
58
+ "role": "inker"
59
+ },
60
+ {
61
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/191",
62
+ "name": "Kaare Andrews",
63
+ "role": "penciller (cover)"
64
+ },
65
+ {
66
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/232",
67
+ "name": "Chris Bachalo",
68
+ "role": "penciller (cover)"
69
+ },
70
+ {
71
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/530",
72
+ "name": "Andy Brase",
73
+ "role": "penciller (cover)"
74
+ },
75
+ {
76
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/11421",
77
+ "name": "Roberto Delatorre",
78
+ "role": "penciller (cover)"
79
+ },
80
+ {
81
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/352",
82
+ "name": "Tony Bedard",
83
+ "role": "writer"
84
+ },
85
+ {
86
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/24",
87
+ "name": "Brian Michael Bendis",
88
+ "role": "writer"
89
+ },
90
+ {
91
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/367",
92
+ "name": "Ed Brubaker",
93
+ "role": "writer"
94
+ },
95
+ {
96
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/44",
97
+ "name": "Chris Claremont",
98
+ "role": "writer"
99
+ },
100
+ {
101
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/121",
102
+ "name": "Peter David",
103
+ "role": "writer"
104
+ },
105
+ {
106
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/9201",
107
+ "name": "Nunzio DeFilippis",
108
+ "role": "writer"
109
+ },
110
+ {
111
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/6170",
112
+ "name": "Olivier Coipel",
113
+ "role": "penciller"
114
+ },
115
+ {
116
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/16",
117
+ "name": "Alan Davis",
118
+ "role": "penciller"
119
+ },
120
+ {
121
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/5106",
122
+ "name": "Scot Eaton",
123
+ "role": "penciller"
124
+ },
125
+ {
126
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/8504",
127
+ "name": "Frank D'Armata",
128
+ "role": "colorist"
129
+ },
130
+ {
131
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/430",
132
+ "name": "Edgar Delgado",
133
+ "role": "colorist"
134
+ },
135
+ {
136
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/618",
137
+ "name": "Transparency Digital",
138
+ "role": "colorist"
139
+ }
140
+ ],
141
+ "returned": 20
142
+ },
143
+ "characters": {
144
+ "available": 35,
145
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/251/characters",
146
+ "items": [
147
+ {
148
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009170",
149
+ "name": "Baron Zemo (Heinrich Zemo)"
150
+ },
151
+ {
152
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009182",
153
+ "name": "Bishop"
154
+ },
155
+ {
156
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009187",
157
+ "name": "Black Panther"
158
+ },
159
+ {
160
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009220",
161
+ "name": "Captain America"
162
+ },
163
+ {
164
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1010914",
165
+ "name": "Captain America (House of M)"
166
+ },
167
+ {
168
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009453",
169
+ "name": "Dani Moonstar"
170
+ },
171
+ {
172
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009268",
173
+ "name": "Deadpool"
174
+ },
175
+ {
176
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009281",
177
+ "name": "Doctor Doom"
178
+ },
179
+ {
180
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1010771",
181
+ "name": "Excalibur"
182
+ },
183
+ {
184
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009294",
185
+ "name": "Exiles"
186
+ },
187
+ {
188
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009299",
189
+ "name": "Fantastic Four"
190
+ },
191
+ {
192
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009338",
193
+ "name": "Hawkeye"
194
+ },
195
+ {
196
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1010678",
197
+ "name": "Hellion"
198
+ },
199
+ {
200
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009351",
201
+ "name": "Hulk"
202
+ },
203
+ {
204
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009356",
205
+ "name": "Human Torch"
206
+ },
207
+ {
208
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009366",
209
+ "name": "Invisible Woman"
210
+ },
211
+ {
212
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009368",
213
+ "name": "Iron Man"
214
+ },
215
+ {
216
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009372",
217
+ "name": "J. Jonah Jameson"
218
+ },
219
+ {
220
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1010942",
221
+ "name": "Magik (Amanda Sefton)"
222
+ },
223
+ {
224
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009417",
225
+ "name": "Magneto"
226
+ }
227
+ ],
228
+ "returned": 20
229
+ },
230
+ "stories": {
231
+ "available": 142,
232
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/251/stories",
233
+ "items": [
234
+ {
235
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/563",
236
+ "name": "Interior #563",
237
+ "type": "interiorStory"
238
+ },
239
+ {
240
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/748",
241
+ "name": "1 of 4 - Season of the Witch",
242
+ "type": "cover"
243
+ },
244
+ {
245
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/749",
246
+ "name": "1 of 4 - Season of the Witch",
247
+ "type": "interiorStory"
248
+ },
249
+ {
250
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/752",
251
+ "name": "2 of 4 - Season of the Witch",
252
+ "type": "cover"
253
+ },
254
+ {
255
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/753",
256
+ "name": "2 of 4 - Season of the Witch",
257
+ "type": "interiorStory"
258
+ },
259
+ {
260
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/754",
261
+ "name": "4 of 4 - Season of the Witch (HoM)",
262
+ "type": "cover"
263
+ },
264
+ {
265
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/755",
266
+ "name": "4 of 4 - Season of the Witch (HoM)",
267
+ "type": "interiorStory"
268
+ },
269
+ {
270
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/756",
271
+ "name": "3 of 4 - Season of the Witch (HoM)",
272
+ "type": "cover"
273
+ },
274
+ {
275
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/757",
276
+ "name": "3 of 4 - Season of the Witch (HoM)",
277
+ "type": "interiorStory"
278
+ },
279
+ {
280
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1246",
281
+ "name": "1 of 4 - Last Refuge (House of M)",
282
+ "type": "cover"
283
+ },
284
+ {
285
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1247",
286
+ "name": "1 of 4 - Last Refuge (House of M)",
287
+ "type": "interiorStory"
288
+ },
289
+ {
290
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1248",
291
+ "name": "2 of 4 - Last Refuge (House of M)",
292
+ "type": "cover"
293
+ },
294
+ {
295
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1249",
296
+ "name": "2 of 4 - Last Refuge (House of M)",
297
+ "type": "interiorStory"
298
+ },
299
+ {
300
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1250",
301
+ "name": "3 of 4 - Last Refuge (House of M)",
302
+ "type": "cover"
303
+ },
304
+ {
305
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1251",
306
+ "name": "3 of 4 - Last Refuge (House of M)",
307
+ "type": "interiorStory"
308
+ },
309
+ {
310
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1253",
311
+ "name": "1 of 1 -",
312
+ "type": "interiorStory"
313
+ },
314
+ {
315
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1256",
316
+ "name": "4 of 4 - Terror Incognita",
317
+ "type": "cover"
318
+ },
319
+ {
320
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1257",
321
+ "name": "4 of 4 - Terror Incognita",
322
+ "type": "interiorStory"
323
+ },
324
+ {
325
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1259",
326
+ "name": "2 of 4 - Terror Incognita",
327
+ "type": "interiorStory"
328
+ },
329
+ {
330
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1550",
331
+ "name": "Exiles (2001) #70",
332
+ "type": "cover"
333
+ }
334
+ ],
335
+ "returned": 20
336
+ },
337
+ "comics": {
338
+ "available": 67,
339
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/251/comics",
340
+ "items": [
341
+ {
342
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2323",
343
+ "name": "Black Panther (2005) #7"
344
+ },
345
+ {
346
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2213",
347
+ "name": "Cable & Deadpool (2004) #17"
348
+ },
349
+ {
350
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2420",
351
+ "name": "Captain America (2004) #10"
352
+ },
353
+ {
354
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2017",
355
+ "name": "Excalibur (2004) #13"
356
+ },
357
+ {
358
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2018",
359
+ "name": "Excalibur (2004) #14"
360
+ },
361
+ {
362
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2819",
363
+ "name": "Exiles (2001) #69"
364
+ },
365
+ {
366
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2456",
367
+ "name": "Exiles (2001) #70"
368
+ },
369
+ {
370
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2457",
371
+ "name": "Exiles (2001) #71"
372
+ },
373
+ {
374
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4872",
375
+ "name": "Fantastic Four: House of M (2005) #1"
376
+ },
377
+ {
378
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2361",
379
+ "name": "Fantastic Four: House of M (2005) #2"
380
+ },
381
+ {
382
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2828",
383
+ "name": "Fantastic Four: House of M (2005) #3"
384
+ },
385
+ {
386
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/3569",
387
+ "name": "Giant-Size Ms. Marvel (2006) #1"
388
+ },
389
+ {
390
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/4005",
391
+ "name": "House of M (Trade Paperback)"
392
+ },
393
+ {
394
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/17675",
395
+ "name": "House of M (Hardcover)"
396
+ },
397
+ {
398
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2092",
399
+ "name": "House of M (2005) #1"
400
+ },
401
+ {
402
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2093",
403
+ "name": "House of M (2005) #2"
404
+ },
405
+ {
406
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2198",
407
+ "name": "House of M (2005) #3"
408
+ },
409
+ {
410
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2199",
411
+ "name": "House of M (2005) #4"
412
+ },
413
+ {
414
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/2316",
415
+ "name": "House of M (2005) #5"
416
+ },
417
+ {
418
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/14511",
419
+ "name": "House of M (2005) #6"
420
+ }
421
+ ],
422
+ "returned": 20
423
+ },
424
+ "series": {
425
+ "available": 35,
426
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/251/series",
427
+ "items": [
428
+ {
429
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/784",
430
+ "name": "Black Panther (2005 - 2008)"
431
+ },
432
+ {
433
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/693",
434
+ "name": "Cable & Deadpool (2004 - 2008)"
435
+ },
436
+ {
437
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/832",
438
+ "name": "Captain America (2004 - 2011)"
439
+ },
440
+ {
441
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/740",
442
+ "name": "Excalibur (2004 - 2005)"
443
+ },
444
+ {
445
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/479",
446
+ "name": "Exiles (2001 - 2008)"
447
+ },
448
+ {
449
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/933",
450
+ "name": "Fantastic Four: House of M (2005)"
451
+ },
452
+ {
453
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1025",
454
+ "name": "Giant-Size Ms. Marvel (2006)"
455
+ },
456
+ {
457
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/855",
458
+ "name": "House of M (2005)"
459
+ },
460
+ {
461
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/3441",
462
+ "name": "House of M (2008)"
463
+ },
464
+ {
465
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/362",
466
+ "name": "House of M (2006)"
467
+ },
468
+ {
469
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/5070",
470
+ "name": "House of M: Avengers (2008)"
471
+ },
472
+ {
473
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/7262",
474
+ "name": "House of M: Civil War (1938 - 2009)"
475
+ },
476
+ {
477
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1530",
478
+ "name": "House of M: Excalibur - Prelude (2005)"
479
+ },
480
+ {
481
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1615",
482
+ "name": "House of M: Fantastic Four/Iron Man (2006)"
483
+ },
484
+ {
485
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1548",
486
+ "name": "House of M: Incredible Hulk (2006)"
487
+ },
488
+ {
489
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/8766",
490
+ "name": "House of M: Masters of Evil (2010 - Present)"
491
+ },
492
+ {
493
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1529",
494
+ "name": "House of M: Mutopia X (2006)"
495
+ },
496
+ {
497
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1625",
498
+ "name": "House of M: New X-Men (2006)"
499
+ },
500
+ {
501
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/9462",
502
+ "name": "House of M: No More Mutants (2010)"
503
+ },
504
+ {
505
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1481",
506
+ "name": "House of M: Spider-Man (2006)"
507
+ }
508
+ ],
509
+ "returned": 20
510
+ },
511
+ "next": {
512
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/266",
513
+ "name": "Other - Evolve or Die"
514
+ },
515
+ "previous": {
516
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/245",
517
+ "name": "Enemy of the State"
518
+ }
519
+ }
520
+ ]
521
+ }
522
+ }