Skip to content

Geotab/geotab-data-only-plan-api-examples

Repository files navigation

Geotab Data-Only Plan API Examples

The Geotab Data-Only Plan API Examples solution is a Visual Studio solution that demonstrates usage of the Geotab Data-Only Plan API. For detailed information, refer to the Geotab Data-Only Plan API (.NET) - Developer Guide [PUBLIC].

Prerequisites

The solution requires:

  • .NET 5.0 SDK or higher
  • Geotab.Checkmate.ObjectModel (included with the NuGet package)
  • Ideally, MyAdmin credentials with the MyAdminApiUser and Device_Admin roles should be used when authenticating in order to be able to take advantage of all available methods; MyGeotab credentials may be used, but then the CreateDatabaseAsync() method cannot be used.

Getting started

IMPORTANT: See the Geotab Data-Only Plan API (.NET) - Developer Guide [PUBLIC] before attempting to run these examples; the developer guide contains important information about necessary configuration.

> git clone https://github.com/Geotab/geotab-data-only-plan-api-examples.git geotab-data-only-plan-api-examples