2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 02:55:34 +00:00
Files
.github
_data
_drafts
_includes
_layouts
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
integrate
plugin
api.md
app.md
index.md
use
.gitignore
404.md
CNAME
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
contribute.md
demo.md
deploy.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
support.md
tailwind.config.js
inventree-website/extend/api.md
Matthias Mair 22bc37cb3d Old doc links ()
Fixes 
2022-11-09 17:30:45 +01:00

329 B

title
title
API

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.