semifor / net-twitter-lite

A lighter weight (non-Moose) Perl interface to the Twitter API
Other
26 stars 11 forks source link

streaming resources not included in 1.1 library. #10

Closed spazm closed 7 years ago

spazm commented 11 years ago

The streaming sections defines several endpoints. None of these are present in the Net::Twitter::Lite::API::v1_1.pm. See https://dev.twitter.com/docs/api/1.1#334

Are these outside the realm of a "Lite" library?

semifor commented 11 years ago

Yes. See AnyEvent::Twitter::Stream for Streaming API support. It's what I use. 

— Sent from Mailbox for iPhone

On Wed, May 29, 2013 at 12:46 AM, Andrew Grangaard notifications@github.com wrote:

The streaming sections defines several endpoints. None of these are present in the Net::Twitter::Lite::API::v1_1.pm. See https://dev.twitter.com/docs/api/1.1#334

spazm commented 11 years ago

Thanks for the quick reply, @semifor .

ok, so "not a bug". A nice-to-have would be a note that streaming items is outside the realm of this app, maybe with a pointer to AnyEvent::Twitter::Stream and other options. (I found Net::Twitter::Streaming, but that's 1.0 api).