From e7f2a71c481dc02c90e3f2da8782b12173938a62 Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 13 Nov 2015 15:46:26 +0100 Subject: [PATCH] Update API.md --- doc/API.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/API.md b/doc/API.md index 22846f4..c6a196d 100644 --- a/doc/API.md +++ b/doc/API.md @@ -3,6 +3,16 @@ ### Overview ### Quickstart ### General concepts +#### Auth? +#### Errors +#### Possible side-effects + +For each function: +function names +function parameters and types +return type for the functions (Geometry or NULL if not found, with SRID 4326) +pre- and post-conditions or invariants + ### Reference #### Geocoding functions ##### Country geocoder functions @@ -97,13 +107,6 @@ ````` -For each function: -function names -function parameters and types -return type for the functions (Geometry or NULL if not found, with SRID 4326) -a description of the handling of any error condition -pre- and post-conditions or invariants -possible side-effects