Pluralsight client library for API management
- Free software: Apache-2 license
- Documentation: https://pluralsight.readthedocs.org.
- Invitation management using the license API
- User management using the license API
- Team information
- Invite URL generation
from pluralsight.licensing import LicensingAPIClient
client = LicensingAPIClient(plan, api_key)
invites = client.invites.get_all_invites()