26 Messages
Complete Documentation for Collibra Springboot Integration Library
Is there a complete documentation for the Collibra SpringBoot Integration Library available, apart from the PDF with examples that is provided in the Collibra Marketplace? It is hard to see how to compose items such as FindRelationQueryParams, etc.
It is also difficult to see the precise mapping of the REST APIs to the classes and methods in this library.
arthurburkhardt
1.2K Messages
3 years ago
I think this is simply an openAPI-generated java code. The integration library ships with the attached javadoc, so you can get the information in eclipse.
The class is com.collibra.marketplace.library.generated.core.api.RelationsApi and it’s just a hashmap of all the query parameters you can pass to the rest API
3
0