Skip to content

エンドポイントの実装進捗確認用 #34

@task4233

Description

@task4233

概要

エンドポイントの実装状況を分かりやすくするため

めも

3/26に開発終了なので、そこまでにどのようなスケジュールで実装していくのか
繋ぎこみを考えるといつまでに何が必要なのかを考える必要がある

API仕様

  • post
    • GET /post
    • POST /post
    • GET /post/{postID}
    • PUT /post/{postID}
    • DELETE /post/{postID}
  • comment
    • GET /post/{postID}/comment
    • POST /post/{postID}/comment
    • GET /post/{postID}/comment/{commentID}
    • PUT /post/{postID}/comment/{commentID}
    • DELETE /post/{postID}/comment/{commentID}
  • user
    • POST /user
    • PUT /user
    • DELETE /user
    • GET /user/{userID}
    • GET /user/{userID}/post
    • GET /user/{userID}/comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feat新規機能を開発したり、新しいツールを導入したりするとき

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions