RubyGems Navigation menu

my_john_deere_api 1.0.0

This gem interacts with the My John Deere API. It handles the hard work of John Deere's oAuth 1.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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 3.1.0 - April 05, 2021 (56.5 KB)
  2. 3.0.0 - March 29, 2021 (56.0 KB)
  3. 2.5.0 - July 31, 2020 (52.5 KB)
  4. 2.4.1 - July 21, 2020 (51.5 KB)
  5. 2.3.7 - February 26, 2020 (47.0 KB)
  6. 1.0.0 - February 12, 2020 (37.5 KB)
显示所有版本 (共 85 个)

Runtime 依赖 (2):

json >= 2.1.0, ~> 2.1
oauth ~> 0.5.4

Development 依赖 (3):

dotenv ~> 2.7.5
vcr ~> 5.0
webmock ~> 3.7.6

业主:

推送:

作者:

  • Jaime Bellmyer, Justin Collier

SHA 256 校验和:

2dcafa54a71715a8a7bd66714b85e91b6903f3cb888ab3462c3728af258729e7

下载总量 135,565

这个版本 1,529

许可:

MIT

需要的 Ruby 版本: >= 0

链接: