Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

0.50

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paratureapiclient-0.50.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page