brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

SuperFetch – a proxy enhancement to Apps Script UrlFetch #132

Open brucemcpherson opened 2 years ago

brucemcpherson commented 2 years ago

I’ve written a few articles about JavaScript proxying on here, and I’m a big fan. I also use a lot of APIS, and it can be time consuming to keep on checking the REST documentation for how to call them and deal with the UrlFetch responses. SuperFetch is a proxy for UrlFetchApp to help.

What is SuperFetch

SuperFetch is a proxy for UrlFetchApp which has these extra capabilities – most of which I use for all APIS

https://ramblings.mcpher.com/apps-script/superfetch-proxy/