UserHub Python SDK
Project description
UserHub Python SDK
Stability: alpha
Requirements
- Python 3.8 or later
Getting Started
Install SDK
pip install -U userhub-sdk
Example
from userhub_sdk import AdminApi
admin_api = AdminApi("sk_123...")
res = admin_api.users.list(page_size=5)
for user in res.users:
print(user.id, user.display_name)
See the examples
directory for more examples.
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
userhub_sdk-0.4.0.tar.gz
(67.8 kB
view hashes)
Built Distribution
userhub_sdk-0.4.0-py3-none-any.whl
(183.6 kB
view hashes)
Close
Hashes for userhub_sdk-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0eab1a009510cf5a82ab38fa9c4f45b135d4954eed48c38ecce7137cf0ae4c9 |
|
MD5 | 496a094bd6239d208332db7e6b8614e2 |
|
BLAKE2b-256 | a504da98bb0847e0871f0a0f3d98a966c366651d4064d1d4144ac36d8e15ea95 |