From e757f6e01b994f780787a2203f0c8ed9cbc36a68 Mon Sep 17 00:00:00 2001
From: "Builder.io"
- {'fetch("https://api.aethex.dev/v1/projects?page=1&limit=25", {\n headers: {\n Authorization: "Bearer ${TOKEN}",\n "AeThex-Environment": "production",\n },\n}).then(async (res) => {\n if (!res.ok) throw new Error(await res.text());\n console.log("Projects", await res.json());\n});'}
+ {`fetch("https://api.aethex.dev/v1/projects?page=1&limit=25", {
+ headers: {
+ Authorization: "Bearer \\${TOKEN}",
+ "AeThex-Environment": "production",
+ },
+}).then(async (res) => {
+ if (!res.ok) throw new Error(await res.text());
+ console.log("Projects", await res.json());
+});`}
Responses include{" "}