ChimeraCoder / anaconda

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

Added ability to add members in batch to list #191

Closed tammomueller closed 7 years ago

tammomueller commented 7 years ago

PR implements the /lists/members/create_all.json endpoint

tammomueller commented 7 years ago

Travis fails due to oauth lib requiring GO >= 1.6

muesli commented 7 years ago

@tammomueller: Indeed, you're right about the tests. Code itself looks good to me, except for the two nitpicky comments I added.