GithubHelp home page GithubHelp logo

api-sdk's Introduction

TrackOlap API

TrackOlap Server to Server API SDK

Guide

TrackOlap is leader in location science and solutions for modern businesses, enterprises and educational institutions. Our Location science and Efficiency solution is a perfect fit for all type of business owners to improve their business operations whether assets, vehicles, employees or managing facilities. TrackOlap helps global enterprises to re imagine their businesses for the digital age. We seek to innovate in a way that minimizes the gap between our offerings and client needs, until both are at zero distance from one another.

API Documenation : https://trackolap.com/help/api-doc/

Authentication: Calling system has to send following headers with each request

platform : “S2S“

tlp-cid : Customer ID . (Get under Admin section)

tlp-t : System TimeStamp (till millsecond)

tlp-k : System generated Aith Token based on following logic

Token = (Base 64 of (SHA 256 of (Customer Id + timestamp + Api URL + Post
Data (optional in case of Get method) + API Key)))
API Key & Customer ID can be access under admin section of Trackolap Web Portal.

API key can be reset anytime from TrackOlap web portal but Customer Id will always be static

This repo shows you how to integrate TrackOlap Api's into your system. It's a example built on Java.

What You'll Need

Also you can contact [email protected] to get the customer id and API Secret.

Supported platform

  • Any platform which can consume rest Based http request and response (in json).

Running the Example

  1. Get Customer and API Secrret . Also you can contact [email protected] to get the customer id and API Secret.
  2. Download the example (java) and import the project
  3. Put the customer id and API secret in AssetTest -> setup Method.
  4. Call the AssetTest class.

Have an issue? Please contact us or create an issue on GitHub

Server to Server API’s respects a fair usuage policy and won’t support more then 10 QPS. If you want to support more the 10 QPS then please contact support team i.e. [email protected]

api-sdk's People

Contributors

trackolap avatar actolap avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.