Paths#

This page summarizes the code structure for this directory and its immediate subdirectories. It focuses on the api / v1 / paths area within the api module. Use the table of contents below to navigate deeper.

Overview#

This section documents all HTTP routes exposed by the API v1. Routes are organized by functional domains and follow the structure of the paths/ directory.

Each subdirectory represents a coherent set of endpoints (such as users, authentication, administration, data access, or knowledge graph operations), while files at the root level define core or cross-cutting routes. Deeper levels in the hierarchy are used to represent operations on specific resources (for example, routes scoped to a given user, data item, or identifier).

Contents#

Contents

Files in this directory#

  • annotate.js

  • blenderSources.js

  • config.js

  • copygraph.js

  • databases.js

  • getOntologyRootUris.js

  • graphvis.js

  • health.js

  • httpProxy.js

  • kg.js

  • logs.js

  • ontologyModels.js

  • prefixes.js

  • profiles.js

  • rdf-io.js

  • shaclValidate.js

  • shortestPath.js

  • sources.js

  • sparqlProxy.js

  • tools.js

  • triples2rdf.js

  • upload.js

  • users.js

  • utils.js

  • yasguiQuery.js