summaryrefslogtreecommitdiffstatshomepage
path: root/docs/advanced/api.rst
blob: 61f6d01f4cf4dbfeefe863a9bdfafa94ae078df2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GraphQL API & Versioning
========================

**hircine** exposes the `GraphQL <https://graphql.org>`_ endpoint on `/graphql
</graphql>`_. When accessing this documentation on a running instance, clicking
that link will open an interactive GraphQL IDE with a built-in documentation
explorer.

Versioning
----------

**hircine** uses `Semantic Versioning <https://semver.org>`_. The *public API*
consists of both the frontend (command-line interface and web application) and
the backend (GraphQL API and plugin infrastructure).