Hi everyone,
I’ve been working through the SDQL documentation and examples and had a question about reference material.
I understand the docs are intentionally example-driven, but I’m wondering whether there exists any exhaustive or semi-exhaustive reference for SDQL — specifically for:
available parameters / fields (by sport or league)
prefixes (t:, o:, p:, etc.)
aggregators / functions
any supported introspection or “help” endpoints to enumerate valid fields programmatically
In other words, is there a canonical list (or metadata endpoint) that defines what exists, or is the intended workflow to discover fields primarily through examples and experimentation?
I’m planning to use SDQL as a primary analysis layer and want to make sure I’m not missing an official or semi-official resource before building my own internal reference.
Thanks in advance — and appreciate any guidance on best practices here.