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)
```
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
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 details)
File details
Details for the file Ingresse-0.1.tar.gz
.
File metadata
- Download URL: Ingresse-0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8278e1f6517c47d5d74c29293d1c6f5abbc8b47f22b5928fc03314e7809fd20a
|
|
MD5 |
04ace6a283f82aa8773cc0b3113affdb
|
|
BLAKE2b-256 |
6cd3185eac970dc131ec9a8464f4e866a980850f60e10028da8fc54054778a2e
|