The MyGeotab API is language agnostic and can be accessed from languages that support HTTPS requests and JSON.
There are a number of language specific API clients that roll-up some common functionality such as authentication, session management, deserialization, etc. making it easier to hit the ground running in your language of choice.
Install the NuGet package from the package manager console:
Install-Package Geotab.Checkmate.ObjectModelPlease remember to regularly check for Geotab.Checkmate.ObjectModel NuGet package updates.
Using it in code
Install the Bower package from the command line:
$ bower install --save mg-api-jsUsing it in code (more on github - MyGeotab API wrapper for both clientside JavaScript and NodeJS)
Install the NPM package from the command line:
Using it in code (more on github - nodejs client for the MyGeotab API)
Install the library and command line tool:
$ pip install mygeotabUsing it in code (more on github - Python client for the MyGeotab SDK)
Install the composer package from the command line:
$ composer require geotab/mygeotab-phpUsing it in code (more on github - PHP client for the MyGeotab SDK)