Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 549 Bytes

AutodiscoverPlus

A someday replacement for the autodiscover gem.

Usage

client = AutodiscoverPlus::Client.new(email: "test@example.local", password: "secretpassword")
resp = client.autodiscover
resp.exchange_version

Contributing

  1. Fork it ( https://github.com/[my-github-username]/autodiscover_plus/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request