Skip to main content

matchDetail

codebolt.codeutils.matchDetail(matcher: string): Promise<getMatchDetail>
Retrieves details of a match.

Parameters

NameTypeDescription
matcherstringThe matcher to retrieve details for.

Returns:

 Promise<getMatchDetail>
A promise that resolves with the match detail response.

Status

Working Progress..