APNS-Agent
view release on metacpan or search on metacpan
APNS::Agent is agent server for APNS. It is also backend class of [apns-agent](http://search.cpan.org/perldoc?apns-agent).
This module provides consistent connection to APNS and cares reconnection. It utilizes
[AnyEvent::APNS](http://search.cpan.org/perldoc?AnyEvent::APNS) internally.
__THE SOFTWARE IS ALPHA QUALITY. API MAY CHANGE WITHOUT NOTICE.__
# API PARAMETERS
APNS::Agent launches HTTP Server process which accepts only POST method and
`application/x-www-form-urlencoded` format parameters.
Acceptable parameters as follows:
- `token`
device token by HEX format. (Required)
- `payload`
lib/APNS/Agent.pm view on Meta::CPAN
APNS::Agent is agent server for APNS. It is also backend class of L<apns-agent>.
This module provides consistent connection to APNS and cares reconnection. It utilizes
L<AnyEvent::APNS> internally.
B<THE SOFTWARE IS ALPHA QUALITY. API MAY CHANGE WITHOUT NOTICE.>
=head1 API PARAMETERS
APNS::Agent launches HTTP Server process which accepts only POST method and
C<application/x-www-form-urlencoded> format parameters.
Acceptable parameters as follows:
=over
=item C<token>
device token by HEX format. (Required)
( run in 0.253 second using v1.01-cache-2.11-cpan-8d75d55dd25 )