New function using Workbench UI

Add a new function (with stubbed methods) using Workbench UI

Code location in repo: /lessons/New_function_using_Workbench_UI

Steps

  1. Go to the "Functions" tab within the Trillo Workbench.

  2. In the top-left corner, select the "+" icon to initiate the creation of a new function.

  1. Provide the necessary details for the function:

  • Enter a name for the function.

  • Choose the desired method (GET, POST, PUT, DELETE).

  • Specify a display name for the function.

  • Add a description for the function.

  1. Click "OK" to confirm. The newly created function will now be available under the "shared" tab in the Trillo Workbench.

Last updated