ultron 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3aaf7379f93c11b5004a4b61a2634d3e5b47cc9
4
- data.tar.gz: 010fdad665f622d6c3a1ffd268f09a7614565edc
3
+ metadata.gz: ff56d89f546f7f90cebc134377c4edb772864ddb
4
+ data.tar.gz: 2b19051c1100e3b96ceb1bd25249132743e7c04d
5
5
  SHA512:
6
- metadata.gz: 4ad4469d1b48e912d996984e639b5973c386dd4e43da57bfed47281df991401d22e850977c5d74a9bfb0a4d6c11e91221313177237ef0da532619c3d49f27631
7
- data.tar.gz: 9911fbe134c142d4ac887b6f2df5dd86f2eaeb1b5877f06113a017ef9aad428540f85323b6ee7e422e9e6212f9d5c953a3b6efc71c0cadb202a5e40e3f6f27a0
6
+ metadata.gz: da43c724307bbf16af75cad900b5c1e5debe6e0436b6b699a5adbef747cb3f0c890238240b852a96c483506f71db4de186383f249fc4db81dd10192296bada71
7
+ data.tar.gz: 8ea7bf080aaab12ee55e3ee6f696c951ef7dfdf1da58888251ea7d6d3dcff54e0f7e79de3994a07affa5e309708538088268496986bde8a0e4eab65caf752a4d
@@ -1,6 +1,9 @@
1
1
  require 'singleton'
2
2
  require 'curb'
3
3
  require 'dotenv'
4
+ require 'json'
5
+ require 'yaml'
6
+ require 'digest'
4
7
 
5
8
  require 'ultron/version'
6
9
  require 'ultron/helpers'
@@ -1,6 +1,8 @@
1
1
  module Ultron
2
2
  module API
3
3
  class Entities
4
+ attr_accessor :metadata
5
+
4
6
  include Enumerable
5
7
 
6
8
  def initialize type
@@ -25,9 +27,16 @@ module Ultron
25
27
  results.length
26
28
  end
27
29
 
30
+ def metadata
31
+ @metadata || begin
32
+ @cnxn.perform['data']
33
+ end
34
+ end
35
+
28
36
  def results
29
37
  @results || begin
30
- @cnxn.perform['data']['results']
38
+ @metadata = @cnxn.perform
39
+ @metadata['data']['results']
31
40
  rescue NoMethodError
32
41
  []
33
42
  end
@@ -15,7 +15,7 @@ module Ultron
15
15
 
16
16
  def results
17
17
  @results || begin
18
- OpenStruct.new @cnxn.perform['data']['results'][0]
18
+ @cnxn.perform['data']['results'][0]
19
19
  end
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Ultron
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -0,0 +1,113 @@
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
@@ -0,0 +1,113 @@
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:46:20 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
@@ -35,11 +35,7 @@ module Ultron
35
35
  end
36
36
 
37
37
  it 'should have the correct title', :vcr do
38
- @comic.title.should == 'Uncanny X-Men (1963) #67'
39
- end
40
-
41
- it 'should have openstruct method-style attribute accessors', :vcr do
42
- @comic.issueNumber.should == 67
38
+ @comic['title'].should == 'Uncanny X-Men (1963) #67'
43
39
  end
44
40
 
45
41
  it 'should give me a story' do
@@ -35,11 +35,11 @@ module Ultron
35
35
  end
36
36
 
37
37
  it 'should have the correct name', :vcr do
38
- @creator.fullName.should == 'Jack Kirby'
38
+ @creator['fullName'].should == 'Jack Kirby'
39
39
  end
40
40
 
41
41
  it 'should have the correct comic', :vcr do
42
- @creator.comics[0].title.should == 'THE FANTASTIC FOUR OMNIBUS VOL. 2 HC (NEW PRINTING) (Hardcover)'
42
+ @creator.comics[0]['title'].should == 'THE FANTASTIC FOUR OMNIBUS VOL. 2 HC (NEW PRINTING) (Hardcover)'
43
43
  end
