marver 0.0.0 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +17 -0
  3. data/.ruby-version +1 -0
  4. data/Gemfile +13 -0
  5. data/LICENSE +20 -0
  6. data/README.md +32 -0
  7. data/Rakefile +1 -0
  8. data/lib/marver.rb +35 -21
  9. data/lib/marver/builders/common_entities_builder.rb +46 -0
  10. data/lib/marver/builders/core_entities_builder.rb +34 -0
  11. data/lib/marver/client.rb +13 -0
  12. data/lib/marver/credentials.rb +23 -0
  13. data/lib/marver/data_container.rb +18 -0
  14. data/lib/marver/entities/common/image.rb +9 -0
  15. data/lib/marver/entities/common/key_date.rb +10 -0
  16. data/lib/marver/entities/common/price.rb +10 -0
  17. data/lib/marver/entities/common/text_object.rb +11 -0
  18. data/lib/marver/entities/common/url.rb +10 -0
  19. data/lib/marver/entities/core/character.rb +35 -0
  20. data/lib/marver/entities/core/comic.rb +46 -0
  21. data/lib/marver/entities/core/creator.rb +36 -0
  22. data/lib/marver/entities/core/event.rb +35 -0
  23. data/lib/marver/entities/core/serie.rb +37 -0
  24. data/lib/marver/entities/core/story.rb +36 -0
  25. data/lib/marver/entities/summaries/character_summary.rb +22 -0
  26. data/lib/marver/entities/summaries/comic_summary.rb +20 -0
  27. data/lib/marver/entities/summaries/creator_summary.rb +12 -0
  28. data/lib/marver/entities/summaries/event_summary.rb +14 -0
  29. data/lib/marver/entities/summaries/serie_summary.rb +13 -0
  30. data/lib/marver/entities/summaries/story_summary.rb +14 -0
  31. data/lib/marver/finders/character_finder.rb +24 -0
  32. data/lib/marver/helpers/string_helper.rb +36 -0
  33. data/lib/marver/rest/client.rb +22 -0
  34. data/lib/marver/rest/error.rb +13 -0
  35. data/lib/marver/rest/response.rb +18 -0
  36. data/lib/marver/version.rb +3 -0
  37. data/marver.gemspec +23 -0
  38. data/spec/fixtures/character.json +398 -0
  39. data/spec/fixtures/comic.json +243 -0
  40. data/spec/fixtures/creator.json +345 -0
  41. data/spec/fixtures/event.json +104 -0
  42. data/spec/fixtures/raw_json.json +398 -0
  43. data/spec/fixtures/serie.json +102 -0
  44. data/spec/fixtures/story.json +94 -0
  45. data/spec/marver/client_spec.rb +12 -0
  46. data/spec/marver/credentials_spec.rb +19 -0
  47. data/spec/marver/data_container_spec.rb +23 -0
  48. data/spec/marver/entities/core/character_spec.rb +76 -0
  49. data/spec/marver/entities/core/comic_spec.rb +150 -0
  50. data/spec/marver/entities/core/creator_spec.rb +83 -0
  51. data/spec/marver/entities/core/event_spec.rb +106 -0
  52. data/spec/marver/entities/core/serie_spec.rb +106 -0
  53. data/spec/marver/entities/core/story_spec.rb +70 -0
  54. data/spec/marver/entities/image_spec.rb +9 -0
  55. data/spec/marver/entities/key_date_spec.rb +17 -0
  56. data/spec/marver/entities/price_spec.rb +13 -0
  57. data/spec/marver/entities/summaries/character_summary_spec.rb +65 -0
  58. data/spec/marver/entities/summaries/comic_summary_spec.rb +64 -0
  59. data/spec/marver/entities/summaries/creator_summary_spec.rb +23 -0
  60. data/spec/marver/entities/summaries/event_summary_spec.rb +30 -0
  61. data/spec/marver/entities/summaries/serie_summary_spec.rb +26 -0
  62. data/spec/marver/entities/summaries/story_summary_spec.rb +30 -0
  63. data/spec/marver/entities/text_object_spec.rb +20 -0
  64. data/spec/marver/entities/url_spec.rb +16 -0
  65. data/spec/marver/finders/character_finder_spec.rb +27 -0
  66. data/spec/marver/rest/client_spec.rb +10 -0
  67. data/spec/marver/rest/error_spec.rb +14 -0
  68. data/spec/marver/rest/response_spec.rb +22 -0
  69. data/spec/spec_helper.rb +17 -0
  70. metadata +137 -8
