messagebird / ruby-rest-api

MessageBird's REST API for Ruby
BSD 2-Clause "Simplified" License
37 stars 46 forks source link

Switch from snake_case to camelCase for vmsg props. #44

Closed Faultless closed 8 months ago

Faultless commented 4 years ago

After running the examples provided locally, I've encountered errors stating that snake_case props of vmsg do not exist, and that I should be using their camelCase counterparts.

tsyber1an commented 4 years ago

@Faultless the root cause of that is not in the usage of the methods. We are missing a snake_casing somewhere where generator those methods.