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