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

GetProject

import type { GetProject } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
interface GetProject {
fromResponse: (res: Response) => Promise<Result<MemberProject | NotMemberProject, NotFoundError | NotMemberError | NotLoggedInError>>;
toRequest: (project: string, options?: BaseOptions) => Request;
}

§Call Signatures

§Properties

§

帰ってきた応答からprojectのJSONデータを取得する

§
toRequest: (project: string, options?: BaseOptions) => Request
[src]

/api/project/:project の要求を組み立てる