{ "name" : "Google URL Shortener", "version" : "0.1", "base_url" : "https://www.googleapis.com/urlshortener/v1/url", "methods" : { "insert" : { "path" : "", "method" : "POST", "required_payload" : true, "optional_params" : [ "key" ] }, "get" : { "path" : "", "method" : "GET", "required_params" : [ "shortUrl" ], "optional_params" : [ "key", "projection" ] }, "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", "start-token" ], "authentication" : true } }, "expected_status": [ "200" ], "authority" : "http://github.com/SPORE", "meta" : { "documentation" : "http://code.google.com/apis/urlshortener/v1/getting_started.html" } }