Sportsdata Lol Projections
Connector for the sportsdata-lol-projections API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://azure-api.sportsdata.io/v3/lol/projections - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
dfsslatesbydate— GET /{format}/DfsSlatesByDate/{date} — Dfs Slates By Dateprojectedplayergamestatsbydate— GET /{format}/PlayerGameProjectionStatsByDate/{date} — Projected Player Game Stats by Dateprojectedplayergamestatsbyplayer— GET /{format}/PlayerGameProjectionStatsByPlayer/{date}/{playerid} — Projected Player Game Stats by Player
Inputs
apiKey— your sportsdata-lol-projections API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: dfsslatesbydate
apiKey: <your key>