bartve / disconnect

An easy to use Node.js client with OAuth support to connect with the discogs.com API v2.0
MIT License
458 stars 79 forks source link

Promises not returned #48

Closed jasonmarkperez closed 4 years ago

jasonmarkperez commented 6 years ago

Hello!

Getting started with Disconnect, and noticed that the documentation mentions: 'When no callback is provided, the API functions return a native JS Promise for easy chaining, ' but this does not seem to be implemented, unless I'm misunderstanding. Is this a planned future feature?

thanks! Jason

bartve commented 6 years ago

This used to work fine. The example from the readme.md isn't working for you? What errors do you get?

bartve commented 4 years ago

Closed due to inactivity