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

BaseOptions

import type { BaseOptions } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.5/rest/util.ts";

全てのREST APIに共通するopitons

interface BaseOptions {
fetch?: Fetch;
hostName?: string;
sid?: string;
}

§Properties

§
fetch?: Fetch
[src]

データの取得に使う処理

§
hostName?: string
[src]

REST APIのdomain

オンプレ版scrapboxなどだと、scrapbox.io以外のhost nameになるので、予め変えられるようにしておく

§
sid?: string
[src]

connect.sid

private projectのデータやscrapbox accountに紐付いたデータを取得する際に必要な認証情報