jschyma / open_fints_js_client

FinTS/HBCI Javascript Client
Apache License 2.0
132 stars 44 forks source link

Support for promises when no callback is given #37

Open reinerBa opened 7 years ago

reinerBa commented 7 years ago

Adds support for returning promises, which gives the possibility to use async/await keywords and create a workflow without callback hell. Added jsdoc to the promise returning methods. Added the possibility to give an bank url as string to the constructor.

psi-4ward commented 6 years ago

+1

jaecktec commented 6 years ago

+1

reinerBa commented 6 years ago

Until the merge is done you can find my fork for Promise (and with it await) supported here https://github.com/reinerBa/open_fints_js_client

npm i open-fin-ts-js-client-promise