Net-Flowdock-Stream
view release on metacpan or search on metacpan
lib/Net/Flowdock/Stream.pm view on Meta::CPAN
);
while (1) {
if (my $event = $stream->get_next_event) {
process_event($event);
}
}
=head1 DESCRIPTION
This module implements the streaming api for
L<Flowdock|https://www.flowdock.com/>. It provides a non-blocking method which
you can call to get the next available event in the stream. You can then
integrate this method into your existing event-driven app.
=head1 ATTRIBUTES
=head2 token
Your account's API token, for authentication. Required unless C<email> and
C<password> are provided.
( run in 0.602 second using v1.01-cache-2.11-cpan-4d50c553e7e )