From 9c2f13426e1153139b4fac6118f434f1b87e10f9 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 26 Oct 2010 16:26:04 +0200 Subject: Github: some methods return raw data --- services/github/gist.json | 3 ++- services/github/object.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services/github/gist.json b/services/github/gist.json index 5534f61..c10949f 100644 --- a/services/github/gist.json +++ b/services/github/gist.json @@ -33,6 +33,7 @@ "authority" : "http://github.com/SPORE", "meta" : { "documentation" : "http://develop.github.com/", - "module" : "gist" + "module" : "gist", + "enable_if" : "get_gist_content" } } diff --git a/services/github/object.json b/services/github/object.json index 56ce32f..8891242 100644 --- a/services/github/object.json +++ b/services/github/object.json @@ -72,6 +72,7 @@ "authority" : "http://github.com/SPORE", "meta" : { "documentation" : "http://develop.github.com/", - "module" : "object" + "module" : "object", + "enable_if" : "get_raw_blob" } } -- cgit v1.2.3