mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
append docstring
This commit is contained in:
parent
d939107d36
commit
33ee7e53db
@ -309,6 +309,7 @@ class APICallMixin:
|
|||||||
"""
|
"""
|
||||||
Mixin that enables easier API calls for a plugin
|
Mixin that enables easier API calls for a plugin
|
||||||
|
|
||||||
|
Steps to set up:
|
||||||
1. Add this mixin before (left of) SettingsMixin and PluginBase
|
1. Add this mixin before (left of) SettingsMixin and PluginBase
|
||||||
2. Add two settings for the required url and token/passowrd (use `SettingsMixin`)
|
2. Add two settings for the required url and token/passowrd (use `SettingsMixin`)
|
||||||
3. Save the references to keys of the settings in `API_URL_SETTING` and `API_TOKEN_SETTING`
|
3. Save the references to keys of the settings in `API_URL_SETTING` and `API_TOKEN_SETTING`
|
||||||
|
Loading…
Reference in New Issue
Block a user