Closed mondalaci closed 2 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.
Client.js
Client._sendRequest()
xml2obj()
Resolved by #9.
The callback hell makes it difficult to maintain szamlazz.js. This mostly affects
Client.js
, especiallyClient._sendRequest()
, and it'd be worth to convertxml2obj()
to async/await style, too.