├── .github └── FUNDING.yml ├── Code.js ├── README.md ├── appsscript.json ├── include.gif └── sheet.gif /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: https://gumroad.com/l/hGYGh 2 | -------------------------------------------------------------------------------- /Code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/Gexpress-middleware-RESTsheet/HEAD/Code.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/Gexpress-middleware-RESTsheet/HEAD/README.md -------------------------------------------------------------------------------- /appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/Gexpress-middleware-RESTsheet/HEAD/appsscript.json -------------------------------------------------------------------------------- /include.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/Gexpress-middleware-RESTsheet/HEAD/include.gif -------------------------------------------------------------------------------- /sheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/Gexpress-middleware-RESTsheet/HEAD/sheet.gif --------------------------------------------------------------------------------