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

ユーザ管理機能の作成 #2

Open
frkawa opened this issue Jun 9, 2022 · 0 comments
Open

ユーザ管理機能の作成 #2

frkawa opened this issue Jun 9, 2022 · 0 comments

Comments

@frkawa
Copy link
Owner

frkawa commented Jun 9, 2022

概要

ユーザのCRUD機能を作る

エンドポイント

IDトークンを使用してユーザ情報を特定する

  • POST /users:ユーザ新規作成
  • GET /users/me:自分のユーザ情報を取得
  • PATCH /users/me:ユーザ更新
  • DELETE /users/me:ユーザ削除
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

No branches or pull requests

1 participant