Skip to content

tfuji384/gas-redash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gas-redash

GASからRedashのAPIを叩くライブラリが欲しかったけどなかったので作った

usage

  • 「リソース」→「ライブラリ」でMfAwSVqSIr9QVogJmlH5fyL8R-QPYxpAfを入力

サンプルコード

function myFunction() {
    const client = redash.create(REDASH_BASE_URL, PERSONAL_ACCESS_KEY);
    const res = client.getRefreshedQueryResult(QUERY_ID);
    Logger.log(res);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published