📄️ Fetch API
MyCroCloud functions include a built-in fetch() function for making HTTP requests to external APIs. It follows the standard Fetch API with some differences noted below.
📄️ Console API
MyCroCloud functions include a built-in console object for logging. Logs are captured during execution and displayed in the Logs page of your app dashboard.