From 24c622632e4877a62fece4c2b11e761d73ce6b4a Mon Sep 17 00:00:00 2001
From: Ben Galloway <ben.galloway@gsc.org.uk>
Date: Tue, 22 May 2018 09:25:58 +0100
Subject: [PATCH] Update docs for new VisitorStats call

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index eb851e1..d877622 100644
--- a/README.md
+++ b/README.md
@@ -357,6 +357,12 @@ The following availability methods seem to be unsupported by the Gamma API. They
 * `ResourceDatesNotAvailable`
 * `ResourceListByViewByDateLoadLight`
 
+#### Methods available in this library that are not in the docs
+
+* `gammaVisitorStats`
+
+This is a call written specifically for GSC's visitor stats requirement and is therefore not in the main Gamma documentation. It will return a number of adults and children visiting on each date in a given date range - this is comprised of pre-booked public and education visitors to the Science Mall, as well as walk-in Science Mall sales processed through the front desk. It will update throughout the day on any given day, allowing it to be used as a monitor for how busy the building is, but does not return any results for future dates.
+
 ## Contributing
 
 The distributed version of this library is simply built by Babel, assuming that any applications which use it will be running a relatively modern version of Node.
-- 
GitLab