linkedin
linkedin copied to clipboard
Automatically Convert Underscored Query Parameters to Hyphenated
This will allow user of the client to write this:
client.profile(secure_urls: true)
instead of
client.profile(:'secure-urls' => true)
The latter better follows the ruby convention for symbols