44
44
 
45
45
  after :each do
@@ -35,11 +35,11 @@ module Ultron
35
35
  end
36
36
 
37
37
  it 'should have the correct title', :vcr do
38
- @event.title.should == 'Age of Ultron'
38
+ @event['title'].should == 'Age of Ultron'
39
39
  end
40
40
 
41
41
  it 'should have the correct first character', :vcr do
42
- @event.characters[0].name.should == 'Ultron'
42
+ @event.characters[0]['name'].should == 'Ultron'
43
43
  end
44
44
 
45
45
  after :each do
@@ -12,15 +12,15 @@ module Ultron
12
12
  set = Characters.new 'comics/29506/characters'
13
13
  char = set[0]
14
14
  char.class.should == Character
15
- char.id.should == 1009257
16
- char.name.should == 'Cyclops'
15
+ char['id'].should == 1009257
16
+ char['name'].should == 'Cyclops'
17
17
  end
18
18
 
19
19
  it 'by event', :vcr do
20
20
  set = Characters.new 'events/116/characters'
21
21
  char = set[-1]
22
- char.id.should == 1009282
23
- char.name.should == 'Doctor Strange'
22
+ char['id'].should == 1009282
23
+ char['name'].should == 'Doctor Strange'
24
24
  end
25
25
 
26
26
  it 'by series', :vcr do
@@ -34,7 +34,7 @@ module Ultron
34
34
  set = Characters.new 'stories/44081/characters'
35
35
  char = set[0]
36
36
  char['id'].should == 1009726
37
- char.name.should == 'X-Men'
37
+ char['name'].should == 'X-Men'
38
38
  end
39
39
  end
40
40
 
@@ -19,7 +19,7 @@ module Ultron
19
19
  it 'by creator', :vcr do
20
20
  set = Comics.new 'creators/196/comics'
21
21
  comic = set[-1]
22
- comic.id.should == 46245
22
+ comic['id'].should == 46245
23
23
  comic['title'].should == 'Marvel Masterworks: Golden Age All-Winners (Trade Paperback)'
24
24
  end
25
25
 
@@ -39,7 +39,7 @@ module Ultron
39
39
  it 'by story', :vcr do
40
40
  comic = Comics.new('stories/3228/comics')[0]
41
41
  comic['id'].should == 5032
42
- comic.title.should == 'X-Men: The End Book 3: Men and X-Men (Trade Paperback)'
42
+ comic['title'].should == 'X-Men: The End Book 3: Men and X-Men (Trade Paperback)'
43
43
  end
44
44
  end
45
45
 
@@ -12,7 +12,7 @@ module Ultron
12
12
  set = Creators.new 'comics/40452/creators'
13
13
  creator = set[0]
14
14
  creator['id'].should == 361
15
- creator.fullName.should == 'Cory Petit'
15
+ creator['fullName'].should == 'Cory Petit'
16
16
  end
17
17
 
18
18
  it 'by event', :vcr do
@@ -31,8 +31,8 @@ module Ultron
31
31
  it 'by story', :vcr do
32
32
  set = Creators.new 'stories/49846/creators'
33
33
  creator = set[-1]
34
- creator.id.should == 454
35
- creator.fullName.should == 'Mark Morales'
34
+ creator['id'].should == 454
35
+ creator['fullName'].should == 'Mark Morales'
36
36
  end
37
37
  end
38
38
 
@@ -18,14 +18,14 @@ module Ultron
18
18
 
19
19
  it 'by comic', :vcr do
20
20
  event = Events.new('comics/6669/events')[0]
21
- event.id.should == 271
21
+ event['id'].should == 271
22
22
  event['title'].should == 'Secret Wars II'
23
23
  end
24
24
 
25
25
  it 'by creator', :vcr do
26
26
  set = Events.new 'creators/214/events'
27
27
  set[0]['id'].should == 116
