my_john_deere_api

This gem interacts with the My John Deere API. It handles the hard work of John Deere's oAuth 2.0 authentication. It provides REST request methods for GET, POST, PUT, and DELETE that abstract away the John Deere-specific headers and protocols. It provides convenience methods similar to ActiveRecord so you can write things like: `client.organizations.find(123).assets` or `organization.assets.create(attributes)` instead of making each of the required direct API calls manually.


License
MIT
Install
gem install my_john_deere_api -v 2.2.3

Documentation

my_john_deer_api

Interact with John Deere's Developer API. More instructions coming soon.