ChimeraCoder / anaconda

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

Add Category struct and change GetUsersSuggestions to use it #228

Closed DylanGraham closed 6 years ago

DylanGraham commented 6 years ago

In the interest of a small PR, I've added the discussed Category type and updated the GetUsersSuggestions method. In my next commits I will add the GetUsersSuggestionsBySlug method. Thanks

muesli commented 6 years ago

Looks good to me, but we should include the entire Category struct (size and slug are missing).

DylanGraham commented 6 years ago

OK this works now, see what you think!