Skip to content

Instantly share code, notes, and snippets.

@kenmori
Created January 5, 2017 06:36
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 kenmori/69bb0e4b0f757544e658ca52ddfd9c71 to your computer and use it in GitHub Desktop.
Save kenmori/69bb0e4b0f757544e658ca52ddfd9c71 to your computer and use it in GitHub Desktop.
【DHC/JsonServer使い方】APIテストに便利!「JSONserver」をlocalに立ててAPIを返しローカルエディタや「DHC REST Client」でPOSTやGETリクエストするためのexample
{
"comments": [
{
"body": "some comment",
"id": 1,
"postId": 1
}
],
"posts": [
{
"author": "typicode",
"id": 1,
"title": "json-server"
}
],
"profile": {
"name": "typicode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment