From 8acb7484089a93c1f938486d4572df1ae5787750 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Thu, 26 Oct 2023 01:50:42 +0200 Subject: [PATCH] how-to continue --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index 3df708c..955ec4c 100644 --- a/index.php +++ b/index.php @@ -14,3 +14,7 @@ $res = $sheetSync->get("Hoja 1!A1:F10"); header('Content-Type: application/json'); print($res); + + +# TODO: if get: save the json and serve always the same for 5 minutes or something like that +# use a sha or md5 on the input to return the same output as requested. \ No newline at end of file -- 2.30.2