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

BUS API 연동 구현 #11

Open
parkcheayeon opened this issue Feb 22, 2025 · 0 comments · May be fixed by #12
Open

BUS API 연동 구현 #11

parkcheayeon opened this issue Feb 22, 2025 · 0 comments · May be fixed by #12
Assignees

Comments

@parkcheayeon
Copy link
Collaborator

  1. API 연동을 위한 라이브러리 추가
  2. 정류장 상세 정보 구현
    • getStationByUid 사용
    • 사용자가 정류장을 선택하면 전달받은 정류장 ID를 통해 API를 호출하여 해당 정류장의 실시간 버스 도착 정보 조회
  3. 정류장 목록 구현
    • getStationByName, getStationByUid 사용
    • 정류소 검색 기능 추가
    • 사용자가 정류소 이름을 검색할 때의 키워드를 통해 API를 호출하여 검색 키워드와 일치하는 정류장 목록 조회
    • 조회된 정류장 ID로 API를 호출하여 해당 정류장의 실시간 버스 도착 정보 조회에서 다음 정류장 조회
@parkcheayeon parkcheayeon self-assigned this Feb 22, 2025
@parkcheayeon parkcheayeon linked a pull request Feb 26, 2025 that will close this issue
@parkcheayeon parkcheayeon linked a pull request Feb 26, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant