NKUST-ITC / NKUST-AP-API

NKUST-AP-v3-完善計畫
MIT License
7 stars 5 forks source link

Feature/bus/timetables #17

Closed takidog closed 5 years ago

takidog commented 5 years ago

GET /bus/timetables 中途把reservations(GET)先合併進來,需要拿到calcelKey

abc873693 commented 5 years ago

文件中的日期格式

"date": "2019-03-17T16:51:57Z",

目前收到的內容

"date": "2019-08-31T05:50:49.299859",

格式有錯

abc873693 commented 5 years ago

另外 如果當天沒有校車 這樣要回應204還是 單純空陣列

takidog commented 5 years ago

文件中的日期格式

"date": "2019-03-17T16:51:57Z",

目前收到的內容

"date": "2019-08-31T05:50:49.299859",

格式有錯

有需要隱藏小數秒數嗎,我這邊是直接顯示完整時間去iso format

takidog commented 5 years ago

另外 如果當天沒有校車 這樣要回應204還是 單純空陣列

我覺得應該要空陣列,204也可以 是有查詢的,只是當天沒有查到資料

abc873693 commented 5 years ago

@takidog 當初就是都定義iso 的格式 其他api 還要在檢查

abc873693 commented 5 years ago

@takidog 課表那些都統一204 這邊也統一

takidog commented 5 years ago

@takidog 當初就是都定義iso 的格式 其他api 還要在檢查

顯示不顯示小數秒數都是iso格式

takidog commented 5 years ago

@takidog 課表那些都統一204 這邊也統一

了解

abc873693 commented 5 years ago

10 有補充 有個單字錯誤的問題

takidog commented 5 years ago

10 有補充 有個單字錯誤的問題

有明確位置嗎?

takidog commented 5 years ago

204 跟 時區問題已經解決了 測試伺服器已經更新

有當天沒有校車的日期,都在暑假的週末

abc873693 commented 5 years ago

打錯不是 #10 應該是在 #14 Description

takidog commented 5 years ago

@abc873693 測試伺服器更新