From: Eduardo Date: Wed, 25 Oct 2023 23:50:42 +0000 (+0200) Subject: how-to continue X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=8acb7484089a93c1f938486d4572df1ae5787750;p=g-sheets-php.git how-to continue --- 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