@@ -0,0 +1,104 @@
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": "0a3a17c153657110d773a292cb4fea8b89cad560",
8
+ "data": {
9
+ "offset": 0,
10
+ "limit": 20,
11
+ "total": 1,
12
+ "count": 20,
13
+ "results": [
14
+ {
15
+ "id": 248,
16
+ "title": "Fall of the Mutants",
17
+ "description": "The X-Men battled the Adversary in Dallas, and X-Factor clashed with the Horsemen of Apocalypse in New York, while the New Mutants confronted the insane Ani-Mator on Paradise Island.",
18
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/248",
19
+ "urls": [
20
+ {
21
+ "type": "detail",
22
+ "url": "http://marvel.com/comics/events/248/fall_of_the_mutants?utm_campaign=apiRef&utm_source=f302f582215c3deedff86e8015f853c7"
23
+ },
24
+ {
25
+ "type": "wiki",
26
+ "url": "http://marvel.com/universe/Fall_of_the_Mutants?utm_campaign=apiRef&utm_source=f302f582215c3deedff86e8015f853c7"
27
+ }
28
+ ],
29
+ "modified": "2013-06-26T14:14:30-0400",
30
+ "start": "1988-01-10 00:00:00",
31
+ "end": "2007-01-17 00:00:00",
32
+ "thumbnail": {
33
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/8/a0/51cb2f521ae35",
34
+ "extension": "jpg"
35
+ },
36
+ "creators": {
37
+ "available": 50,
38
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/248/creators",
39
+ "items": [
40
+ {
41
+ "resourceURI": "http://gateway.marvel.com/v1/public/creators/259",
42
+ "name": "Mark Gruenwald",
43
+ "role": "writer"
44
+ }
45
+ ],
46
+ "returned": 1
47
+ },
48
+ "characters": {
49
+ "available": 36,
50
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/248/characters",
51
+ "items": [
52
+ {
53
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009337",
54
+ "name": "Havok"
55
+ }
56
+ ],
57
+ "returned": 1
58
+ },
59
+ "stories": {
60
+ "available": 30,
61
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/248/stories",
62
+ "items": [
63
+ {
64
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/22222",
65
+ "name": "Fall of the Mutants",
66
+ "type": "cover"
67
+ }
68
+ ],
69
+ "returned": 1
70
+ },
71
+ "comics": {
72
+ "available": 10,
73
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/248/comics",
74
+ "items": [
75
+ {
76
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/7720",
77
+ "name": "Captain America (1968) #339"
78
+ }
79
+ ],
80
+ "returned": 1
81
+ },
82
+ "series": {
83
+ "available": 1,
84
+ "collectionURI": "http://gateway.marvel.com/v1/public/events/248/series",
85
+ "items": [
86
+ {
87
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2002",
88
+ "name": "Daredevil (1963 - 1998)"
89
+ }
90
+ ],
91
+ "returned": 1
92
+ },
93
+ "next": {
94
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/252",
95
+ "name": "Inferno"
96
+ },
97
+ "previous": {
98
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/246",
99
+ "name": "Evolutionary War"
100
+ }
101
+ }
102
+ ]
103
+ }
104
+ }
@@ -0,0 +1,398 @@
1
+ {
2
+ "code": 200,
3
+ "status": "Ok",
4
+ "etag": "ec5ab621cf3760eb6f2df2e6270ccb56c6debfb7",
5
+ "data": {
6
+ "offset": 0,
7
+ "limit": 20,
8
+ "total": 1,
9
+ "count": 1,
10
+ "results": [
11
+ {
12
+ "id": 1009220,
13
+ "name": "Captain America",
14
+ "description": "Vowing to serve his country any way he could, young Steve Rogers took the super soldier serum to become America's one-man army. Fighting for the red, white and blue for over 60 years, Captain America is the living, breathing symbol of freedom and liberty.",
15
+ "modified": "2013-10-18T17:32:09-0400",
16
+ "thumbnail": {
17
+ "path": "http://i.annihil.us/u/prod/marvel/i/mg/2/c0/5261a81d0154e",
18
+ "extension": "jpg"
19
+ },
20
+ "resourceURI": "http://gateway.marvel.com/v1/public/characters/1009220",
21
+ "comics": {
22
+ "available": 1423,
23
+ "collectionURI": "http://gateway.marvel.com/v1/public/characters/1009220/comics",
24
+ "items": [
25
+ {
26
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/42539",
27
+ "name": "Age of Apocalypse (2011) #2 (Avengers Art Appreciation Variant)"
28
+ },
29
+ {
30
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/30885",
31
+ "name": "Age of Heroes (Trade Paperback)"
32
+ },
33
+ {
34
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/38524",
35
+ "name": "Age of X: Universe (2011) #1"
36
+ },
37
+ {
38
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12555",
39
+ "name": "All-Winners Comics (1941) #1"
40
+ },
41
+ {
42
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12566",
43
+ "name": "All-Winners Comics (1941) #2"
44
+ },
45
+ {
46
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12568",
47
+ "name": "All-Winners Comics (1941) #3"
48
+ },
49
+ {
50
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12569",
51
+ "name": "All-Winners Comics (1941) #4"
52
+ },
53
+ {
54
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12570",
55
+ "name": "All-Winners Comics (1941) #5"
56
+ },
57
+ {
58
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12571",
59
+ "name": "All-Winners Comics (1941) #6"
60
+ },
61
+ {
62
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12572",
63
+ "name": "All-Winners Comics (1941) #7"
64
+ },
65
+ {
66
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12573",
67
+ "name": "All-Winners Comics (1941) #8"
68
+ },
69
+ {
70
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12574",
71
+ "name": "All-Winners Comics (1941) #9"
72
+ },
73
+ {
74
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12556",
75
+ "name": "All-Winners Comics (1941) #10"
76
+ },
77
+ {
78
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12557",
79
+ "name": "All-Winners Comics (1941) #11"
80
+ },
81
+ {
82
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12558",
83
+ "name": "All-Winners Comics (1941) #12"
84
+ },
85
+ {
86
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12559",
87
+ "name": "All-Winners Comics (1941) #13"
88
+ },
89
+ {
90
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12560",
91
+ "name": "All-Winners Comics (1941) #14"
92
+ },
93
+ {
94
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12561",
95
+ "name": "All-Winners Comics (1941) #15"
96
+ },
97
+ {
98
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12562",
99
+ "name": "All-Winners Comics (1941) #16"
100
+ },
101
+ {
102
+ "resourceURI": "http://gateway.marvel.com/v1/public/comics/12563",
103
+ "name": "All-Winners Comics (1941) #17"
104
+ }
105
+ ],
106
+ "returned": 20
107
+ },
108
+ "series": {
109
+ "available": 376,
110
+ "collectionURI": "http://gateway.marvel.com/v1/public/characters/1009220/series",
111
+ "items": [
112
+ {
113
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/15331",
114
+ "name": "Age of Apocalypse (2011 - Present)"
115
+ },
116
+ {
117
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/10235",
118
+ "name": "Age of Heroes (2011)"
119
+ },
120
+ {
121
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/13896",
122
+ "name": "Age of X: Universe (2011)"
123
+ },
124
+ {
125
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2114",
126
+ "name": "All-Winners Comics (1941 - 1947)"
127
+ },
128
+ {
129
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/9865",
130
+ "name": "All-Winners Squad: Band of Heroes (2011)"
131
+ },
132
+ {
133
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2116",
134
+ "name": "Alpha Flight (1983 - 1994)"
135
+ },
136
+ {
137
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1983",
138
+ "name": "Alpha Flight Classic Vol. 1 (2007)"
139
+ },
140
+ {
141
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/454",
142
+ "name": "Amazing Spider-Man (1999 - 2013)"
143
+ },
144
+ {
145
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1987",
146
+ "name": "Amazing Spider-Man (1963 - 1998)"
147
+ },
148
+ {
149
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/2984",
150
+ "name": "Amazing Spider-Man Annual (1964 - Present)"
151
+ },
152
+ {
153
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/14818",
154
+ "name": "Annihilators: Earthfall (2011)"
155
+ },
156
+ {
157
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/14696",
158
+ "name": "Art of Marvel Movies: The Art of Captain America - The First Avenger (2011 - Present)"
159
+ },
160
+ {
161
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/14779",
162
+ "name": "Art of Marvel Studios TPB Slipcase (2011 - Present)"
163
+ },
164
+ {
165
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/9381",
166
+ "name": "Astonishing X-Men Vol. 6: Xenogenetic (2010)"
167
+ },
168
+ {
169
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/9085",
170
+ "name": "Avengers (2010 - 2012)"
171
+ },
172
+ {
173
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/3621",
174
+ "name": "Avengers (1996 - 1997)"
175
+ },
176
+ {
177
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/354",
178
+ "name": "Avengers (1998 - 2004)"
179
+ },
180
+ {
181
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1991",
182
+ "name": "Avengers (1963 - 1996)"
183
+ },
184
+ {
185
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/9086",
186
+ "name": "Avengers Academy (2010 - 2012)"
187
+ },
188
+ {
189
+ "resourceURI": "http://gateway.marvel.com/v1/public/series/1988",
190
+ "name": "Avengers Annual (1967 - 1994)"
191
+ }
192
+ ],
193
+ "returned": 20
194
+ },
195
+ "stories": {
196
+ "available": 2285,
197
+ "collectionURI": "http://gateway.marvel.com/v1/public/characters/1009220/stories",
198
+ "items": [
199
+ {
200
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/892",
201
+ "name": "Cover #892",
202
+ "type": "cover"
203
+ },
204
+ {
205
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/960",
206
+ "name": "3 of ?",
207
+ "type": "cover"
208
+ },
209
+ {
210
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1041",
211
+ "name": "Avengers (1998) #502",
212
+ "type": "interiorStory"
213
+ },
214
+ {
215
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1042",
216
+ "name": "Avengers (1998) #503",
217
+ "type": "cover"
218
+ },
219
+ {
220
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/1675",
221
+ "name": "Cover #1675",
222
+ "type": "cover"
223
+ },
224
+ {
225
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2353",
226
+ "name": "1 of 5 -",
227
+ "type": "cover"
228
+ },
229
+ {
230
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/2875",
231
+ "name": "2 of 5 - Brothers and Keepers",
232
+ "type": "cover"
233
+ },
234
+ {
235
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3435",
236
+ "name": "New Avengers (2004) #1",
237
+ "type": "cover"
238
+ },
239
+ {
240
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3436",
241
+ "name": "New Avengers (2004) #1",
242
+ "type": "interiorStory"
243
+ },
244
+ {
245
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3437",
246
+ "name": "2 of 5 - The Raft",
247
+ "type": "cover"
248
+ },
249
+ {
250
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3439",
251
+ "name": "Cover #3439",
252
+ "type": "cover"
253
+ },
254
+ {
255
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3443",
256
+ "name": "4 of 5 - Breakout!",
257
+ "type": "cover"
258
+ },
259
+ {
260
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3445",
261
+ "name": "5 of 6 - Breakout!",
262
+ "type": "cover"
263
+ },
264
+ {
265
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3455",
266
+ "name": "6 of 6 - Breakout!",
267
+ "type": "cover"
268
+ },
269
+ {
270
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3457",
271
+ "name": "1 of 5 - The Raft",
272
+ "type": "cover"
273
+ },
274
+ {
275
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3459",
276
+ "name": "1 of 3 - Sentry",
277
+ "type": "cover"
278
+ },
279
+ {
280
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3461",
281
+ "name": "Cover #3461",
282
+ "type": "cover"
283
+ },
284
+ {
285
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3463",
286
+ "name": "3 of 3 - Sentry",
287
+ "type": "cover"
288
+ },
289
+ {
290
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3465",
291
+ "name": "1 of 3 - Ronin",
292
+ "type": "cover"
293
+ },
294
+ {
295
+ "resourceURI": "http://gateway.marvel.com/v1/public/stories/3467",
296
+ "name": "2 of 3 - Ronin",
297
+ "type": "cover"
298
+ }
299
+ ],
300
+ "returned": 20
301
+ },
302
+ "events": {
303
+ "available": 19,
304
+ "collectionURI": "http://gateway.marvel.com/v1/public/characters/1009220/events",
305
+ "items": [
306
+ {
307
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/116",
308
+ "name": "Acts of Vengeance!"
309
+ },
310
+ {
311
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/303",
312
+ "name": "Age of X"
313
+ },
314
+ {
315
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/231",
316
+ "name": "Armor Wars"
317
+ },
318
+ {
319
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/234",
320
+ "name": "Avengers Disassembled"
321
+ },
322
+ {
323
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/310",
324
+ "name": "Avengers VS X-Men"
325
+ },
326
+ {
327
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/296",
328
+ "name": "Chaos War"
329
+ },
330
+ {
331
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/238",
332
+ "name": "Civil War"
333
+ },
334
+ {
335
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/248",
336
+ "name": "Fall of the Mutants"
337
+ },
338
+ {
339
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/302",
340
+ "name": "Fear Itself"
341
+ },
342
+ {
343
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/251",
344
+ "name": "House of M"
345
+ },
346
+ {
347
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/253",
348
+ "name": "Infinity Gauntlet"
349
+ },
350
+ {
351
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/29",
352
+ "name": "Infinity War"
353
+ },
354
+ {
355
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/37",
356
+ "name": "Maximum Security"
357
+ },
358
+ {
359
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/154",
360
+ "name": "Onslaught"
361
+ },
362
+ {
363
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/269",
364
+ "name": "Secret Invasion"
365
+ },
366
+ {
367
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/270",
368
+ "name": "Secret Wars"
369
+ },
370
+ {
371
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/271",
372
+ "name": "Secret Wars II"
373
+ },
374
+ {
375
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/309",
376
+ "name": "Shattered Heroes"
377
+ },
378
+ {
379
+ "resourceURI": "http://gateway.marvel.com/v1/public/events/273",
380
+ "name": "Siege"
381
+ }
382
+ ],
383
+ "returned": 19
384
+ },
385
+ "urls": [
386
+ {
387
+ "type": "detail",
388
+ "url": "http://marvel.com/comics/characters/1009220/captain_america?utm_campaign=apiRef&utm_source=f302f582215c3deedff86e8015f853c7"
389
+ },
390
+ {
391
+ "type": "wiki",
392
+ "url": "http://marvel.com/universe/Captain_America_(Steve_Rogers)?utm_campaign=apiRef&utm_source=f302f582215c3deedff86e8015f853c7"
393
+ }
394
+ ]
395
+ }
396
+ ]
397
+ }
398
+ }