summaryrefslogtreecommitdiff
path: root/services/topsy.json
blob: f185c09f128672c9af1a475d23408c827380cf0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name" : "Topsy",
    "version" : "0.1",
    "base_url" : "http://otter.topsy.com/",
    "methods" : {
        "stats": {
        "optional_params" : [],
        "required_params" : ["url","format"],
        "expected_status" : ["200"],
        "path" : "/stats.:format",
        "method" : "GET"
        },
        "credit": {
        "optional_params" : [],
        "required_params" : [],
        "expected_status" : ["200"],
        "path" : "/credit.:format",
        "method" : "GET"
        }        
    }
}