Skip to content

Make GET /courses API response includes 학생 수, 생성 시각 in its payload #105

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

Open
seongbin9786 opened this issue Jan 13, 2022 · 0 comments
Assignees
Labels
feature New feature

Comments

@seongbin9786
Copy link
Member

seongbin9786 commented Jan 13, 2022

세부 목적 (주 목적은 이슈 이름으로.)

현재 GET /courses 수행 시 name만 출력되는데 아래와 같이 추가한다.

{
  "id": "Long",
  "name": "String",
  "numberOfStudents": "Integer(학생 수)",
  "createdAt": "DateTime(생성 시각)"
}

예상 난이도는?

Easy

개발 계획

No response

@seongbin9786 seongbin9786 added the feature New feature label Jan 13, 2022
@seongbin9786 seongbin9786 changed the title Make GET courses API returning 학생 수, 생성 시각 Make GET courses API response includes 학생 수, 생성 시각 in its payload Jan 13, 2022
@seongbin9786 seongbin9786 changed the title Make GET courses API response includes 학생 수, 생성 시각 in its payload Make GET /courses API response includes 학생 수, 생성 시각 in its payload Jan 13, 2022
@Devconf Devconf self-assigned this Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants