Project
Get project configuration
Oops, something is missing.We could not find the original source to display this content.
.NET
Node
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 modified 11mo ago