Skip to content

Instantly share code, notes, and snippets.

@andersr
Last active April 27, 2018 14:26
Show Gist options
  • Save andersr/201a35c8a547ff689e02be49e68fc30f to your computer and use it in GitHub Desktop.
Save andersr/201a35c8a547ff689e02be49e68fc30f to your computer and use it in GitHub Desktop.
{
"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