basicFetch
import { basicFetch } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";
param
을 자동으로 처리해 fetch
한다. URL의 https://playentry.org/api/
부분은 생략해서 써야한다.
async function basicFetch(urlStr: string, params?: Record<string, string>);