summary refs log tree commit diff
path: root/eg/github.yaml
blob: c28e370dac7e15c6ddd088712a0be2d59f9a90b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
declare:
  api_base_url: http://github.com/api/v2/
  api_format: JSON
  api_format_mode: content-type
methods:
  user_information:
    method: GET
    path: /user/show/:username
    params:
      - username
    required:
      - username
  user_following:
    method: GET
    path: /user/show/:user/followers
    params:
      - user
    required:
      - user