28
- set[0].title.should == 'Acts of Vengeance!'
28
+ set[0]['title'].should == 'Acts of Vengeance!'
29
29
  end
30
30
 
31
31
  it 'by series', :vcr do
@@ -38,7 +38,7 @@ module Ultron
38
38
  it 'by story', :vcr do
39
39
  set = Events.new 'stories/1203/events'
40
40
  event = set[0]
41
- event.id.should == 238
41
+ event['id'].should == 238
42
42
  event['title'].should == 'Civil War'
43
43
  end
44
44
  end
@@ -13,7 +13,7 @@ module Ultron
13
13
  series = set[-1]
14
14
  series.class.should == Series
15
15
  series['id'].should == 9086
16
- series.title.should == 'Avengers Academy (2010 - 2012)'
16
+ series['title'].should == 'Avengers Academy (2010 - 2012)'
17
17
  end
18
18
 
19
19
  it 'by creator', :vcr do
@@ -25,8 +25,8 @@ module Ultron
25
25
  it 'by event', :vcr do
26
26
  set = Serieses.new 'events/279/series'
27
27
  series = set[-1]
28
- series.id.should == 9808
29
- series.title.should == 'X-Men: Second Coming - Revelations: Blind Science (2010)'
28
+ series['id'].should == 9808
29
+ series['title'].should == 'X-Men: Second Coming - Revelations: Blind Science (2010)'
30
30
  end
31
31
  end
32
32
 
@@ -25,7 +25,7 @@ module Ultron
25
25
  it 'by creator', :vcr do
26
26
  set = Stories.new 'creators/457/stories'
27
27
  story = set[-1]
28
- story.id.should == 851
28
+ story['id'].should == 851
29
29
  story['title'].should == '1 of - Old Soldiers'
30
30
  end
31
31
 
@@ -39,7 +39,7 @@ module Ultron
39
39
  it 'by series', :vcr do
40
40
  set = Stories.new 'series/9981/stories'
41
41
  story = set[-1]
42
- story.id.should == 74319
42
+ story['id'].should == 74319
43
43
  story['title'].should == 'Interior #74319'
44
44
  end
45
45
  end
@@ -35,7 +35,7 @@ module Ultron
35
35
  end
36
36
 
37
37
  it 'should have the correct title', :vcr do
38
- @series.title.should == 'Amazing Fantasy 15: Spider-Man! (2011 - 2012)'
38
+ @series['title'].should == 'Amazing Fantasy 15: Spider-Man! (2011 - 2012)'
39
39
  end
40
40
 
41
41
  after :each do
@@ -63,7 +63,7 @@ module Ultron
63
63
  @characters.add_params limit: 10
64
64
  @characters.add_params offset: 400
65
65
  @characters.length.should == 10
66
- @characters[0].name.should == 'Galactus'
66
+ @characters[0]['name'].should == 'Galactus'
67
67
  end
68
68
  end
69
69
  end
@@ -38,7 +38,7 @@ module Ultron
38
38
 
39
39
  it 'should let us set a dateRange', :vcr do
40
40
  @comics.add_params dateRange: '1980-01-01,1990-01-01'
41
- @comics[0].title.should == 'Wolverine (1988) #20'
41
+ @comics[0]['title'].should == 'Wolverine (1988) #20'
42
42
  end
43
43
  end
44
44
  end
@@ -19,11 +19,13 @@ module Ultron
19
19
  end
20
20
 
21
21
  it 'should have the right name', :vcr do
22
- @creator.fullName.should == 'Nicholas Bertozzi'
22
+ @creator['fullName'].should == 'Nicholas Bertozzi'
23
23
  end
24
24
  end
25
25
 
26
-
26
+ # it 'should have the correct total', :vcr do
27
+ # @creators.metadata['total'].should == 5558
28
+ # end
27
29
  end
28
30
  end
29
31
  end
@@ -18,7 +18,7 @@ module Ultron
18
18
  end
