We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /schedules/{year}/{month}
year: 년도 month: 월
year
month
호출 예시 /schedules/2020/8
Response:
{ "schedules": [ { "period": "07-20 ~ 07-24", "content": "2020-2 복학신청기간" } ] }
The text was updated successfully, but these errors were encountered:
월간 학사 일정 조회 API 구현
2fa6751
Branch: feature/schedules #4
getScheduleData 에 대한 단위테스트 작성
4848789
sukso96100
No branches or pull requests
GET /schedules/{year}/{month}
year
: 년도month
: 월호출 예시
/schedules/2020/8
Response:
The text was updated successfully, but these errors were encountered: