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.
Requirements.
Python 3.6
Installation & Usage
pip install
pip install strongmind-platform-sdk --extra-index-url https://pkgs.dev.azure.com/strongmind/Strongmind/_packaging/StrongMindPackages/pypi/simple/
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-2.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | baa0ae0e7969f6539a58742652bc1fb937c449a62cbcb08f2230cc6b7cdf6a75 |
|
MD5 | 10dbcf03b9e1d419e9bf76585f6b1ada |
|
BLAKE2b-256 | 4bc5818e977f6ee1f7c1c1ca680ec4190843e2774a397843b5ecdbcd97660dc4 |