- Actually set
dummy_password
toX
if it wasn't provided. - Use wrap method instead of
Kernel#Array
since it behaves different than expected on a Hash. - Use
Time::parse
instead ofTime#iso801
because Woodpecker API doesn't return a valid ISO8601 date.
- Send
Content-Type: application/json
on POST requests to the API.
- Remove
require "pry"
fromlib/woodpecker.rb
. I should be kicked for that.
add_prospects_campaign
andadd_prospects_list
now use Kernel#Array so that users don't have to wrap single objects.
- Initial release.