Closed xmariopereira closed 3 years ago
When a change_request is created, sometimes change_task is added. So I have added the option to get Change_task from change_request.
Thanks for the PR.. will check it soon
Hi @ChaitanyaKaranam,
Still waiting for the approval :)
By the way, did you ever thinking to move this to async?
Hi @ChaitanyaKaranam,
Still waiting for the approval :)
By the way, did you ever thinking to move this to async?
Sorry for the delay. I'm creating an instance to review this.
Yes.. I was considering promisifying these functions.. there are bunch of other stuff that I want to add. Probably will add a roadmap with detailed info.
@ChaitanyaKaranam readme was fixed
by the way, if you add a roadmap i maybe wanna help :) I was going to fork and create an async version. But if you want i can commit to this codebase
by the way, if you add a roadmap i maybe wanna help :) I was going to fork and create an async version. But if you want i can commit to this codebase
Awesome.. Will make sure to include you in the conversation.
nice!! don't forget to do a new version release! :)
When a change_request is created, sometimes change_task is added. So I have added the option to get Change_task from change_request.