From 07ac563ef4c6d3a9a40d1b84e76cc8482a8a68fb Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 6 Nov 2022 17:29:01 +0100 Subject: [PATCH] Add API link --- extend/api.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extend/api.md b/extend/api.md index 835c3a06..aad6f523 100644 --- a/extend/api.md +++ b/extend/api.md @@ -2,4 +2,11 @@ title: API --- -# TODO +# InvenTree API + +InvenTree ships with an extensive REST API that is used by several native applications: +- parts of the webinterface +- InvenTree App (Android/iOS) +- python module + +The API is self-documenting. More information is provided in the [documentation](https://inventree.readthedocs.io/en/latest/api/api/).