{"result": {"id": "aa8f9298-7a4f-4b44-8f90-b80d150d946f","tokens": [{"key": "key 1","value": "value 1",}],"languages": ["en"],"defaultLanguage": "en","defaultTimeZone": "Etc/UTC","name": "Example Project","description": "An example project","slugifiedName": "example-project"}}
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.
​