We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CosenseでPage Dataをエクスポートしたところ下記のような形式のJSONが取得されました。 usersプロパティはExportedDataインタフェースに現在いないようです。
types/response.ts
Line 314 in b745ee4
{ "name": "xxx", "displayName": "xxx", "exported": "xxx", "users": [ { "id": "xxx", "name": "xx", "displayName": "xxx", "email": "xxx" }, // プロジェクトメンバーの数だけ存在 ], "pages": [ { ...
The text was updated successfully, but these errors were encountered:
@towa1204 返信が遅れてすみません!いま気づきました……
本体のAPI変更の報告ありがとうございます。助かります。 ちょうど今globalThis.scrapboxの型定義を現行のAPIに追随させる作業をしていたところなので、それに合わせてExportedDataを修正させていただきます!
globalThis.scrapbox
ExportedData
Sorry, something went wrong.
ありがとうございます! 非常に助かります
https://scrapbox.io/api/page-data/export/:projectname.json
Released 0.10.4!
Successfully merging a pull request may close this issue.
CosenseでPage Dataをエクスポートしたところ下記のような形式のJSONが取得されました。
usersプロパティはExportedDataインタフェースに現在いないようです。
types/response.ts
Line 314 in b745ee4
過去のJSONにusersプロパティは存在しなかったため新規追加されたものだと思います。
The text was updated successfully, but these errors were encountered: