whichdigital / active-rest-client

ActiveRestClient API Client
https://rubygems.org/gems/active_rest_client
MIT License
385 stars 44 forks source link

Clean-up superclass-overridable password handling #101

Open andyjeffries opened 9 years ago

andyjeffries commented 9 years ago

Use a similar mechanism to https://github.com/whichdigital/active-rest-client/pull/100

The current system allows setting in the base class or overriding at a class level, but it would much nicer if it was done like the api_auth example (allows for more functionality and keeps the functionality the same both ways).