Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

TeltonikaRMSAPI for C# .NET, easily consume Teltonika's RMS Service in your code.

Notifications You must be signed in to change notification settings

C00100011/TeltonikaRMS-CommandLineAPIConnector

Repository files navigation

Teltonika RMS API for C# .NET

TeltonikaRMSAPI for C# .NET, easily consume Teltonika's RMS Service in your code.

Installation

Import package into you project by executing the following command dotnet add PROJECT package TeltonikaRMSAPI --version 1.0.0

Usage

  1. Initialize the libary with var client = new TeltonikaRMSAPI.Devices();
  2. Get your token (which you can get from Teltonika's RMS Site)
  3. Initialize your token in the client with client.token = "your token";
  4. Make use of the services within client

All methods can be consumed as async.

Author

Gideon van de Laar

About

TeltonikaRMSAPI for C# .NET, easily consume Teltonika's RMS Service in your code.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages