Created
April 30, 2014 00:25
-
-
Save pcg79/b209935eb1b1a1de1211 to your computer and use it in GitHub Desktop.
Marvel character api result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id" => 1009521, | |
"name" => " Hank Pym", | |
"comics" => { | |
"available" => 44, | |
"collectionURI" => "http://gateway.marvel.com/v1/public/characters/1009521/comics", | |
"items" => [ | |
[ 0] { | |
"resourceURI" => "http://gateway.marvel.com/v1/public/comics/35533", | |
"name" => "Amazing Spider-Man (1999) #661" | |
}, | |
[ 1] { | |
"resourceURI" => "http://gateway.marvel.com/v1/public/comics/39041", | |
"name" => "Amazing Spider-Man (1999) #661 (X-Men Art Variant)" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment