Skip to main content

Ingresse Python SDK for great usage

Project description

# Ingresse Python SDK

Ingresse Python SDK is what you were missing to help you out with those coding using what is the best in ticketing technology.

## Quick start

After install, Import ingresse SDK to your application and set an object with your API keys.

```python
import ingresse

# Configurate SiftScience SDK
client = ingresse.Client(
public_key= <YOU_PUBLIC_KEY>,
private_key= <YOU_PRIVATE_KEY>
)

# For /event/123456 request, use
response = client.getEvent(123456)
```

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

Ingresse-0.1.tar.gz (3.0 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