Page Properties |
---|
|
Ressources |
Excerpt |
---|
In this tutorial, we will discuss various ways to retrieve objects via the Core API from the yuuvis® API system using an OkHttp3 Java client. |
Section |
---|
Column |
---|
Table of Contents Table of Contents |
---|
exclude | (Table of Contents|More Tutorials|Importing Documents|Updating Documents|Deleting Documents) |
---|
|
|
|
Requirements
To work through this tutorial, the following is required:
- Set-up yuuvis® API system (see minikube setup, for example)
A user with at least read permissions on a document type in the system (see tutorial for permissions) - Simple Maven project
...
Table of Contents
...
Maven Configuration
Our Java client will submit its requests to the Core API using OkHttp 3.12 by Square, Inc. Therefore, the following block must be added to the Maven dependencies in the pom.xml
of the project:
...