Skip to content

UnitedTraders/redash-api-client-ut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redash-API-Client

PyPI version fury.io PyPI pyversions PyPI license Downloads

Redash API Client written in Python.

Dependencies

  • Python3.6+

Installation

pip install git+https://github.com/UnitedTraders/redash-api-client-ut.git

Getting Started

from redashAPI import RedashAPIClient

# Create API client instance
"""
    :args:
    API_KEY
    REDASH_HOST (optional): `http://localhost:5000` by default
"""
Redash = RedashAPIClient(API_KEY, REDASH_HOST)

Redash's RESTful API

URI Supported Methods
users GET, POST
users/1 GET, POST
groups GET, POST
groups/1 GET, POST, DELETE
data_sources GET, POST
data_sources/1 GET, POST, DELETE

Some examples you can see in redashAPI/test_client.py. I know that the shared state between tests is pure evil, but I want to quickly test my code.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Redash API Client written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%