woocommerce / wc-api-ruby

A Ruby wrapper for the WooCommerce API.
MIT License
69 stars 74 forks source link

Allow client to specify the signature method #6

Closed choubacha closed 9 years ago

choubacha commented 9 years ago

I would like to be able to use SHA1 for the signature (it's slightly faster with no known security compromises). Also, the woo api says that it supports both SHA256 and SHA1 so why not have the gem support both?

Anyhow, I tried to match the format as close as possible. Thanks!