Liking cljdoc? Tell your friends :D

oc.lib.proxy.sheets-chart

Proxy a request to a published chart from a Google Sheet and rewrite the response.

Proxy a request to a published chart from a Google Sheet and rewrite the response.
raw docstring

chart-idclj

source

proxy-sheets-chartclj

(proxy-sheets-chart sheet-path params)

Proxy requests to Google Sheets and rewrite the responses in a form ready for embedding as an iFrame. Return the response as a ring response (map).

Used in development by the Web development service. Used in production by the OpenCompany Proxy Service.

Proxy requests to Google Sheets and rewrite the responses in a form ready for embedding as
an iFrame. Return the response as a ring response (map).

Used in development by the Web development service. Used in production by the OpenCompany Proxy Service.
sourceraw docstring

proxy-sheets-pass-throughclj

(proxy-sheets-pass-through sheet-path params)

Proxy requests through to Google Sheets (needed for CORs). Pass through the response as-is in a ring response (map).

Used in development by the Web development service. Used in production by the OpenCompany Proxy Service.

Proxy requests through to Google Sheets (needed for CORs). Pass through the response as-is in a ring response (map).

Used in development by the Web development service. Used in production by the OpenCompany Proxy Service.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close