desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 238 forks source link

Support json payload body #347

Open seppo0010 opened 3 years ago

seppo0010 commented 3 years ago

To add alt text to an image the request must be a json object:

https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-create

I think a small tweak in the __request method could do it, but I'm not sure

https://github.com/desmondmorris/node-twitter/blob/296e82ede50ddace34ad64952fdfacfe8b1c65fc/lib/twitter.js#L136-L143