Common utilities, models, and clients used with StrongMind Platform APIs
Project description
platform-python-sdk
This Python package is intended to provide clients and models for accessing the Platform APIs.
Current Version: 3.2.0
Requirements.
Python 3.6
Installation & Usage
pip install
pip install strongmind-platform-sdk
Then import and use the package:
from strongmind_platform_sdk.platform_sdk.clients.oneroster_client import get_authenticated_oneroster_client
from oneroster_client.api.enrollments_management_api import EnrollmentsManagementApi
base_client = get_authenticated_oneroster_client(
base_url,
id_server_base_url,
client_id,
client_secret
)
enrollments_client = EnrollmentsManagementApi(base_client)
enrollment = enrollments_client.get_enrollment("{UUID}")
OneRoster Diagram
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
Close
Hashes for strongmind_platform_sdk-3.5.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c898ae23ec940c9095abdc5564c22f05d2a300a7c9755df802f2f303058fb57 |
|
MD5 | 3ce4d087e2b80e94049f30cef9394996 |
|
BLAKE2b-256 | dd471072acc12507d1f4bdec338ca140e794a7b94dec488bf59f7613bd059c0c |