WebService::UrbanAirship

Routines for Urban Airship APIs
Download

WebService::UrbanAirship Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Geoffrey Young
  • Publisher web site:
  • http://search.cpan.org/~geoff/

WebService::UrbanAirship Tags


WebService::UrbanAirship Description

Routines for Urban Airship APIs WebService::UrbanAirship is a Perl module for accessing the Urban Airship API, as described in http://urbanairship.com/docs/.currently, the only useful class is WebService::UrbanAirship::APNS, which serves as an API for the Apple Push Notification service for the iPhone. additional classes may come as Urban Airship offers support for the Apple Store Kit and other APIs in the future.SYNOPSIS # create the object my $o = WebService::UrbanAirship::APNS->new(application_key => 'C9mvZ******************8QGW', application_secret => 'DQvNtylF***************MgVG', application_push_secret => 'HGrBg37****************ylFA'); # now do something, like register the device my $o->register_device(device_token => 'FE66489F304DC75B8D6E8200DFF8A456E8DAEACEC428B427E9518741C92C6660', alias => 'de039f61e64d3300aa0ce521fd6a65f780cc814e', Requirements: · Perl


WebService::UrbanAirship Related Software