summaryrefslogblamecommitdiff
path: root/services/googlemaps.json
blob: 2b2156992c100968eec4ee2404939b2118651721 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
                          












                                                       
{
    "name": "Google Maps",
    "base_url" : "http://maps.googleapis.com/maps/api",
    "methods" : {
        "geocode" : {
            "path" : "/geocode/:format",
            "method" : "GET",
            "required_params" : [
                "format",
                "address",
                "sensor"
            ]
        }
    }
}