rise-summer/team6-education

Class API

オープン

#6 opened on 2020/07/15

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (6 件のフォーク)auto 404
backendgood first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Tasks

  • Create a route (ex "/api/class/<class_id>") that will return information about the class in JSON
  • If the user is not authenticated as the user that we are looking up return a 401 (unauthorized) status code instead
  • If the id does not exist, send a 404 (not found) response

コントリビューターガイド