twitter-lite
Advanced tools
Changelog
v0.9.1, 2019-Jan-16
.post()
now only takes two parameters: the resource and the body/parameters. If you were previously passing null
for the body, just delete that, and the next parameter will become the body.application/json
or application/x-www-form-urlencoded
direct_messages/indicate_typing
) (fix #35).get
and .post
now reject instead of silently returning API errors as an array under the errors
key of the response object.