scoresUrl
scoresUrl(
lineItemUrl):string
Defined in: packages/core/src/ags.ts:159
Build the Scores service URL by inserting /scores into the line-item PATH,
before any query string. Naive ${url}/scores breaks on Canvas line items
that carry ?type_id=N (the segment lands inside the query and 404s).
Parameters
Section titled “Parameters”lineItemUrl
Section titled “lineItemUrl”string
Returns
Section titled “Returns”string