msgraph-sdk-go
msgraph-sdk-go copied to clipboard
Microsoft Graph SDK for Go
The way, this Go module and especially the models package are constructed, leads to severe issues with the go tooling (and linting). We have a simple Go application where we...
here some thoughts how the code could be improved: 1. why do i have to set the adapter for the pager? can this not be passed via result or can...
cloud.Configuration support for endpoints (AzureChinaCloud, AzureGovernmentCloud, AzurePrivateCloud)
instead of using `adapter.SetBaseUrl("https://microsoftgraph.chinaclouapi.cn/v1.0")` (related to #26) maybe adapt the way how the azure-sdk-for-go is using cloud.Configuration for configuring endpoints. json representation of cloud.Configuration content for AzurePublicCloud: ```json { "activeDirectoryAuthorityHost":...
Hi, I'm trying to list all groups in my organization. But in the response, I didn't see any method defined to get the value for `resourceBehaviorOptions` and `resourceProvisioningOptions`. https://github.com/microsoftgraph/msgraph-sdk-go/blob/2d3e4f1d94cf75bb5a722f555993907ced137aab/models/groupable.go#L9 ...
Hi, I wanted to test if I could use this library for one usecase and stumbled over an error. After debugging it seems that the uri-template parser does not like...
This pull request was automatically created by the GitHub Action, **create pull request**. The commit hash is _c6bcee4974ca0f2e971ea508cc43876d26a59e4f_. **Important** Check for unexpected deletions or changes in this PR.
- - removes the me duplicated structure - - maps me to users item request builder
Hello! Ran into an issue during indexing of drive items where, when the `photo` facet is present, the Go SDK panics. Here's an example facet from the MS Graph API...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.
I write tool for migration Teams to Teams in same Tenant or New Tennant on Golang. But no example how to create private Channel in migration mode. Here my log:...