blob: f844a41c9067d2d58020fd9665dbb11532b2a6ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
declare:
api_base_url: http://github.com/api/v2/
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
|