Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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>);
§
basicFetch(urlStr: string, params?: Record<string, string>)
[src]

§Parameters

§
urlStr: string
[src]
§
params?: Record<string, string> optional
[src]