dotnet add package OpenMatch.Api// Create the grpc.
using var channel = GrpcChannel.ForAddress("https://localhost:5001");
var frontendClient = new OpenMatch.FrontendService.FrontendServiceClient(channel);
await frontendClient.CreateTicketAsync(request); There is others services:
OpenMatch.FrontendService.FrontendServiceClientOpenMatch.BackendService.BackendServiceClientOpenMatch.EvaluatorService.EvaluatorServiceClientOpenMatch.MatchFunction.MatchFunctionServiceClientOpenMatch.QueryService.QueryServiceClient
See Open Match API References for more informations.
Please see CONTRIBUTING.md for instructions on how to contribute.