graphdb
Version:
Javascript client library supporting GraphDB and RDF4J REST API.
25 lines (24 loc) • 484 B
TypeScript
/**
* Defines a path segment for statements REST endpoint
*
* @type {string}
*/
export const PATH_STATEMENTS: string;
/**
* Defines the path segment for namespaces REST endpoint
*
* @type {string}
*/
export const PATH_NAMESPACES: string;
/**
* Defines a path segment for transactions REST endpoint.
*
* @type {string}
*/
export const PATH_TRANSACTIONS: string;
/**
* Defines a path segment for size REST endpoint.
*
* @type {string}
*/
export const PATH_SIZE: string;