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/klout.json | |
| parent | add data-publica (diff) | |
| download | api-description-3c1eba8b8f72b86d43c84de6bd7325c45c363fd3.tar.gz | |
added a bunch of specs written by linkfluence
Diffstat (limited to 'services/klout.json')
| -rw-r--r-- | services/klout.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/services/klout.json b/services/klout.json new file mode 100644 index 0000000..c5b23a0 --- /dev/null +++ b/services/klout.json @@ -0,0 +1,12 @@ +{ +"base_url":"http://api.klout.com", +"version":"0.1", +"methods":{ + "klout":{ + "required_params":["key","users","format"], + "expected_status":["200"], + "path":"/1/klout.:format", + "method":"GET" + } +} +} |
