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

Usage

import * as scrapboxUserscriptStd from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.5/rest/util.ts";

§Variables

setDefaults

BaseOptionsの既定値を埋める

§Interfaces

BaseOptions

全てのREST APIに共通するopitons

ExtendedOptions

BaseeOptionsにCSRF情報を入れたもの

§Type Aliases

Fetch

networkからdataをとってくる処理

Result

正常値と異常値を格納する型