woocommerce / wc-api-ruby

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

HTTParty debug mode + Option to force consumer key and secret on url parameters #23

Closed achadee closed 8 years ago

achadee commented 8 years ago

We have a few customer servers that reject both OAuth and Basic Auth, I think PHP might be doing something funky with the headers.

This pull request allows for the option of adding these to the parameters

claudiosanches commented 8 years ago

@achadee thanks. But a did some changes: https://github.com/woothemes/wc-api-ruby/commit/659c3a4211e5175e684cd88e6df5c905fb88c70f So the option name will be the same for the other wrappers.