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>);