You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked much, so this may be impractical.
The Client-side components are currently all capable of making requests. I'd like something similar but labeled as server-side. I'd like to show server-side requests in the simulation mode. This could represent something like a cron job or web hook from a 3rd party API.
My initial thoughts were one of these would work:
use the Endpoints » Actions of existing Server-side components; add the ability to request data without an incoming request
add a new Server-side component specifically for making requests (e.g. "Server request", "Cron job", "Batch process", etc.)
The text was updated successfully, but these errors were encountered:
I haven't looked much, so this may be impractical.
The Client-side components are currently all capable of making requests. I'd like something similar but labeled as server-side. I'd like to show server-side requests in the simulation mode. This could represent something like a cron job or web hook from a 3rd party API.
My initial thoughts were one of these would work:
The text was updated successfully, but these errors were encountered: