Skip to content

Instantly share code, notes, and snippets.

@natbusa
Last active July 26, 2022 06:21
Show Gist options
  • Save natbusa/07544c5677130bdce256cbac57b185c9 to your computer and use it in GitHub Desktop.
Save natbusa/07544c5677130bdce256cbac57b185c9 to your computer and use it in GitHub Desktop.
Sample REST server
{
"id":1,
"data": "one"
}
{
"id":2,
"data": "two"
}
{
"id":3,
"data": "three"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment