jublo / codebird-js

A Twitter library in JavaScript.
https://www.jublo.net/projects/codebird/js
GNU General Public License v3.0
384 stars 97 forks source link

Resolve issue with direct_messages/events/list #171

Open evaleirasclapps opened 5 years ago

evaleirasclapps commented 5 years ago

Hi! When you try to use an event that has underscores (_) in the name.

I propose a solution where, if the event name has underscores, we can use an space (" ") to parse it.

So for example, the correct way to send the event direct_messages/events/list is direct messages_events_list