Hello, thanks a lot for building the API. Is there any plans to have an ES6 wrapper of the API? So we could do something like: ```javascript import SC from 'soundcloud'; SC.init({ ... }); SC.get('/tracks', { genres: 'rock' }); ```