diff options
| author | cmaussan <cmaussan@linkfluence.net> | 2012-06-27 12:49:37 +0200 |
|---|---|---|
| committer | cmaussan <cmaussan@linkfluence.net> | 2012-06-27 12:49:37 +0200 |
| commit | 3c1eba8b8f72b86d43c84de6bd7325c45c363fd3 (patch) | |
| tree | 023c68de4ac14e2522481ad064efcd428d0a9e6f /services/bitly.json | |
| parent | add data-publica (diff) | |
| download | api-description-3c1eba8b8f72b86d43c84de6bd7325c45c363fd3.tar.gz | |
added a bunch of specs written by linkfluence
Diffstat (limited to '')
| -rw-r--r-- | services/bitly.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/services/bitly.json b/services/bitly.json new file mode 100644 index 0000000..9a717c7 --- /dev/null +++ b/services/bitly.json @@ -0,0 +1,20 @@ +{ +"base_url": "http://api.bitly.com", +"version":"0.1", +"methods":{ + "lookup":{ + "required_params":["login","apiKey","url"], + "optional_params":["format"], + "expected_status":["200"], + "path":"/v3/lookup", + "method":"GET" + }, + "clicks":{ + "required_params":["login","apiKey"], + "optional_params":["shortUrl","hash","format"], + "expected_status":["200"], + "path":"/v3/clicks", + "method":"GET" + } +} +} |
