Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Type definitions for Cosense
type definitions for Cosense REST API responses
project backup data
backupされるページデータ
URL先ページから正常な応答が返ってこなかったときのエラー
scrapboxの行のメタデータ
basic information about a page
Scrapboxのページの編集commit
the response type of /api/commits/:projectname/:pageid
既存の行を削除する変更
ページのサムネイル本文が変更されると発生する
Scrapbox REST APIが返すエラーの型
exportしたときのページデータ
容量を使い切ったときに発生するerror
the response type of /api/pages/:projectname/search/files
/api/pages/:projectname/search/titles で見つかったページ
/api/pages/:projectname/search/files で見つかったページ
/api/projects/search/query や /api/projects/search/watch-list で見つかったproject
Google Cloud Storage XML APIのerror
ページのサムネイルが変更されると発生する
JSON data for importing by https://scrapbox.io/api/page-data/import/:projectname.json
メタデータ無しインポート用ページデータ
インポート用メタデータ付き行データ
メタデータ付きインポート用ページデータ
行を新規作成する変更
不正なfollowingIdを渡されたときに発生するエラー
不正なURLを渡したときに返ってくるエラー
ページ中のリンクが変更されると発生する
project information which is joined
検索文字列を渡さないと出てくるエラー
指定したprojectやpageが見つからないときに発生するエラー
Loginが必要なAPIをloginせずに叩いたときに発生するエラー
参加していないprivate projectに対してAPIを叩いたときに発生するエラー
project information which isn't joined
owner/admin権限が不足しているときに発生するエラー
page information
the response type of https://scrpabox.io/api/pages/:projectname
the response type of /api/page-snapshots/:projectname/:pageid
the response type of /api/page-snapshots/:projectname/:pageid/:timestampid
ページのピンの状態が変更されると発生する
project information
the response type of /api/projects
the response type of /api/projects/search/query and /api/projects/search/watch-list
the response type of https://scrapbox.io/api/pages/:projectname/search/titles
検索クエリ
the response type of /api/pages/:projectname/search/titles
CSRF tokenが不正なときに発生するエラー
a page snapshot
ページのタイトルが変更されると発生する
the response type of /api/embed-text/twitter
既存の行を書き換える変更
user information
user detailed information
ページの変更内容
the commit id
the line id
the page id
the project id
the formatted string
UNIX time
the user id
the response type of https://scrapbox.io/api/users/me
Add Package
deno add jsr:@cosense/types
Import symbol
import * as mod from "@cosense/types/rest";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@cosense/types/rest";
Add Package
npx jsr add @cosense/types
Import symbol
import * as mod from "@cosense/types/rest";
Add Package
yarn dlx jsr add @cosense/types
Import symbol
import * as mod from "@cosense/types/rest";
Add Package
pnpm dlx jsr add @cosense/types
Import symbol
import * as mod from "@cosense/types/rest";
Add Package
bunx jsr add @cosense/types
Import symbol
import * as mod from "@cosense/types/rest";