2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
matmair
2022-11-06 17:05:19 +00:00
parent 5ebfbf96de
commit 3b3252913a
9 changed files with 49 additions and 15 deletions

View File

@ -59,7 +59,16 @@
<h2>API</h2>
<h1 id="todo">TODO</h1>
<h1 id="inventree-api">InvenTree API</h1>
<p>InvenTree ships with an extensive REST API that is used by several native applications:</p>
<ul>
<li>parts of the webinterface</li>
<li>InvenTree App (Android/iOS)</li>
<li>python module</li>
</ul>
<p>The API is self-documenting. More information is provided in the <a href="https://inventree.readthedocs.io/en/latest/api/api/">documentation</a>.</p>
</article>