ChimeraCoder / anaconda

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

Unexpected property names for Tweet Entities #115

Closed logashoff closed 7 years ago

logashoff commented 8 years ago

The returned JSON contains properties such as Display_url instead of display_url and Expanded_url instead of expanded_url.

Is there a reason for this? I see some fields do get renamed such as VideoInfo to video_info on line 47, but most don't.

muesli commented 7 years ago

183 fixes this.