GraphDB Rest API for Repository management has endpoints to:
- create repository using repository config (ttl/json)
- get repository config for existing repo (ttl/json)
- get default repository config for a certain repo type
We need to implement these in the GraphDBServerClient.
Sample model here:
https://www.lucidchart.com/documents/edit/00dd0ddf-7aa6-4fcc-8d0a-b631340d7d1b/1?shared=true&
See also webapi -> repository-management-controller
GraphDB Rest API for Repository management has endpoints to:
We need to implement these in the GraphDBServerClient.
Sample model here:
https://www.lucidchart.com/documents/edit/00dd0ddf-7aa6-4fcc-8d0a-b631340d7d1b/1?shared=true&
See also webapi -> repository-management-controller