I've been walking through the steps outlined in https://github.com/SchedulesDirect/JSON ... I-20140530 and everything worked great up until the point where I queried for schedule data. Looks like `/20141201/lineups/USA-OTA-40324` was last updated `2016-05-08T22:45:33Z`.
I haven't paid yet, still a trial user (username "dcheckoway" registered earlier today). Am I missing something obvious?
- Code: Select all
curl -s -X POST -d '[{"stationID": "47303"}]' -H 'token: ...' 'https://json.schedulesdirect.org/20141201/schedules' | jq .
[
{
"stationID": "47303",
"serverID": "20141201.web.2",
"code": 7020,
"response": "SCHEDULE_RANGE_EXCEEDED",
"minDate": null,
"maxDate": null,
"requestedDate": "2016-05-22",
"message": "Date requested (2016-05-22) not within -> for stationID 47303."
}
]
- Code: Select all
curl -s -X POST -d '[{"stationID": "47303"}]' -H 'token: ...' 'https://json.schedulesdirect.org/20141201/schedules/md5' | jq .
{
"47303": []
}
- Code: Select all
curl -s -H 'token: ...' 'https://json.schedulesdirect.org/20141201/lineups/USA-OTA-40324' | jq -r .metadata.modified
2016-05-08T22:45:33Z