append docstring

This commit is contained in:
Matthias 2022-01-09 03:01:50 +01:00
parent d939107d36
commit 33ee7e53db
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -309,6 +309,7 @@ class APICallMixin:
"""
Mixin that enables easier API calls for a plugin
Steps to set up:
1. Add this mixin before (left of) SettingsMixin and PluginBase
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`