averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Issue #161: Add endpoint for uploading license file #163

Closed UWinch closed 1 month ago

UWinch commented 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)