SchedulesDirect / JSON-Service

Code related to download, slice-and-dice and generation of JSON into database.
36 stars 5 forks source link

stationID is now an Integer #81

Closed tentious closed 11 months ago

tentious commented 3 years ago

According to the documentation:

stationID - max 12 characters. Mandatory. This is a string, and your code must not treat it as an integer. Provides information to the grabber regarding the stationID that this schedule is for.

However, after changes/outage from yesterday, the stationID is now missing "quotes" and is now an integer. It should be string. If this is a valid change, I will need to update my application.

rkulagowski commented 11 months ago

This was a bug introduced in old code; stationID is now a string.