ChimeraCoder / anaconda

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

Fix Entities serialization #117

Closed logashoff closed 8 years ago

logashoff commented 8 years ago

Fixes #115

Also removed Url property of type UrlEntity from Entities struct since it's not mentioned in API docs: https://dev.twitter.com/overview/api/entities-in-twitter-objects#tweets Not sure why it was there, but in official API docs for Tweet Entity only mentions: media, urls, user_mentions, hashtags and symbols.