summaryrefslogtreecommitdiff
path: root/eg/github.json
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-01 16:19:02 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-01 16:19:02 +0200
commit4b2ec5dbf310d0dc57841e984998d83770c22ee6 (patch)
tree750a6829a5c29be92e46694181ee9833df359e53 /eg/github.json
parenttry catch (diff)
downloadnet-http-api-spec-master.tar.gz
update github apimaster
Diffstat (limited to 'eg/github.json')
-rw-r--r--eg/github.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/eg/github.json b/eg/github.json
index 52513d1..44a295e 100644
--- a/eg/github.json
+++ b/eg/github.json
@@ -19,12 +19,14 @@
},
"user_following" : {
"params" : [
- "user"
+ "user",
+ "format"
],
"required" : [
- "user"
+ "user",
+ "format"
],
- "path" : "/user/show/:user/followers",
+ "path" : "/:format/user/show/:user/followers",
"method" : "GET"
}
}