/
Sonde Server SDK

Sonde Health API Platform Documentation

Sonde Server SDK

Overview

SDK will provide functionalities to achieve the use cases possible through Sonde services.

 

Notes:

  • SDK is not updated frequently. Please use direct RES API for your integration

Java SDK

Java SDK is available as a standard Maven package. This SDK is published on the Sonde Health custom maven repository.

Follow the below steps to include Sonde Java SDK as a dependency in your server application.

  • Add repository tag in pom.xml

    <repositories> <repository> <id>sondehealth-mvn-central</id> <url>http://sondehealth-mvn-central.s3-website.ap-south-1.amazonaws.com/release</url> </repository> </repositories>
  • Add below dependency in dependencies tag of pom.xml

    <dependency> <groupId>com.sondehealth</groupId> <artifactId>sondehealth-java</artifactId> <version>1.0.0</version> </dependency>

 

Related content

Guidelines to Integrate Sonde API in Mobile Application
Guidelines to Integrate Sonde API in Mobile Application
More like this
iOS Sonde Edge Passive SDK Integration
iOS Sonde Edge Passive SDK Integration
Read with this
Getting Started: Sonde Edge Passive SDK
Getting Started: Sonde Edge Passive SDK
Read with this
Android Sonde Edge Passive SDK Integration
Android Sonde Edge Passive SDK Integration
More like this

Sonde Health