summary refs log tree commit diff
path: root/eg/apitest.json
diff options
context:
space:
mode:
Diffstat (limited to 'eg/apitest.json')
-rw-r--r--eg/apitest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/eg/apitest.json b/eg/apitest.json
new file mode 100644
index 0000000..8c26bae
--- /dev/null
+++ b/eg/apitest.json
@@ -0,0 +1,13 @@
+{
+   "methods" : {
+      "new_user" : {
+         "path" : "/user/",
+         "method" : "POST"
+      }
+   },
+   "declare" : {
+      "api_base_url" : "http://localhost:5000",
+      "api_format_mode" : "content-type",
+      "api_format" : "json"
+   }
+}