You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a feed of all events across games. But there doesn't seem to be a "global" eventId, the sortOrder and eventIds seem to be game specific, so I'm having to parse periods, and event times to guess actual event time so i can sort all events. Anyone see another way?
Also, is the API delayed?
Thanks!
The text was updated successfully, but these errors were encountered:
I don't personally have an answer for the first question, but re: delay,
I haven't seen what seems to be any artificial delay or even rate-limiting with any API requests I've made. It's either an oversight or just the NHL being nice to us, so best not to abuse it.
As far as the "real event-time", I'm trying to figure out a proxy - counting forward from puck drop is terribly inaccurate. So next I'll be trying to work backwards from current game-time.
I'd like to have a feed of all events across games. But there doesn't seem to be a "global" eventId, the sortOrder and eventIds seem to be game specific, so I'm having to parse periods, and event times to guess actual event time so i can sort all events. Anyone see another way?
Also, is the API delayed?
Thanks!
The text was updated successfully, but these errors were encountered: