about summary refs log tree commit diff
path: root/services/github.json
blob: 2e9b4ebba3c080781d7c709db74b9e80e1cb866b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
   "api_base_url" : "http://github.com/api/v2/",
   "version" : "0.1",
   "methods" : {
      "user_information" : {
         "required" : [
            "username",
            "format"
         ],
         "path" : "/:format/user/show/:username",
         "method" : "GET"
      },
      "user_following" : {
         "required" : [
            "user",
            "format"
         ],
         "path" : "/:format/user/show/:user/followers",
         "method" : "GET"
      }
   },
   "name" : "GitHub",
   "author" : [
      "franck cuny <franck@lumberjaph.net>"
   ],
   "meta" : {
      "documentation" : "http://develop.github.com/"
   }
}