ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Include examples of streaming API usage #102

Closed nii236 closed 6 years ago

nii236 commented 9 years ago

The README doesn't seem to contain any examples for streaming API. The functionality is definitely there, as can be seen in the source and comments.

ihrimech commented 6 years ago

Any updates on this functionality ?

nii236 commented 6 years ago

@ihrimech it looks like the streaming API is implemented but was not documented. As you can see in #116 there is an open pull request for this.

ihrimech commented 6 years ago

@nii236 Thanks for the PR. Hope it gets merged and/or updated also with the new one

nii236 commented 6 years ago

No problem! It wasn't my PR though. Anyway at least some usage information is there, the exported funcs still aren't commented...

ChimeraCoder commented 6 years ago

Fixed by #241. Thanks!