Matthias Habegger

Results 11 comments of Matthias Habegger

How about an Interface for each (or related) methods? Something like `ICollectionGetRequest` for the GetAsync-method or `ICollectionFilterRequest` for the Filter-method? When will the code generator respect those capability restrictions?

Both solutions would have their justification. I would use it like that: ``` protected async Task ListAsync(TEntityCollectionRequest request) where TEntity : Entity where TEntityCollectionRequest : ICollectionGetRequest { IList entities =...

@MIchaelMainer Will Kiota be integrated into the default Microsoft.Graph package? If yes, when will this happen?

Thank you for reply. > Thanks for the feedback. Sorry we didn't quite hit the mark but I think we can get much closer than what you are current describing....

That would assume, that the programmer knows which kind of method (get/post/patch/...) it is. Whereas he doesn't need that information in any other part of the SDK. Is there always...

I think most natural would be `graphClient.Groups[groupId].Members.References.Request().Add(newMember).GetHttpRequestMessage()`

@praveenlearns I have described the current batch implementation in my first post. Did you try that?

Will this been fixed soon? It's already over a year ago. We need this.