Skip to content

rtician/rd-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDClient

Build Status codecov

Client helper to use RDStation API

How can I install it?

$ pip install rd-client

How to use it?

In [1]: from rd_client import RDClient

In [2]: client = RDClient('client_id', 'client_secret', 'https://foo.bar')
In [3]: client.authorize()
In [4]: client.get('/marketing/account_info')
Out[4]: 
{'name': 'Account Name'}
In [5]: 

Contribute

Poetry it's an easy way no manage dependencies and build a package, you can see more here.

Download the project and install the dependencies

$ git clone https://github.com/rtician/rd-client
$ cd rd-client
$ poetry install

Run the tests

$ poetry run py.test --cov-report term --cov=rd_client

About

Python client to use RDStation API

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages