summary refs log tree commit diff
path: root/eg/apitest.yaml
blob: 9e3bad47be194984121ad823b0248a7fc69e40aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: apitest
author:
  - franck cuny <franck@lumberjaph.net>
version: 0.01
api_base_url: http://localhost:5000
methods:
  new_user:
    method: POST
    path: /user/
  list_users:
    method: GET
    path: /user/list