node-freshdesk-api icon indicating copy to clipboard operation
node-freshdesk-api copied to clipboard

Provide promisified api out-of-the-box

Open kibertoad opened this issue 3 years ago • 4 comments

Current behavior

Users have to promisify node-freshdesk-api

Expected behavior

Promise-based API is available out-of-the-box

More details

No additional libraries are needed for this, Node has native solution: https://nodejs.org/api/util.html#utilpromisifyoriginal

kibertoad avatar Jun 02 '22 08:06 kibertoad

I can look into this.

arjunkomath avatar Jun 02 '22 23:06 arjunkomath

I can do this together with undici conversion then

kibertoad avatar Jun 03 '22 07:06 kibertoad

@kibertoad Thanks, if the PR gets too big I'd prefer if we break them into two separate PRs.

arjunkomath avatar Jun 04 '22 02:06 arjunkomath

@arjunkomath Effort required for this was too big, I don't think I can realistically handle that in the end, unfortunately :-/

kibertoad avatar Feb 16 '24 16:02 kibertoad