rise-summer/team6-education

API for getting student / teacher classes

開放

#4 建立於 2020年7月15日

 (1 則留言) (0 個反應) (1 位負責人)JavaScript (6 個分叉)auto 404
backendgood first issue

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Tasks

  • Create a route (ex "/api/<student_id>") that will return the classes for the corresponding student id 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

貢獻者指南