Simon
Results
2
comments of
Simon
Try using `Get(string projectId)` in the `Sdl.Community.GroupShareKit.Clients` namespace like so: ``` ProjectDetails projectDetails = await groupShareClient.Project.Get(projectId); ``` For documentation, you can check out the method in the [source code](https://github.com/RWS/groupsharekit.net/blob/master/Sdl.Community.GroupShareKit/Clients/ProjectClient.cs#L373).
Same issue here :(