-
Notifications
You must be signed in to change notification settings - Fork 10
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
add support for long running operations #148
Comments
Hi @RobinKamps |
thank you for the fast reply. i created a pull request for the missing odata type in the documentation repo. |
unfortunately those snippets are automatically generated. And your change will get overwritten with the next generation. We need to fix the generation logic. |
Thank you for the reply - i opened separate issues for the documentation errors. |
please add a 202 response for the async request, so that users of the go sdk can do the polling: |
Thanks for the comment, this is something that's currently not implemented across all of the SDKs and needs to be implemented manually by SDK users. |
result, err := graphClient.Teams().Post(context.Background(), requestBody, nil)
is called, the result is always nil, not Teamable or at least containing the new teamID as documented (but the team is successfully created).The text was updated successfully, but these errors were encountered: