B4J Question Using the John Deere API

Rob White

Member
Licensed User
Hi All,
Can anyone steer me towards any code to understand ow the John Deere API works.
Thanks in advance.
Rob White
 

Daestrum

Expert
Licensed User
Longtime User
There are multiple API's - which one are you looking at ?
 
Upvote 0

Rob White

Member
Licensed User
I an aware of the numbers.
Initially I want to understand how the whole API system can be implemented.
In the longer term it will involve the upload of chemicals and tank mixes to Op centre.
Hope above is enough info.
Thanks for your prompt reply.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
As far a i can see the Api consist of using REST-Calls to any of the awailable endpoints.
So using okhttputils2 IS the way to go here.

Search the forum; there are a lot of examples on how to send REST Requests with okhttputils2.

 
Last edited:
Upvote 0
Top