Tch1b0 / dsbmobile.js

A Javascript package for the DSBmobile API
https://tch1b0.github.io/dsbmobile.js/
MIT License
5 stars 0 forks source link

Add `DsbmobileConfig` interface #23

Closed Tch1b0 closed 2 years ago

Tch1b0 commented 2 years ago

At this moment the Dsbmobile constructor is able to receive 5 different arguments, so it is getting a bit confusing. Make the User able to either create a Dsbmobile instance by passing argument by argument or by passing a config object.