ewngs / szamlazz.js

Node.js client for Szamlazz.hu
MIT License
42 stars 35 forks source link

Use async/await #9

Closed mondalaci closed 2 years ago

mondalaci commented 4 years ago

The callback hell makes it difficult to maintain szamlazz.js. This mostly affects Client.js, especially Client._sendRequest(), and it'd be worth to convert xml2obj() to async/await style, too.

mondalaci commented 2 years ago

Resolved by #9.