Client for access API rdstation.
Project description
RDStation-client
Client for access API rdstation.
Installation
The easiest way to getting the hands dirty is install rdstation-client, using pip.
PyPI
Usage
Install
pip install rdstation-client
Create file auth rdstation_client.json
Vide: https://developers.rdstation.com/en/overview
{
"client_id": "049bf777-bbbb-0000-9e09-7ebe2972b8b0",
"client_secret": "952e14d9dbad9c28d2247da9a19645d8",
"redirect_url": "https://appname.org/auth/callback"
}
Python code example:
from rdstation_client import RDStationClient
rdsc = RDStationClient('/home/var/rdstation_client.json')
rdsc.account_info_get()
# Visite link
# Enter CODE in url param
print(rdsc.contacts_patch(
{
"name": "RD Station Developer",
"email": "contact@example.com",
"job_title": "Developer",
"bio": "This documentation explains the RD Station API.",
"website": "https://developers.rdstation.com/",
"linkedin": "rd_station",
"personal_phone": "+55 48 3037-3600",
"city": "Florianópolis",
"state": "SC",
"country": "Brasil",
"tags": ["developer", "rdstation", "api"]
}
))
Contribution start guide
The preferred way to start contributing for the project is creating a virtualenv (you can do by using virtualenv, virtualenvwrapper, pyenv or whatever tool you'd like).
Create the virtualenv:
mkvirtualenv rdstation-client
Install development dependencies:
pip install -r requirements-development.txt
Use py.test
py.test --verbose --assert=plain --color=yes --cov-report=term-missing --cov=rdstation_client tests/
Use pep8
pycodestyle rdstation_client tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdstation-client-0.0.10.tar.gz
(20.5 kB
view hashes)
Built Distribution
Close
Hashes for rdstation_client-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3399fa443db003c31a6b4b15efb07fdcb741b2370659713fdbf4e82c00924ab |
|
MD5 | c5f5cc74e3327dfdfbde3f68feb016e2 |
|
BLAKE2b-256 | 1edb22c0ade90bbd306fb12eafa0d3353f414903af4c6f6e2f1d585f477e2c94 |