PLhery / node-twitter-api-v2

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
https://www.npmjs.com/package/twitter-api-v2
Apache License 2.0
1.24k stars 174 forks source link

[bug] DX: expansions not supported on v2.user* call options #511

Open hgeldenhuys opened 5 months ago

hgeldenhuys commented 5 months ago

Description The API supports expansions query on the User get endpoints, but the SDK does not support it:

image

To Reproduce Try passing expansions query to the v2.usersByUsernames endpoint Expected behavior The Rest API supports it:

image

Version