ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 570 forks source link

Fix enterprise API access. #533

Open netik opened 4 years ago

netik commented 4 years ago

Adds support for the enterprise API and ensures JSON posting to them.

Stops trying to convert arrays into comma separated lists if we're doing a POST

Fix the matcher. It doesn't work right when a fully qualified URL is submitted as a path.