Skip to content

Version 0.5.0 Enhancements

Compare
Choose a tag to compare
@ShaneSutro ShaneSutro released this 22 Feb 15:17
· 96 commits to master since this release
a2c4f76

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 new Installable, then pass both the Installable + SubscriptionID to the Board()
    • Read the docs for more information