1
2
3
4
5
6
7
8
9
10
11
12
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=43";
console.log(
await fetchJSON(
`https://api.val.town/v1/vals/1f32d4c1-332e-4135-889f-8df408924a9d/versions/1`,
{
headers: {
authorization: `Bearer ${Deno.env.get("valtown")}`,
},
},
),
);