Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/anilist_js/src/utils/req.ts>req

Deno module for interacting with the anilist api (WIP)
Latest
function req
import { req } from "https://deno.land/x/anilist_js@0.1.0/src/utils/req.ts";

Simplified version of request. Options and url is set, only provide the body

Parameters

unnamed 0: { query: string; variables: Record<string, unknown>; }