mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Adapt docs
This commit is contained in:
parent
b1b1db29b9
commit
e8c9d71360
@ -420,11 +420,11 @@ class APICallMixin:
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
from plugin import IntegrationPluginBase
|
from plugin import InvenTreePlugin
|
||||||
from plugin.mixins import APICallMixin, SettingsMixin
|
from plugin.mixins import APICallMixin, SettingsMixin
|
||||||
|
|
||||||
|
|
||||||
class SampleApiCallerPlugin(APICallMixin, SettingsMixin, IntegrationPluginBase):
|
class SampleApiCallerPlugin(APICallMixin, SettingsMixin, InvenTreePlugin):
|
||||||
'''
|
'''
|
||||||
A small api call sample
|
A small api call sample
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user