-
Notifications
You must be signed in to change notification settings - Fork 173
JAVA_Client_API
Brad Bebee edited this page Feb 13, 2020
·
1 revision
We have added a Java API for clients to the NanoSparqlServer. The main REST API is contained in the class:
com.bigdata.rdf.sail.webapp.client.RemoteRepository
The test case "com.bigdata.rdf.sail.webapp.TestNanoSparqlClient" demonstrates how to use the API.
The Multi-Tenancy API is contained in the class:
com.bigdata.rdf.sail.webapp.client.RemoteRepositoryManager
See JettyHttpClient for more details about the Jetty client integration.