Actions
New Function #53
closedNew Function #32: [API] API for mobile App
[API] Station
Description
1.Git
- KORAIL_STORE/korail_store_user
2.Swagger UI (https://swagger.io/tools/swagger-ui/)
- apply this into API
3.Spec (Station sheet on #32 - 20230624)
- 1.역 리스트 (Station list) : move from Common controller
- 2.가까운 역 리스트 (Near Station list)
- 3.자주가는 역 리스트 (Use Station list)
- 4.인근시설 리스트 (facility list)
Related issues
Updated by Deca Park almost 2 years ago
- Copied from New Function #44: [API] Coupon added
Updated by bryant bryant almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
[API]
1.target
- 역 리스트 (Station list)
- 가까운 역 리스트 (Near Station list)
- 자주가는 역 리스트 (Use Station list)
2.Response
1) As-is
transfer_station_yn
2) To-be
transfer_station_type
transfer_station_type_name : 일반역/환승역 (common/transfer)
Updated by bryant bryant over 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
- Copied to New Function #61: [API] Board (공지사항) added
Updated by Deca Park over 1 year ago
- Description updated (diff)
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
1.API (Add)
- 인근시설 리스트(facility list) : GET /api/facility_list
- 포인트 역 리스트 (Station list to get point) : GET /api/point_station_list
2.API (change)
1) GET /api/station_list
a) Parameter
- station_name (역사명) : required -> NOT required
b) logic
- add condition: smart_order_yn = 'Y'
2) GET /api/near_station_list
a) logic
- add condition: smart_order_yn = 'Y'
3.API 포인트 역 리스트 (GET /api/point_station_list)
1) parameters
a) station_name / latitude / longitude
- Required -> NOT Required
Updated by bryant bryant over 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Actions