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
Is is possible to add the external game id to the full game schedule endpoint? For example, in the active players endpoint for MLB you include a nested field like this
externalMapping:
ID: xxxx
Source: MLB.com
which enables users to map the player id on mlb.com to the mysportsfeeds id. I can't find the same for games (mapping mlb.com game ids to mysportsfeeds game ids). Is this do-able? Thanks!
The text was updated successfully, but these errors were encountered:
@zamorarr Hmm, that's not something that's been requested before. Normally, games are very easy to match based on date, teams, and time. We include those references for players since they can be very difficuilt to match.
Is is possible to add the external game id to the full game schedule endpoint? For example, in the active players endpoint for MLB you include a nested field like this
which enables users to map the player id on mlb.com to the mysportsfeeds id. I can't find the same for games (mapping mlb.com game ids to mysportsfeeds game ids). Is this do-able? Thanks!
The text was updated successfully, but these errors were encountered: