Skip to main content

The Standup & Prosper SDK for interacting with standups programmatically.

Project description

Standup & Prosper SDK

Standup & Prosper SDK for Python.

NuGet version Build Status

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)

Project details


Download files

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

Source Distribution

standup-and-prosper-sdk-1.0.8.tar.gz (11.7 kB view details)

Uploaded Source

File details

Details for the file standup-and-prosper-sdk-1.0.8.tar.gz.

File metadata

  • Download URL: standup-and-prosper-sdk-1.0.8.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.3

File hashes

Hashes for standup-and-prosper-sdk-1.0.8.tar.gz
Algorithm Hash digest
SHA256 5f636f9e4434079632a022eda6ea662ab8e39ff644e6a49cb8e90ffc318e945e
MD5 c6bbeba505844bd56d4b5d7ecf5e1e4f
BLAKE2b-256 de1927919a4cab2661d9c79981acb56d73f30a6c555892dad948278cec20b220

See more details on using hashes here.

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