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

feat: 希望能新增公車站牌的api #122

Open
pedestrianlove opened this issue Sep 30, 2024 · 2 comments · May be fixed by #124
Open

feat: 希望能新增公車站牌的api #122

pedestrianlove opened this issue Sep 30, 2024 · 2 comments · May be fixed by #124

Comments

@pedestrianlove
Copy link

如題,如果要做行程規劃(Google行程 + 公車 + Google行程)的話,
有站牌的列表跟位置會方便很多,就不需要寫死。

所以希望公車的API可以多一個:

https://api.nthusa.tw/buses/stops/

感謝🙏

@pedestrianlove pedestrianlove changed the title feat: 新增公車站牌的api feat: 希望能新增公車站牌的api Sep 30, 2024
@iwtba4188
Copy link
Contributor

感謝建議,你的意思是回傳類似下方的 schema 嗎?

[{
  "stop_name": "string",
  "latitude": "string",
  "longitude": "string"
},
...
]

@pedestrianlove
Copy link
Author

感謝建議,你的意思是回傳類似下方的 schema 嗎?

[{
  "stop_name": "string",
  "latitude": "string",
  "longitude": "string"
},
...
]

是的,感謝補充😂

@iwtba4188 iwtba4188 linked a pull request Sep 30, 2024 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.

2 participants