groupsharekit.net icon indicating copy to clipboard operation
groupsharekit.net copied to clipboard

Need GetProject(id)

Open softwareguy74 opened this issue 4 years ago • 1 comments

It seems that the GetProject(id) api method is not available in this library.

softwareguy74 avatar Jul 30 '21 15:07 softwareguy74

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.

h45h74x avatar Dec 14 '21 11:12 h45h74x