summaryrefslogtreecommitdiff
path: root/services/googlemaps.json
diff options
context:
space:
mode:
authorcmaussan <cmaussan@linkfluence.net>2012-06-27 12:49:37 +0200
committercmaussan <cmaussan@linkfluence.net>2012-06-27 12:49:37 +0200
commit3c1eba8b8f72b86d43c84de6bd7325c45c363fd3 (patch)
tree023c68de4ac14e2522481ad064efcd428d0a9e6f /services/googlemaps.json
parentadd data-publica (diff)
downloadapi-description-3c1eba8b8f72b86d43c84de6bd7325c45c363fd3.tar.gz
added a bunch of specs written by linkfluence
Diffstat (limited to 'services/googlemaps.json')
-rw-r--r--services/googlemaps.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/services/googlemaps.json b/services/googlemaps.json
new file mode 100644
index 0000000..f408f28
--- /dev/null
+++ b/services/googlemaps.json
@@ -0,0 +1,14 @@
+{
+ "base_url" : "http://maps.googleapis.com/maps/api",
+ "methods" : {
+ "geocode" : {
+ "path" : "/geocode/:format",
+ "method" : "GET",
+ "required_params" : [
+ "format",
+ "address",
+ "sensor"
+ ]
+ }
+ }
+}