Closed UWinch closed 1 month ago
What's in the PR?
Added support for license upload.
How to test manually?
Test uploading license with:
client = Client('url', username='name', password='password') license_path = Path("my_license.lic") client.upload_license(license_path)
What's in the PR?
Added support for license upload.
How to test manually?
Test uploading license with: