From 103ce4b53bd0176ccc5904fc9fae5ab44727ef0d Mon Sep 17 00:00:00 2001 From: Kira Kawai <66677201+ras0q@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:07:04 +0900 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305ee81..ef30849 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Package traqoauth2 provides constants for using OAuth2 to access traQ. > - [traPtitech/NeoShowcase](https://github.com/traPtitech/NeoShowcase) > - [traPtitech/caddy-trap-auth](https://github.com/traPtitech/caddy-trap-auth) > - [traPtitech/traefik-forward-auth](https://github.com/traPtitech/traefik-forward-auth) -> - ログインユーザーの識別情報を必要としない場合 (e.g. GET /users, GET /groups/:groupID) +> - ログインユーザーの識別情報を必要としないデータを取得したい場合 (e.g. GET /users, GET /groups/:groupID) > - [Bot](https://bot-console.trap.jp/docs/bot)のAccess Tokenを用いる > - (実装予定) [OAuth2 Client Credential Flow](https://github.com/traPtitech/traQ/issues/2403) を用いる > - ログインユーザーの識別情報を利用したい場合 (e.g. GET /users/me, POST /channels/:channelID/messages)