Group
Extension

Matches 1

WWW-Twilio-API ( S/SC/SCOTTW/WWW-Twilio-API-0.21.tar.gz, SCOTTW, 2016; MetaCPAN )
WWW-Twilio-API/lib/WWW/Twilio/API.pm ( view source; MetaCPAN )
 with all the details. Besides, you can
also opt to have Twilio send its responses to you in CSV, JSON, or
HTML.

=head2 Using WWW::Twilio::API

Now that we have a basic understanding of how Twilio's 
', 'json', or 'html' (any representation found at
http://www.twilio.com/docs/api/rest/tips) to the Twilio API call:

  ## return JSON in $response->{content}
  $response = $twilio->POST('Calls.json',

  ## view a list of calls we've made
  $response = $twilio->GET('Calls.json');
  print $response->{content};  ## this is a JSON document

  ## view one particular call we've made
  $response = $twili

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.