bamboo-api
bamboo-api copied to clipboard
installing package using npm doesn't include buildPlan method
Hi,
The bug described in the title occurred on version 0.0.5.
Thanks in advance, Reuven
PR merged
That's great, thanks!
Still, the problem occurs, the last method in /lib/bamboo is getAllPlans. Maybe increasing the version might help?
@sebarmeli Please let me know if it's possible to publish the newer version soon.
Thanks in adavance, Reuven
Hey, @Reuvenc , I just reviewing the code and method buildPlan
never worked, there an error in the code and also no tests.
I will fix it and create PR, then @sebarmeli can review it.
@Reuvenc created PR https://github.com/sebarmeli/bamboo-api/pull/16 , fixed buildPlan
method.
@pvoznenko Thanks for your fix.
@Reuvenc , try to get 0.0.7
version , buildPlan
should be there. @sebarmeli published update.