mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-12-19 18:43:21 +00:00
API docs (#379)
* Move API documentation into separate directory * Rearrange main docs bar * Split python examples into separate page * Fix broken links * Adds page for browseable API * Fix image links * Add entrypoint page for barcodes * Update barcode docs * Add (empty) pages for internal and external barcods * Add documentation on "internal" barcode format * Documentation for external barcode functionality * Skeleton page for custom barcode information * Extend docs for custom barcodesplugins * Add stubs for new API docs * Add documentation for downloading data via the AP * API metadata information * docs for pythonic metadata access * docs for bulk delete
This commit is contained in:
@@ -48,8 +48,15 @@ Builds consume stock items to make new parts, you can decide to automatically or
|
||||
|
||||
Generate a wide range of reports using custom templates. [Read more...](./report/report.md)
|
||||
|
||||
## API
|
||||
|
||||
The core InvenTree software is implemented on top of a RESTful API, which can be used by external applications. Additionally, a native Python binding library is provided, for rapid development of programs to integrate with InvenTree.
|
||||
|
||||
[Read more...](./api/api.md)
|
||||
|
||||
## Extend and Customize
|
||||
|
||||
InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a RESTful API, a native Python library, and a powerful plugin system.
|
||||
InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a powerful plugin system which can be used to extend on base functions as required.
|
||||
|
||||
[Read more...](./extend/plugins.md)
|
||||
|
||||
[Read more...](./extend/api.md)
|
||||
|
||||
Reference in New Issue
Block a user