[twitter-dev] new version 0.2.0 of twitter-api for clojure released

2011-07-29 Thread AdamWynne
Hi guys

A new version 0.2.0 has been released with full async integration, reworked 
callbacks and some more tests. Uses some nifty protocol based performance 
tweaks.

Its over at: https://github.com/adamwynne/twitter-api

Cheers
Adam

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] New twitter API in Clojure

2011-06-30 Thread AdamWynne
Hi guys

I have open sourced my connectivity api to twitter, so for all you Clojure 
twitter-heads, go and check out:
https://github.com/adamwynne/twitter-api

Some features:
- its based on the async.http.client library for high performance, low 
overhead comms
- it has a full test suite
- it is up to date, and covers all the relevant API calls in the streaming, 
user and RESTful API's

I welcome feedback and of course, all contributions are gratefully received.

Enjoy
Adam

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] 'count' parameter for statuses/sample gives a 416

2011-06-13 Thread AdamWynne
Hi all

I think the docs might be wrong, as it says that statuses/sample can have a 
'count' (see: http://dev.twitter.com/pages/streaming_api_methods) but the 
API returns a 416 if you try and supply one

Cheers
Adam

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk