Skip to content
New issue

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

docs:README.mdの修正 #83

Merged
merged 12 commits into from
Jun 19, 2024
Merged

docs:README.mdの修正 #83

merged 12 commits into from
Jun 19, 2024

Conversation

wasabi-tr
Copy link
Contributor

@wasabi-tr wasabi-tr commented Jun 11, 2024

修正内容

  • JavaScriptのチュートリアル(ドキュメント)へのリンク追加
  • 見出しの表記をGo SDKにあわせる
  • getListメソッド、getListDetailメソッドにパラメータの指定方法を追加
  • 各メソッドの説明に対応する見出しを追加し、コメントアウトから見出し形式へ変更
  • レスポンスの型の説明に対応する見出しを追加し、コメントアウトから見出し形式へ変更

Summary by CodeRabbit

  • 新機能
    • microcms-js-sdk ライブラリの使用方法とAPIメソッドに関する変更を追加しました。これには、インストール手順、使用例、および各種APIメソッドのレスポンスタイプ定義が含まれます。
    • client オブジェクトの getList メソッドにクエリパラメータのサポートを追加しました。
    • レスポンスタイプ定義を追加し、型の安全性を向上しました。

@wasabi-tr wasabi-tr requested a review from Sinhalite June 11, 2024 06:34
Copy link

coderabbitai bot commented Jun 11, 2024

Walkthrough

大規模な新機能やエンドポイントの導入はなく、microcms-js-sdkライブラリに対するAPIメソッドのいくつかの使用法やパラメータが更新されました。主なフォーカスは、インストール手順や使用例の更新、様々なAPIメソッドのレスポンスタイプ定義の追加です。これにより、マイクロCMSサービスとのインタラクション機能が強化され、利用時の明確さが向上しました。

Changes

ファイル 変更内容
README.md 使用法、APIメソッドの更新、インストール手順、使用例、レスポンスタイプ定義の追加。

Poem

新たな道標、コードは踊る
追い風に乗り、変更が広がる
エンドポイントが指し示す、未来への輝き
微細な改善が、成長を紡ぎだす
サービスの風景、いまや明瞭
🐰💻✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range and nitpick comments (1)
README.md (1)

Line range hint 475-475: 公式のNext.jsドキュメントを参照してください。利用可能なオプションは、Next.jsのタイプファイルに依存します。ここにカンマが不足している可能性があります。

- 公式のNext.jsドキュメントを参照してください。利用可能なオプションは、Next.jsのタイプファイルに依存します。
+ 公式のNext.jsドキュメントを参照してください。利用可能なオプションは、Next.jsのタイプファイルに依存します。
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e696c14 and 78431f1.

