library redash-api-cli
redash api client
sakatuki/redash-api-cli
redash api client
- Tuesday, May 8, 2018
- by sakatukitukasa
- Repository
- 0 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
RedashApiClient
support for queries api get/regist/delete, (*1)
Getting Started
install
composer.json, (*2)
{
"require": {
"sakatuki/redash-api-cli": "dev-master"
}
}
how to use
$queryId = 1;
$redashApiCli = new RedashApiClient(
'https://your-redash',
'your api key'
);
$apiQueries = new RedashApiQueries($redashApiCli);
$data = $apiQueries->getQuery($queryId);
dev-master
9999999-dev
redash api client
Sources
Download
MIT
The Requires
by
Sakatuki/Yuki Takei
redash