flowhub / bigiot-js

JavaScript library for interacting with the BIG IoT marketplace
3 stars 2 forks source link

Added the function to activate or deactivate offerings to the provider class #41

Closed Transmitt0r closed 6 years ago

Transmitt0r commented 6 years ago

It is now possible to activate and deactivate offering on the marketplace, so you don't have to re-register the offering every few minutes to keep it active or delete it to make it unaccessible. You can also set a new expiration time with the activate method.

This PR also includes tests for the two added methods and a small change to the README to reflect on those changes.

bergie commented 6 years ago

Thanks! There was a minor typo in the spec/provider.js file, but fixed and merged.

bergie commented 6 years ago

Released as 0.5.1

Transmitt0r commented 6 years ago

Ah thank you! Missed that somehow :)