Skip to main content

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

spec-image018

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

strongmind_platform_sdk-3.6.1.tar.gz (29.2 kB view details)

Uploaded Source

File details

Details for the file strongmind_platform_sdk-3.6.1.tar.gz.

File metadata

File hashes

Hashes for strongmind_platform_sdk-3.6.1.tar.gz
Algorithm Hash digest
SHA256 f1662c5e94aed8afcd318991e459599a47e83644d26bc30a2de7cd4210ce07d5
MD5 2db90b0c08447ed3b4ff5b7af53b316f
BLAKE2b-256 589e23dc8e656ede44810bebbdf205d0a895ad21b1b40b1a85144dcee5c24c6d

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