Version 0.5.0 Enhancements
Change Log:
- Removed redundant print statements and unused variables
- Added the ability to pass in an installable that was instantiated with API Key and API Secret only along with Subscription ID when instantiating a new
Board()
.- To use this feature, ensure you pass
getSubscription=False
when instantiating a newInstallable
, then pass both the Installable + SubscriptionID to theBoard()
- Read the docs for more information
- To use this feature, ensure you pass