how-to continue
authorEduardo <[email protected]>
Wed, 25 Oct 2023 23:50:42 +0000 (01:50 +0200)
committerEduardo <[email protected]>
Wed, 25 Oct 2023 23:50:42 +0000 (01:50 +0200)
index.php

index 3df708cbb6d1961a23cbcdf2b4d5f4906c165141..955ec4c9e6eda37cacc8668ed5c3cd144b8f7172 100644 (file)
--- 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