linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

Automatically Convert Underscored Query Parameters to Hyphenated

Open hundredwatt opened this issue 11 years ago • 0 comments

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

hundredwatt avatar Jan 21 '14 14:01 hundredwatt