eclipse-agail / agile-sdk

JavaScript Agile IoT SDK
Eclipse Public License 2.0
2 stars 4 forks source link

make a module to manage settings #25

Closed craigmulligan closed 6 years ago

craigmulligan commented 6 years ago

Currently you have to re-construct the lib if any settings change, we should be have module that updates the settings, and then have all methods pull from settings before being called.

craigmulligan commented 6 years ago

We should just use axios, it handles request configs and that should be all we need.

craigmulligan commented 6 years ago

Fixed with v1.1.0