Standup & Prosper SDK
Standup & Prosper SDK for Python.
This is the Standup & Prosper SDK used to integrate with programmatic standups at https://standup.teaminator.io.
Usage
pip install standup-and-prosper-sdk
(you may need to run pip with root permission: sudo pip install standup-and-prosper-sdk)
Then import the package:
import standup_and_prosper_sdk
Getting Started
Get Standup Threads
from standup_and_prosper_sdk import ApiClient, StandupsApi
access_key = "eyARB5k-..." # Create on at https://standup.teaminator.io/app/#/api
team_id = "TEAM_ID"
standup_id = "STANDUP_ID" # Can be found on the https://standup.teaminator.io/app/#/standups page or by querying the existing standups
api_client = ApiClient(access_key)
api = StandupsApi(api_client)
threadResponse = api.get_standup_threads(team_id, standup_id)
print(threadResponse.threads)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file standup-and-prosper-sdk-1.0.13.tar.gz.
File metadata
- Download URL: standup-and-prosper-sdk-1.0.13.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
613954d6e3a662657708e952202ebeb43c5a8a364f027e7379d7cd7e099e55dc
|
|
| MD5 |
96e6d6e265864d2d8b2ddc3605556c02
|
|
| BLAKE2b-256 |
d1b08caa1f8fb4b13d6f51bc5472d22579ddbbc269ea6bc2a39e27da91ed0c13
|