msgraph-sdk-go-core icon indicating copy to clipboard operation
msgraph-sdk-go-core copied to clipboard

Microsoft Graph SDK for Go - Core Library

Results 16 msgraph-sdk-go-core issues
Sort by recently updated
recently updated
newest added

## Overview Adds release please to current repo Partially address #282

reflection of https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/940 on this repository. We want: - [x] release please header file (yaml .github/release-please.yml) - [x] release please manifest (json .release-please-manifest.json) - [x] release please config (json release-please-config.json)...

When the [ISODuration](https://github.com/microsoft/kiota-abstractions-go/blob/main/serialization/iso_duration.go#L10) type is serialised, any value greater than 6 days (`P6D`) and less than 1 year (`P1Y`) results in a "week" format being used, but the API doesn't...

needs author feedback

PageIterator does not provide type validation on the constructor function and this is resulting to runtime errors that arenot easy to debug for users. e.g 1. https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/380 2. https://github.com/microsoftgraph/msgraph-sdk-go/issues/558 We...

enhancement

Not a huge deal, but something to think about for v2. The Batch API is confusing when dealing with `BatchItem` and `BatchResponse`. `Response` is overloaded as it refers to both...

I used Kiota to generate a customized Go client library targeting the Graph API and have added the Graph Go core library to my project. When creating a new GraphRequestAdapter...

enhancement

1. the golang examples under https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=go are missing the member odata type, e.g. ``` odataType := "#microsoft.graph.aadUserConversationMember" member.SetOdataType(&odataType) ``` 2. if ```result, err := graphClient.Teams().Post(context.Background(), requestBody, nil)``` is called, the...

enhancement
blocked

### Is your feature request related to a problem? Please describe the problem. We are trying to implement an antivirus for teams and have already found the chatMessagePolicyViolation. When using...

status:waiting-for-triage
type:feature

Currently while using middlewate I use this code to get the default lit of middlewares. ` defaultClientOptions := msgraph.GetDefaultClientOptions() defaultMiddleWare := msgraphgocore.GetDefaultMiddlewaresWithOptions(&defaultClientOptions)` However, I am not sure how to override...

needs author feedback

I am trying to create an upload session to upload a file in a folder in Sharepoint. I am receiving the following error: `Cannot create an upload session on a...

status:waiting-for-author-feedback