Files selected for processing (1)
  • README.md (18 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~475-~475: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Additional comments not posted (3)
README.md (3)

8-8: 見出しの表記が統一されており、リンクも正しく設定されています。この変更はドキュメントの利便性を向上させるものです。


49-54: ES6のインポート構文を追加したことで、モダンなJavaScriptプロジェクトに対応しやすくなりました。ただし、CommonJSとES6の両方の例を示すことで、異なる環境での使用方法を明確にしています。


108-118: getListメソッドに多くのクエリパラメータを追加することで、APIの柔軟性が向上しています。ただし、これらのパラメータがすべてのユーザーにとって明確であるかどうか、ドキュメントでさらに詳細な説明が必要かもしれません。

#!/bin/bash
# Description: Verify the clarity and completeness of the documentation for the new query parameters in getList method.

# Test: Search for additional documentation on the new query parameters. Expect: Detailed descriptions for each parameter.
rg --type markdown $'getList'

Copy link
Member

@Sinhalite Sinhalite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wasabi-tr
整理ありがとうございます!ご確認お願いします!

  • get, getList, getListDetail, getObjectの使い分けの方法が記されていると良いかも?

  • 「with ○○」など、活用のユースケースを書く項目については、利用しているメソッドは変わらないので、上位のセクションから、一段ネストされていると見やすいですかね?

  • 「Management API」のセクションを残す場合は、「Contents API」のセクションを最初に作った方が良いでしょうか?

  • 「UploadMedia API」の項目だけ、少し特殊な書き方になっている気がします。
    他の項目では、裏側で利用されているエンドポイントは明記されていないですが、ここだけ書かれているためです。
    他に合わせるなら、「Upload media」でしょうか?

  • 表記揺れの統一ができると良さそうです

    • UsageとUsing
    • TypeScriptとType Definition

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

Outside diff range and nitpick comments (2)
README.md (2)

54-66: CommonJSとES6のインポートステートメントが両方提供されていますが、文書全体の一貫性を保つために、どちらか一方に統一することを検討してください。


Line range hint 492-492: 文中にカンマが不足している可能性があります。文の流れを改善するために、適切な場所にカンマを追加することを検討してください。

- Please refer to the official Next.js documentation as the available options depend on the Next.js Type file.
+ Please refer to the official Next.js documentation, as the available options depend on the Next.js Type file.
Tools
Markdownlint

7-7: Expected: 1; Actual: 0; Below (MD022, blanks-around-headings)
Headings should be surrounded by blank lines

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 78431f1 and 965cc3f.

Files selected for processing (1)
  • README.md (21 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~492-~492: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Markdownlint
README.md

7-7: Expected: 1; Actual: 0; Below (MD022, blanks-around-headings)
Headings should be surrounded by blank lines


660-660: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


76-76: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading


550-550: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading

README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Outside diff range and nitpick comments (1)
README.md (1)

Line range hint 492-492: Next.jsのドキュメントに関する説明にカンマが不足しています。文の流れを改善するためにカンマを追加することをお勧めします。

- Please refer to the official Next.js documentation as the available options depend on the Next.js Type file.
+ Please refer to the official Next.js documentation, as the available options depend on the Next.js Type file.
Tools
Markdownlint

7-7: Expected: 1; Actual: 0; Below (MD022, blanks-around-headings)
Headings should be surrounded by blank lines

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 965cc3f and 34d7702.

Files selected for processing (1)
  • README.md (21 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~163-~163: “form” (shape/structure, to make) seems less likely than “from” (“originating from”). (AI_HYDRA_LEO_CP_FORM_FROM)
Context: ...hod is used to retrieve a single object form content ```javascript client .getObj...


[uncategorized] ~492-~492: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Markdownlint
README.md

7-7: Expected: 1; Actual: 0; Below (MD022, blanks-around-headings)
Headings should be surrounded by blank lines


660-660: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


76-76: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading


550-550: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading

Additional comments not posted (4)
README.md (4)

7-9: 見出しの前後に空行が必要です。Markdownの規則に従って、見出しの前後には空行を入れることが推奨されています。

Tools
Markdownlint

7-7: Expected: 1; Actual: 0; Below (MD022, blanks-around-headings)
Headings should be surrounded by blank lines


76-76: 見出しの末尾に不要な句点があります。Markdownのスタイルガイドに従って、見出しの末尾には句点を付けないようにしてください。

Tools
Markdownlint

76-76: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading


107-121: getListメソッドに多くのパラメータが追加されています。これにより、メソッドの使いやすさが向上していますが、各パラメータの説明を追加することで、さらにユーザーフレンドリーになるでしょう。


550-550: 見出しの末尾に不要な句点があります。Markdownのスタイルガイドに従って、見出しの末尾には句点を付けないようにしてください。

Tools
Markdownlint

550-550: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 34d7702 and 2193a06.

Files selected for processing (1)
  • README.md (21 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~493-~493: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Markdownlint
README.md

661-661: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


77-77: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading


551-551: Punctuation: '.' (MD026, no-trailing-punctuation)
Trailing punctuation in heading

Additional comments not posted (2)
README.md (2)

55-65: CommonJSとES6のインポートステートメントが両方示されていますが、プロジェクトの一貫性を保つためにどちらか一つに統一することをお勧めします。

- const { createClient } = require('microcms-js-sdk'); // CommonJS
- 
- or
- 
- import { createClient } from 'microcms-js-sdk'; //ES6
+ import { createClient } from 'microcms-js-sdk'; //ES6

Likely invalid or redundant comment.


164-164: メソッド名に誤字があります。「form」ではなく「from」が正しい表現です。

- The `getObject` method is used to retrieve a single object form content
+ The `getObject` method is used to retrieve a single object from content

Likely invalid or redundant comment.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@wasabi-tr
Copy link
Contributor Author

wasabi-tr commented Jun 13, 2024

@Sinhalite

修正しましたので、ご確認お願いします!

修正内容

  • getList, getListDetail, getObjectの説明を各見出しの下に記載
  • 「with 〇〇」の階層を1つ下げる
  • 「Contents API」のセクション追加
  • 「UploadMedia API」を「Update Media」に変更(Contents APIと同様の構成に)
  • 見出しの表記揺れを修正
    • 「Using」を「Usage」に
    • 「Type Definition」を「TypeScript」に

追加修正

  • 「Management API」のセクションの構成を「Contents API」のセクションの構成にあわせる
  • create , update , delete の説明を各見出しの下に記載

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range and nitpick comments (2)
README.md (2)

Line range hint 493-493: 公式のNext.jsのドキュメントを参照してください。利用可能なオプションは、Next.jsのTypeファイルに依存します。ここにコンマが必要です。

-  Please refer to the official Next.js documentation as the available options depend on the ...
+  Please refer to the official Next.js documentation, as the available options depend on the ...

Line range hint 661-661: ドキュメント内に複数のトップレベルの見出しが存在します。Markdownの規則に従って、一つのドキュメントに一つのトップレベルの見出しのみを使用することが推奨されています。

- # microCMS JavaScript SDK
+ ## microCMS JavaScript SDK
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2193a06 and 233dc7d.

Files selected for processing (1)
  • README.md (21 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~164-~164: “form” (shape/structure, to make) seems less likely than “from” (“originating from”). (AI_HYDRA_LEO_CP_FORM_FROM)
Context: ...hod is used to retrieve a single object form content ```javascript client .getObj...


[uncategorized] ~493-~493: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Markdownlint
README.md

661-661: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document

Additional comments not posted (3)
README.md (3)

7-10: 見出しの前後に空行が必要です。Markdownの規則に従って、見出しの前後には空行を入れることが推奨されています。


93-102: getListのメソッド使用例において、エラーハンドリングの実装が不十分です。エラーが発生した場合にユーザーに適切なフィードバックを提供するために、エラーメッセージを改善することをお勧めします。


164-164: メソッド名に誤字があります。「form」ではなく「from」が正しい表現です。

Tools
LanguageTool

[uncategorized] ~164-~164: “form” (shape/structure, to make) seems less likely than “from” (“originating from”). (AI_HYDRA_LEO_CP_FORM_FROM)
Context: ...hod is used to retrieve a single object form content ```javascript client .getObj...

Copy link
Member

@Sinhalite Sinhalite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インラインにてコメントしてます!
前回気付けなかった点も含めてます、すみません🙏

Coderabbitの指摘についても、合わせて確認と、必要に応じて対応をお願いします!

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

Outside diff range and nitpick comments (1)
README.md (1)

Line range hint 362-377: updateメソッドの説明には、単一のコンテンツを更新する方法が示されていますが、エラーハンドリングが不足しています。エラー処理を追加することをお勧めします。

+   .catch((err) => console.error("コンテンツの更新中にエラーが発生しました: ", err));
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 233dc7d and 6c54b91.

Files selected for processing (1)
  • README.md (19 hunks)
Additional context used
Markdownlint
README.md

136-136: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


683-683: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


115-115: null (MD032, blanks-around-lists)
Lists should be surrounded by blank lines

Additional comments not posted (1)
README.md (1)

7-10: 見出しの前後に空行を追加することをお勧めします。これにより、Markdownの可読性が向上します。

+ 
+ 

Likely invalid or redundant comment.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6c54b91 and 4ae01ea.

Files selected for processing (1)
  • README.md (19 hunks)
Additional context used
LanguageTool
README.md

[uncategorized] ~518-~518: Possible missing comma found. (AI_HYDRA_LEO_MISSING_COMMA)
Context: ...t. Please refer to the official Next.js documentation as the available options depend on the ...

Markdownlint
README.md

136-136: Expected: 1; Actual: 2 (MD012, no-multiple-blanks)
Multiple consecutive blank lines


683-683: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


115-115: null (MD032, blanks-around-lists)
Lists should be surrounded by blank lines

Additional comments not posted (1)
README.md (1)

13-13: Node.jsのバージョン要件を明記していますが、これはユーザーにとって非常に有益です。この変更を承認します。

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@wasabi-tr
Copy link
Contributor Author

@Sinhalite

修正しましたので、再度ご確認お願いします!

  • 各メソッドがリスト形式、オブジェクト形式どちらに対応しているかの説明追加

    • 各セクションに注意書きするのではなく、APIの形式と使用できるメソッドの対応表を作成しました。(わかりにくければ教えてください)
  • 時間の指定をISO 8601形式のUTCで記載

  • クエリパラメータのドキュメントへのリンク追加

  • update,createメソッドに関するTypeScriptの見出し・説明を修正

    • Response Typeではなく、型安全に実行できるということを説明しているので見出しを修正しました。
  • SDKを初期化に関する記載に重複があったのを解消

    • 認識あってますか。。?

    よろしくお願いします🙇‍♂️

Copy link
Member

@Sinhalite Sinhalite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wasabi-tr
ありがとうございます!
インラインで細かい点コメントさせてもらってます!

README.md Show resolved Hide resolved
README.md Outdated
@@ -295,25 +397,30 @@ client

If you are using TypeScript, use `getList`, `getListDetail`, `getObject`. This internally contains a common type of content.

#### Response Type for getList Method
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここを含む数箇所なんですが、タイトルケースでの表記になっているかも?

センテンスケースでの表記が大半かとおもったので、そちらに統一した方が違和感はないかなとは思いました!

README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 8

Outside diff range and nitpick comments (1)
README.md (1)

Line range hint 275-288: createメソッドの説明には、コンテンツを登録する方法が示されていますが、エラーハンドリングが不足しています。エラー処理を追加することをお勧めします。

client
  .create({
    endpoint: 'endpoint',
    content: {
      title: 'title',
      body: 'body',
    },
  })
  .then((res) => console.log(res.id))
- .catch((err) => console.error(err));
+ .catch((err) => console.error("コンテンツの登録中にエラーが発生しました: ", err));
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4ae01ea and e22a8aa.

Files selected for processing (1)
  • README.md (20 hunks)
Additional context used
Markdownlint
README.md

668-668: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


104-104: null (MD032, blanks-around-lists)
Lists should be surrounded by blank lines

Additional comments not posted (1)
README.md (1)

109-109: リスト形式のAPIに対してのみ利用できて、オブジェクト形式のAPIでは利用できないことを明記しても良いですかね?(他も同様です)

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e22a8aa and ec79a5e.

Files selected for processing (1)
  • README.md (20 hunks)
Additional context used
Markdownlint
README.md

668-668: null (MD025, single-title, single-h1)
Multiple top-level headings in the same document


104-104: null (MD032, blanks-around-lists)
Lists should be surrounded by blank lines

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@wasabi-tr
Copy link
Contributor Author

@Sinhalite

細かい点までご確認いただきありがとうございます🙇‍♂️
修正しましたので、再度ご確認お願いいたします!

修正内容

  • 見出しをタイトルケースからセンテンスケースに変更
  • microCMSのAPIではなくmicroCMS JavaScript SDKのAPIを表すテキストに変更
  • APIの形式によるメソッドの対応表からBothの記載を削除

Copy link
Member

@Sinhalite Sinhalite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wasabi-tr
対応ありがとうございます!LGTM!

@wasabi-tr wasabi-tr merged commit 1bc3145 into main Jun 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants