Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
functions:style [2025/01/21 01:49] optrix created |
functions:style [2025/01/21 02:25] (current) optrix |
||
---|---|---|---|
Line 4: | Line 4: | ||
The most basic are the [[Python|Python]] (used to call a Python function and return its output) and the [[Redirect|Redirect]] (used to call an existing API method elsewhere) methods. | The most basic are the [[Python|Python]] (used to call a Python function and return its output) and the [[Redirect|Redirect]] (used to call an existing API method elsewhere) methods. | ||
+ | |||
+ | The lowercase method name is used in the ' | ||
+ | |||
+ | ===Method List=== | ||
+ | |||
+ | [[Python|Python]] - Call a Python function \\ | ||
+ | [[PythonModel|Python Model]] - Get Feedback from an ML Model \\ | ||
+ | [[Redirect|Redirect]] - Redirect the user to another API endpoint \\ | ||
+ | [[URL|URL]] - Proxy an existing endpoint URL \\ |