summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src/api.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(misskey-js) : misskey-jsの drive/file/create ↵mochi33i2025-06-121-1/+1
| | | | | | | でファイルアップロードができない問題を修正 (#16028) * fix(misskey-js): drive/file/createが動かない問題を修正 * CHANGELOG.mdに修正内容を追加
* deps(misskey-js): Update openapi-typescript to v7 (#15491)かっこかり2025-06-071-1/+1
| | | | | | | | | | | | | | | | | | | * deps(misskey-js): Update openapi-typescript to v7 * update openapi-typescript to v7.7.3 * generate misskey-js types * bump openapi-typescript * enhance: 生成物からnever型を除去するように * regenerate api types * refactor: 処理共通化 --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* misskey-js: APIClientにURL末尾の/を除去する処理を追加 (#15132)FineArchs2024-12-161-1/+1
|
* refactor(misskey-js): warnを除去 (#14520)かっこかり2024-09-071-1/+3
|
* fix(misskey-js): ↵かっこかり2024-09-061-2/+7
| | | | content-typeはapplication/jsonでないもののみを記録するように (#14508)
* [Re] refactor(misskey-js): 警告をすべて解決 (#14277)Sayamame-beans2024-07-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(misskey-js): Unchanged files with check annotationsで紛らわしい部分の警告を抑制 ロジック面は後で直す * dummy change to see if the feature do not report them (to be reverted after the check) * refactor: 型合わせ * refactor: fix warnings from c22dd6358ba4e068c49be033a07d9fbb001f2347 * lint * 型合わせ * キャスト * pnpm build-misskey-js-with-types * Revert "dummy change to see if the feature do not report them (to be reverted after the check)" This reverts commit 67072e3ca6e3e16342ca3b35feadcb41afcbe04f. * eliminate reversiGame any * move reversiGame types * lint * Update packages/misskey-js/src/streaming.ts Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * Update acct.ts * run api extractor * re-run api extractor --------- Co-authored-by: Kisaragi Marine <kisaragi.effective@gmail.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* feat(misskey-js): multipart/form-dataのリクエストに対応 (#14147)かっこかり2024-07-071-8/+43
| | | | | | | | | | | | | | | * feat(misskey-js): multipart/form-dataのリクエストに対応 * lint * add test * Update Changelog * テストを厳しくする * lint * multipart/form-dataではnullのプロパティを弾くように
* fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する ↵おさむのひと2024-03-301-1/+1
| | | | | | | | | | | | | | | (#13600) * fix: ビルドが遅いパッケージのビルド速度を改善 * dependenciesの整理 * fix ci * ビルド開始時に古いファイルを消す * fix ci * fix ci
* refactor(msjs): avoid any (part 1) (#13247)Kisaragi2024-02-121-1/+1
| | | | | | | | | | * refactor(msjs): avoid any * run api extractor --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
* refactor: migrate to ESMsyuilo2024-01-201-4/+4
|
* fix: `secure: true` なエンドポイントの型が misskey-js ↵ikasoba2023-12-081-0/+2
| | | | | | | | | に含まれていない (#12603) * 作った * 修正 * 修正
* バックエンドが生成するapi.jsonからmisskey-jsの型を作成す ↵おさむのひと2023-12-021-41/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12434) * ひとまず生成できるところまで * ファイル構成整理 * 生成コマンド整理 * misskey-jsへの組み込み * fix generator.ts * wip * fix generator.ts * fix package.json * 生成ロジックの調整 * 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした * 型チェック用のtsconfig.jsonを作成 * 他のエンドポイントを呼ぶ関数にも適用 * 未使用エンティティなどを削除 * misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する) * messagingは廃止されている(テストのビルドエラー解消) * validなapi.jsonを出力できるように修正 * 修正漏れ対応 * Ajvに怒られて起動できなかったところを修正 * fix ci(途中) * パラメータenumをやめる * add command * add api.json * 都度自動生成をやめる * 一気通貫スクリプト修正 * fix ci * 生成ロジック修正 * フロントの型チェックは結局やらなかったので戻しておく * fix pnpm-lock.yaml * add README.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* lint fixessyuilo2023-10-091-2/+1
|
* lint fixsyuilo2023-03-311-1/+1
|
* specify .jssyuilo2023-03-301-1/+1
|
* chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-301-0/+102
| | | | | * Additional changes for the merge * api-misskey-js
* Revert "Subtree merged in packages/misskey-js"Kagami Sascha Rosylight2023-03-251-102/+0
| | | | | This reverts commit 3b524f32bfadfa76d28ef26600642bd190118da3, reversing changes made to 5be54451a8b4ac06f2f54d947bb920605dddff55.
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-251-3/+3
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-251-3/+3
|
* Subtree merged in packages/misskey-jsKagami Sascha Rosylight2023-03-251-0/+102