2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Docs for API and schedule mixins

This commit is contained in:
Oliver 2022-01-13 09:50:05 +11:00
parent 2f479b5d4e
commit e6a99ee1ec
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
title: Schedule Mixin
---
## APICallMixin
The APICallMixin class provides basic functionality for integration with an external API.

View File

@ -1,3 +1,7 @@
---
title: Schedule Mixin
---
---
## ScheduleMixin
The ScheduleMixin class provides a plugin with the ability to call functions at regular intervals.