A someday replacement for the autodiscover gem.
client = AutodiscoverPlus::Client.new(email: "[email protected]", password: "secretpassword")
resp = client.autodiscover
resp.exchange_version
- Fork it ( https://github.com/[my-github-username]/autodiscover_plus/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request