Comment on page
Connecting with the Objects Api
How to connect the Valtimo Portal with the Objects Api
To add Objects Api to your project you'll need the following dependency:
Maven
Gradle
<dependencies>
<dependency>
<groupId>com.ritense.valtimo.portal</groupId>
<artifactId>objects-api</artifactId>
<version>master-92</version>
</dependency>
</dependencies>
dependencies {
implementation "com.ritense.valtimo:objects-api:master-92"
}
The following configurations need to be added to the
application.yml
:valtimo:
objectsapi:
url: http://example.com
token: example-api-token
Last modified 1yr ago