summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2011-06-06 10:06:25 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2011-06-06 10:06:25 +0200
commit1042285524402e5d6dfe79f2976ac146258586a4 (patch)
tree8e919404b641bb891320ced77a084f60dc24489f
parentadd Google URL Shortener (diff)
downloadapi-description-1042285524402e5d6dfe79f2976ac146258586a4.tar.gz
put authorization OAuth in header
Diffstat (limited to '')
-rw-r--r--services/googleshortener.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/googleshortener.json b/services/googleshortener.json
index 6cb586a..20adf22 100644
--- a/services/googleshortener.json
+++ b/services/googleshortener.json
@@ -25,6 +25,9 @@
"list" : {
"path" : "/history",
"method" : "GET",
+ "headers" : {
+ "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_nonce=\":oauth_nonce\", oauth_signature_method=\":oauth_signature_method\", oauth_timestamp=\":oauth_timestamp\", oauth_token=\":oauth_token\", oauth_version=\":oauth_version\", oauth_signature=\":oauth_signature\""
+ },
"optional_params" : [
"key",
"projection",