Skip to content
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

학사일정 조회 API 구현 #4

Open
sukso96100 opened this issue Aug 13, 2020 · 0 comments
Open

학사일정 조회 API 구현 #4

sukso96100 opened this issue Aug 13, 2020 · 0 comments
Assignees

Comments

@sukso96100
Copy link
Member

GET /schedules/{year}/{month}

year: 년도
month: 월

호출 예시
/schedules/2020/8

Response:

{
  "schedules": [
    {
      "period": "07-20 ~ 07-24",
      "content": "2020-2 복학신청기간"
    }
  ]
}
@sukso96100 sukso96100 self-assigned this Aug 27, 2020
sukso96100 added a commit that referenced this issue Aug 28, 2020
Branch: feature/schedules
#4
sukso96100 added a commit that referenced this issue Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant