groupsharekit.net
groupsharekit.net copied to clipboard
Need GetProject(id)
It seems that the GetProject(id) api method is not available in this library.
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.