Wrapper for working with the Parature RESTful API
Project description
ParatureApiClient
======================================
ParatureApiClient is a python wrapper for working with the Parature RESTful API.
The package exposes a class for the following API resources:
* Ticket
* CSR
* Customer
* Account
## Installation
Install via pip:
`pip install paratureapiclient`
Save to project requirements file:
`pip freeze > requirements.txt`
## Usage
```
from paratureapiclient import ParatureApiClient
client = ParatureApiClient(PARATURE_URL, PARATURE_TOKEN)
# Get ticket data
tickets = client.tickets.get_data()
```
## License
paratureapiclient is released under the MIT License.
======================================
ParatureApiClient is a python wrapper for working with the Parature RESTful API.
The package exposes a class for the following API resources:
* Ticket
* CSR
* Customer
* Account
## Installation
Install via pip:
`pip install paratureapiclient`
Save to project requirements file:
`pip freeze > requirements.txt`
## Usage
```
from paratureapiclient import ParatureApiClient
client = ParatureApiClient(PARATURE_URL, PARATURE_TOKEN)
# Get ticket data
tickets = client.tickets.get_data()
```
## License
paratureapiclient is released under the MIT License.
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
File details
Details for the file paratureapiclient-0.50.tar.gz.
File metadata
- Download URL: paratureapiclient-0.50.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d088c596805de3bc1980375c8d5aa1767bd9ddf82c150845b43822a578d4296e
|
|
| MD5 |
fe01460197a688af65c7599b81c3a797
|
|
| BLAKE2b-256 |
582133cf74737bad07e6356f62315d7b5e29e33743eaffa6b00ac5f191cf5fa2
|