Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created July 12, 2022 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelernesto/296555504657c365cb724dd35944d0e3 to your computer and use it in GitHub Desktop.
Save manuelernesto/296555504657c365cb724dd35944d0e3 to your computer and use it in GitHub Desktop.
#input
curl -X GET --location "http://localhost:8080/api/v1/players"
#output
[
{
"age": 35,
"id": 1,
"name": "Leonel Messi",
"nationality": "Argentina"
},
{
"age": 30,
"id": 2,
"name": "Neymar Jr",
"nationality": "Brazil"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment