From 90b6ff9d4e34c5052fd296197f4b7cd3e5aa6ec7 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Sun, 23 Apr 2017 14:06:01 +0100 Subject: [PATCH] Created Info API (markdown) --- Info-API.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Info-API.md diff --git a/Info-API.md b/Info-API.md new file mode 100644 index 0000000..8e3d521 --- /dev/null +++ b/Info-API.md @@ -0,0 +1,23 @@ +# Info API + +_Last Updated 2017-04-23_ + +The Info API consists of endpoints which are useful lookup tables for various sections of the app. + +## Ages Endpoint + +### `GET /api/info/ages` + +Returns a JSON object. ID is used during User Registration for Customers. + +``` +{ + ages : [ + { + id : + string : + } + ... + ] +} +``` \ No newline at end of file