Roman Lorenzo Balayan
Roman Lorenzo Balayan
Hi @caub, took a shot at improving the docs for collection methods, adding use cases for callbacks, Promises, and async/await.
@caub, updated pull request to remove IIFE. (Was using it to test locally if samples were actually working) Yes, I would also like to cover the flow control soon. I...
@caub, great idea. Did that, and should be available now on https://romanbalayan.github.io/async/v3/
Hi @caub, Added Promise and async/await samples for flow control methods - `async.parallel`, `async.series`, and `async.auto`
@caub Should I also remove the Promises usage example on the Collections methods as well?
Do you think it is worth-while to do the migration to got (or other alternatives) given the deprecation of request. I started trying to do this - already working with...
I'll tidy up and create a fork of this. Currently I'm not sure about the oauth support. I think it could be done, but im not too familiar with it...
@pioug, This is the current work in progress version using got: https://github.com/romanbalayan/node-jira-client/tree/feat-got-migration, Currently working on a local project, tested to work with Basic Auth for log in, searchIssues, and downloadAttachment...
> Is there any update on this pull request? I would like to use this feature. Seems like the project is no longer maintained? Although, I believe the changes I...
Seems like the code base is no longer being maintained?