-
Notifications
You must be signed in to change notification settings - Fork 5
API Coursebook
Jang Ryeol edited this page Nov 20, 2017
·
5 revisions
현재 서버에 입력된 수강편람 목록을 불러옵니다.
강의 검색은 search query를 이용하세요.
목록을 가장 최근학기 순으로 반환.
[
{
"_id": "578ce7342d083d87714004bc",
"semester": 4,
"year": 2015
},
{
"_id": "57919b05747bb52e6af67eac",
"semester": 3,
"year": 2015
}
]
가장 최근 학기의 수강편람을 불러옵니다.
유저가 로그인되어있다면 https://github.com/wafflestudio/snutt/wiki/API-Timetable#get-tablesrecent를 사용하기 바랍니다.
{
"_id": "578ce7342d083d87714004bc",
"semester": 4,
"year": 2015
}
sugang.snu.co.kr의 강의계획서 주소를 얻습니다.
Query: ?year=2017&semester=1&course_number=4190.210&lecture_number=001
{
"url": "http://sugang.snu.ac.kr/sugang/cc/cc103.action?openSchyy=2017&openShtmFg=U000200001&openDetaShtmFg=U000300001&sbjtCd=4190.210<No=001&sbjtSubhCd=000"
}
- Home
- Conventions & License
- 서버 시작 및 수강편람 업데이트
- API List (for express branch)
- Error Codes
- Feedback
- Basics and Authentication
- Bookmark
- Coursebook
- Search Query
- Colors
- Tags
- Timetable
- Notification
- User
- Shared Timetables
- Client (for ver 2.0)
- StoryBoard