Edits history of script submission #22588 for ' List Resource Types (windmillhub)'

  • bunnative
    One script reply has been approved by the moderators
    Ap­pro­ved
    //native
    
    // Should return {resources: [{…},…]}
    
    export async function main() {
      const url = "https://hub.windmill.dev/searchResourceData";
      const response = await fetch(url);
      return await response.json();
    }
    

    Submitted by hugo989 5 days ago