From 7536c5c1975ea370c20de507edc69db94ad4e906 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Mon, 11 Apr 2016 15:56:01 -0400 Subject: [PATCH] small edits --- doc/api_docs.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/doc/api_docs.md b/doc/api_docs.md index ca43d0b..f3b3cc0 100644 --- a/doc/api_docs.md +++ b/doc/api_docs.md @@ -2,28 +2,23 @@ This file is for reference purposes only. It is intended for tracking the Data Observatory API functions that should be displayed from the Docs site. Like all API doc, the golden source of the code will live in this repo. I will pull the list of files below into the docs for the output. -## Documenation +## Documentation ### OBS_GetSegmentationSnapshot API Example: + +```text https://observatory.cartodb.com/api/v2/sql?q=SELECT%20*%20FROM%20OBS_GetSegmentationSnapshot(CDB_LatLng(40.760410,-73.964242)) +``` Response: + _Coming soon_ ### OBS_GetDemographicSnapshot -SQL Example: -```sql -SELECT * -FROM OBS_GetDemographicSnapshot(CDB_LatLng(40.760410,-73.964242)); -``` - - - - API Example: ```text