24 25 26 27 28
# File 'lib/bl/webhooks.rb', line 24 def add res = request(:post, @url, options.to_h) puts 'webhook added' print_response(res) end