Skip to content

Feature: Add support for promises

Andreas C. Osowski requested to merge lsquires:master into master

Created by: lsquires

Added support for promises and async/await to callback functions. Added examples and explanation to readme. The api callback functions now have a promise based variant with the same function name appended by "Async".

Merge request reports