/pluralsight

Primary LanguagePythonApache License 2.0Apache-2.0

pluralsight

image

image

Documentation Status

Pluralsight client library for API management

Features

  • Invitation management using the license API
  • User management using the license API
  • Team information
  • Invite URL generation

Usage

from pluralsight.licensing import LicensingAPIClient

client = LicensingAPIClient(plan, api_key)

invites = client.invites.get_all_invites()