19
19
 
20
20
  it 'should have the right name', :vcr do
21
- @event.title.should == 'Age of Apocalypse'
21
+ @event['title'].should == 'Age of Apocalypse'
22
22
  end
23
23
  end
24
24
  end
@@ -18,7 +18,7 @@ module Ultron
18
18
  end
19
19
 
20
20
  it 'should have the right name', :vcr do
21
- @series.title.should == '1602 (2003 - 2004)'
21
+ @series['title'].should == '1602 (2003 - 2004)'
22
22
  end
23
23
  end
24
24
  end
@@ -18,7 +18,7 @@ module Ultron
18
18
  end
19
19
 
20
20
  it 'should have the right name', :vcr do
21
- @story.title.should match /Investigating the murder of a teenage girl, Cage suddenly learns/
21
+ @story['title'].should match /Investigating the murder of a teenage girl, Cage suddenly learns/
22
22
  end
23
23
  end
24
24
  end
@@ -35,7 +35,7 @@ module Ultron
35
35
  end
36
36
 
37
37
  it 'should have the correct title', :vcr do
38
- @story.title.should == 'Cover #15820'
38
+ @story['title'].should == 'Cover #15820'
39
39
  end
40
40
 
41
41
  after :each do
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_dependency 'curb', '~> 0.8'
22
22
  spec.add_dependency 'dotenv', '~> 0.9'
23
- spec.add_dependency 'activesupport'
23
+ spec.add_dependency 'activesupport', '~> 4.0'
24
24
 
25
25
  spec.add_development_dependency 'bundler', '~> 1.5'
26
26
  spec.add_development_dependency 'rake', '~> 10.1'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pikesley
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: activesupport
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '4.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '4.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -329,7 +329,9 @@ files:
329
329
  - spec/cassettes/Ultron_API_Creators/get_a_creator_by_name/should_return_the_correct_creator.yml
330
330
  - spec/cassettes/Ultron_API_Creators/get_the_fourth_creator_off_the_list/should_have_the_right_name.yml
331
331
  - spec/cassettes/Ultron_API_Creators/get_the_second_creator_off_the_list/should_have_the_right_name.yml
332
+ - spec/cassettes/Ultron_API_Creators/should_have_the_correct_count.yml
332
333
  - spec/cassettes/Ultron_API_Creators/should_have_the_correct_first_comic.yml
334
+ - spec/cassettes/Ultron_API_Creators/should_have_the_correct_total.yml
333
335
  - spec/cassettes/Ultron_API_Creators/should_not_generate_a_list_of_creators_filtered_by_character.yml
334
336
  - spec/cassettes/Ultron_API_Creators/should_not_generate_lists_of_creators/filtered_by_character.yml
335
337
  - spec/cassettes/Ultron_API_Event/should_have_a_list_of_characters.yml
@@ -467,7 +469,9 @@ test_files:
467
469
  - spec/cassettes/Ultron_API_Creators/get_a_creator_by_name/should_return_the_correct_creator.yml
468
470
  - spec/cassettes/Ultron_API_Creators/get_the_fourth_creator_off_the_list/should_have_the_right_name.yml
469
471
  - spec/cassettes/Ultron_API_Creators/get_the_second_creator_off_the_list/should_have_the_right_name.yml
472
+ - spec/cassettes/Ultron_API_Creators/should_have_the_correct_count.yml
470
473
  - spec/cassettes/Ultron_API_Creators/should_have_the_correct_first_comic.yml
474
+ - spec/cassettes/Ultron_API_Creators/should_have_the_correct_total.yml
471
475
  - spec/cassettes/Ultron_API_Creators/should_not_generate_a_list_of_creators_filtered_by_character.yml
472
476
  - spec/cassettes/Ultron_API_Creators/should_not_generate_lists_of_creators/filtered_by_character.yml
473
477
  - spec/cassettes/Ultron_API_Event/should_have_a_list_of_characters.yml