Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Last active August 24, 2017 16:24
Show Gist options
  • Save rafaelvicio/c3724a2fd85da2c31b1fc8f4aa6be242 to your computer and use it in GitHub Desktop.
Save rafaelvicio/c3724a2fd85da2c31b1fc8f4aa6be242 to your computer and use it in GitHub Desktop.
Endpoint:
GET localhost/api/usuários
Retorno:
{nome: "rafael", idade: 21, sexo: "Masculino"},
{nome: "Maria", idade: 19, sexo: "Feminino"},
{nome: "Filype", idade: 16, sexo: "Masculino"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment