<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Jeff Smith</title>
    <description>The latest articles on Forem by Jeff Smith (@deere-sdk).</description>
    <link>https://forem.com/deere-sdk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3715512%2Fb3ec9128-d092-4aa2-ab31-2d139a0535c7.jpg</url>
      <title>Forem: Jeff Smith</title>
      <link>https://forem.com/deere-sdk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/deere-sdk"/>
    <language>en</language>
    <item>
      <title>I Built a TypeScript SDK for John Deere Because Nobody Else Did</title>
      <dc:creator>Jeff Smith</dc:creator>
      <pubDate>Fri, 16 Jan 2026 19:38:18 +0000</pubDate>
      <link>https://forem.com/deere-sdk/i-built-a-typescript-sdk-for-john-deere-because-nobody-else-did-2eb6</link>
      <guid>https://forem.com/deere-sdk/i-built-a-typescript-sdk-for-john-deere-because-nobody-else-did-2eb6</guid>
      <description>&lt;p&gt;John Deere has a surprisingly robust API. Their Operations Center exposes data for fields, farms, equipment telemetry, machine locations, harvest data — basically everything a precision agriculture app could need.&lt;/p&gt;

&lt;p&gt;What they don't have is an SDK.&lt;/p&gt;

&lt;p&gt;If you want to integrate with Deere, you're reading OpenAPI specs and writing boilerplate. Pagination? Handle it yourself. Retries? Figure it out. TypeScript types? Generate your own.&lt;/p&gt;

&lt;p&gt;I needed this for a project, so I built it. Then I figured: why keep it to myself?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;deere-sdk&lt;/strong&gt; is a fully-typed TypeScript SDK covering 28 APIs and 123 operations. Auto-pagination, HAL link support, exponential backoff retries, the works.&lt;/p&gt;

&lt;p&gt;It's free and MIT licensed. Here's how to use it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;deere-sdk
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitHub: &lt;a href="https://github.com/ProductOfAmerica/deere-sdk" rel="noopener noreferrer"&gt;https://github.com/ProductOfAmerica/deere-sdk&lt;/a&gt;&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>opensource</category>
      <category>agriculture</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
