Project

Get project configuration

var client = new CodeMashClient(apiKey, projectId);
var projectService = new CodeMashProjectService(client);

var settings = await projectService.GetProjectAsync(new GetProjectRequest());

If you are using a client provided by SDK, the project ID will be set from the client. Otherwise, specify the project ID in the request object.

Last updated