summaryrefslogtreecommitdiff
path: root/services/topsy.json
blob: fa8024deae0f3a1fb83da735bcf927f6305604bc (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"
        }
    }
}