plivo/plivo-ruby

Some RestAPI functions with 'POST' do not work

Closed this issue · 0 comments

Ruby 1.8.7 with rest-client (1.6.7)

Line 37 of plivo.rb

r = @rest[path].post

This will not work as the post method requires a parameter.

Some of the RestAPI functions do not pass any parameters.