request / request-promise

The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
ISC License
4.77k stars 297 forks source link

await example #327

Open mariusa opened 5 years ago

mariusa commented 5 years ago

Would you please add an example to README on how to use request-promise with await ?

Thanks

franck-romano commented 4 years ago

Hi,

I don't know if it relevant since async/await is specific to ES6 and not specific to request-promise.

What do you think about this ?

mariusa commented 4 years ago

Hi Franck,

Looks like async/await is the best-practice to use JS calls going forward. It would ease the adoption of request-promise to have a clear example with this method.

Thanks for considering.

franck-romano commented 4 years ago

Completely agree with you, even if switching from promises to async/await is not painful.

I can add an example ASAP and make a PR :)