For AI agents: visit https://riotgamesapi.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
var rit = new ApiCall()
.SelectApi<ShardStatus>(LolApiName.Status)
.For(LolApiMethodName.ShardData)
.AddParameter()
.UseCache(false, false)//<== optional
.Build(ServicePlatform.TR1)
.Get();