Closed guillaumeLamanda closed 3 years ago
Describe the bug
The twitter endpoint /list/members need list parameters but currently doesn't take any.
/list/members
To reproduce Steps to reproduce the behavior:
client.accountsAndUsers.listsMembers()
data: '{"errors":[{"code":112,"message":"You must specify either a list ID or a slug and owner."}]}' }
Expected behavior
Id should take list_id and slug as parameter according to the endpoint API
list_id
slug
Package Manager: To install Twitter API Client, I used yarn
Describe the bug
The twitter endpoint
/list/members
need list parameters but currently doesn't take any.To reproduce
Steps to reproduce the behavior:
client.accountsAndUsers.listsMembers()
methodExpected behavior
Id should take
list_id
andslug
as parameter according to the endpoint APIPackage Manager:
To install Twitter API Client, I used yarn