Api client for loops.so
Project description
Loops
A convenient Python wrapper for the Lopps API.
Setup
pip install loopsso
Examples
from loopsso import LoopsClient
client = LoopsClinet('YOUR-API-KEY')
Contacts Usage
Create/Add
client.create(
email='adam@loops.so',
firstName='Adam',
lastName='Kaczmarek',
favoriteColor='blue',
userGroup='Founders',
source='Signup form Service'
)
Update
client.update(
email='adam@loops.so',
firstName='Adam',
lastName='Kaczmarek',
favoriteColor='blue',
userGroup='Founders',
source='Signup form Service'
)
Find
client.find(email='adam@loops.so', user_id='SomeUserId')
Delete
client.delete(email='adam@loops.so')
Send
client.send(email='adam@loops.so', event_name='conversion')
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
loopsso-0.0.2.tar.gz
(2.9 kB
view details)
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 loopsso-0.0.2.tar.gz.
File metadata
- Download URL: loopsso-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a60bb02c33e061f7b4b9b943a723a82e11c5800eef0ca53f811732502a161b9
|
|
| MD5 |
3e00662b809e866c9870bedc50b275b0
|
|
| BLAKE2b-256 |
09b810c20f1ab205f1b55e9dc22f1b5a8cbdd8afe997cd3b30f54d1d3a2ebc07
|
File details
Details for the file loopsso-0.0.2-py3-none-any.whl.
File metadata
- Download URL: loopsso-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dcf01f377d53c864b8824135ce459f47b90f5aaddb0d835b056d6771f79a26c
|
|
| MD5 |
dfb004cce9cf49d3b199a36ca01f34b9
|
|
| BLAKE2b-256 |
6c2ccc720c1430ba2218005cbbb3bebd95e13c449bea1aa5bdee8af8d055a820
|