ChimeraCoder / anaconda

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

Fix follow event return data type not unmarshalled properly #220

Closed cention-mujibur-rahman closed 6 years ago

cention-mujibur-rahman commented 6 years ago

If someone click on following button then api returns only Event object, but since there is target_object has used to unmarshall to struct. So I add EventFollow which is a mimic of Event.

I've to handle the Event follow so I added it. Please add to upstream. Thanks

cention-mujibur-rahman commented 6 years ago

@ChimeraCoder Is it possible to pull this request? I'm having that issues in streaming. Thanks

ChimeraCoder commented 6 years ago

Thanks for the contribution!