A python wrapper for easily interacting with the Dealcloud REST API.
Project description
DealCloud API Wrapper
This package provides a simple wrapper for interacting with the DealCloud REST API.
Installation
The package can be installed through pip:
pip install dealcloud-api-wrapper
The package depends on requests, requests_oauthlib, and oauthlib.
Example
Using the package is simple:
from dealcloud_api_wrapper import dc_client
# Initialize Client object
dc = dc_client.Client(hostname='your hostname here', client_id='your client id', client_secret='your client secret')
# Call schema/data methods (more examples in dc_schema and dc_data classes)
dc_schema_result = dc.schema_get_entrytypes()
dc_data_result = dc.data_get_row_entry(entryTypeId, query={'your query'}, params={'your params'})
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dealcloud-api-wrapper-0.0.5.tar.gz.
File metadata
- Download URL: dealcloud-api-wrapper-0.0.5.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3217958e9cff10f406e4691e6a2393022035ecc079f7fd1767c6128394bd8059
|
|
| MD5 |
d4b9d0303a690fa659bd7fa1983ea55a
|
|
| BLAKE2b-256 |
ab605c5877418696d69774f8f59947c9cdd41c3c586f40128668f597b7fb27c6
|
File details
Details for the file dealcloud_api_wrapper-0.0.5-py3-none-any.whl.
File metadata
- Download URL: dealcloud_api_wrapper-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8ed1ec1df124b2e67a51c270b03b358d47a282e52d9ef016e0e4206d939b40c
|
|
| MD5 |
18fd095e40209f389b22fb54a26e77c4
|
|
| BLAKE2b-256 |
43596633013f83282cefc4afec0166b86a1576570766f75e7ab590facbd579ba
|