Skip to main content
Module

x/kall/mod.ts>get

A lightweight fetch-wrapper for calling REST+JSON-APIs
Latest
variable get
import { get } from "https://deno.land/x/kall@v2.0.0/mod.ts";

GET method request.

type

<T, G = T>(url: string, init?: RequestInit) => KallResponse<G>