As per: https://dev.twitter.com/issues/701
https://dev.twitter.com/docs/api/1/get/lists/statuses
and
https://dev.twitter.com/docs/api/1.1/get/lists/statuses
Do not have mention of the trim_user parameter.
This appears to be something that was ignored until recently. Probably a good idea to update the docs.
It’ll stop numpties like me from looking at the docs rather than my code, and being surprised when (setting trim_user=1 months ago by default, even though it’s undocumented on that endpoint) I get no user back all of a sudden.
Agreed that we can do a better job documenting mostly-global parameters like trim_user, skip_status, include_entities, include_user_entities and so on.