Skip to content

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.

Clone this wiki locally