Documentation Index
Fetch the complete documentation index at: https://docs.etonecarg.com/llms.txt
Use this file to discover all available pages before exploring further.
What Is On Today?
Recommended path:resolve_entities when needed -> list_watchable_schedule -> list_live_slate or list_schedule
Pick the branch that matches the UX
- Watchability-first
- Competition-first
Start with
list_watchable_schedule when the real job is what the user can watch in a bounded window.Then:- use
list_live_slateif the UX needs now-playing or imminently-live context - use
get_watch_availabilityfor a selected row
Variations
- If the user starts with a competition, resolve first only if your host does not already have the correct provider ref.
- If the product begins with a home-page rail, use a tighter window than “today” when possible.
- If the product needs to compare sports-truth rows against watchable rows, do it in the host instead of pretending the two schedule tools are interchangeable.
Avoid
- treating
list_scheduleas a watchability tool - treating
list_watchable_scheduleas a substitute for standings or event detail