summary refs log tree commit diff
path: root/eg/apitest.json
blob: 8c26bae5fbc7918e98578f5d36e87cc404886a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
   "methods" : {
      "new_user" : {
         "path" : "/user/",
         "method" : "POST"
      }
   },
   "declare" : {
      "api_base_url" : "http://localhost:5000",
      "api_format_mode" : "content-type",
      "api_format" : "json"
   }
}