Http Api
flyze.platform | Scripting System
fyzUtils
basic example to use the http-api
const req = {
action: "POST", // 'GET' | 'POST' | 'PUT' | 'DELETE';
url: `my-request-url`,
// allows to set custom headers if needed
headers: [],
resolve: (res) => {
// optional callback func...