SDKs
Java
Introduction to our Java SDK
Requirements
- Java 8
- Maven
Installation
If you use Maven, place the following within the <dependencies>
tag in your pom.xml file:
If you use Gradle, paste the next line inside the dependencies block of your build.gradle file:
Authentication
To see whether an endpoint needs a specific type of authentication check the endpoint’s documentation.
Bearer Authentication
The PanoraSDK API uses bearer tokens as a form of authentication. You can set the bearer token when initializing the SDK through the constructor:
Or through the setBearerToken
method:
List all connections to your app
This will list all the connections available, across all users. You should get an object similar to this one below. Read more about the connection
object.