Requirements
- Java 8
- Maven
Installation
If you use Maven, place the following within the<dependencies>
tag in your pom.xml 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:setBearerToken
method:
List all connections to your app
connection
object.