Function Methods
There are several different methods used to turn a user request into output data.
The most basic are the Python (used to call a Python function and return its output) and the Redirect (used to call an existing API method elsewhere) methods.
The lowercase method name is used in the 'method' property of your info.json file - covered in Creating a Custom Function.
Method List
Python - Call a Python function
Python Model - Get Feedback from an ML Model
Redirect - Redirect the user to another API endpoint
URL - Proxy an existing endpoint URL