adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

Support for statuses/lookup? #63

Closed timothyrenner closed 7 years ago

timothyrenner commented 9 years ago

Any plans for supporting statuses/lookup? This is a handy one if you've got tweets you want to "hydrate" (as they call it).

adamwynne commented 9 years ago

feel free to submit a pull request and I'll include it :)

On Sun, Mar 1, 2015 at 11:19 PM, Timothy Renner notifications@github.com wrote:

Any plans for supporting statuses/lookup https://dev.twitter.com/rest/reference/get/statuses/lookup? This is a handy one if you've got tweets you want to "hydrate" (as they call it).

— Reply to this email directly or view it on GitHub https://github.com/adamwynne/twitter-api/issues/63.

timothyrenner commented 9 years ago

I'd be happy to, I just wanted to see if it was a quick add first, as I'm relatively new to Clojure and don't know much about network API clients.

chbrown commented 7 years ago

Fixed as of [twitter-api "0.7.9"] via 73d1cfd, thanks @Ortuna!