Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need GetProject(id) #114

Open
softwareguy74 opened this issue Jul 30, 2021 · 1 comment
Open

Need GetProject(id) #114

softwareguy74 opened this issue Jul 30, 2021 · 1 comment

Comments

@softwareguy74
Copy link

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

@h45h74x
Copy link

h45h74x commented Dec 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants