API Mixin
APICallMixin¶
The APICallMixin class provides basic functionality for integration with an external API.
Sample Plugin¶
The following example demonstrates how to use the APICallMixin
class to make a simple API call:
A small api call sample.
Source code in src/backend/InvenTree/plugin/samples/integration/api_caller.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|