Last active
April 27, 2018 14:26
-
-
Save andersr/201a35c8a547ff689e02be49e68fc30f to your computer and use it in GitHub Desktop.
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
{ | |
"characters": | |
[ | |
{ | |
"name": "Luke Skywalker", | |
"url": "http://swapi.co/api/people/1/" | |
}, | |
{ | |
"name": "Darth Vader", | |
"url": "http://swapi.co/api/people/4/" | |
}, | |
{ | |
"name": "Obi-wan Kenobi", | |
"url": "http://swapi.co/api/people/unknown/" | |
}, | |
{ | |
"name": "R2-D2", | |
"url": "http://swapi.co/api/people/2/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment