Method: ElasticTranscoder::Utilities#execute_post
- Defined in:
- lib/elastic_transcoder/utilities.rb
#execute_post(url, headers, body) ⇒ Object
27 28 29 |
# File 'lib/elastic_transcoder/utilities.rb', line 27 def execute_post url, headers, body HTTParty.post url, :body=>body, :headers=>headers end |