Ramses Sanchez-Hernandez
Ramses Sanchez-Hernandez
Hi @kekolab, would you mind sharing the code in which you setup the proxy? It seems perhaps there is an authentication issue. Take a look at this documentation which provides...
Hi @syredeye, apologies for the delay, have been spending some time trying to figure out the best way to help, fortunately I have some good news! First of all, I...
https://github.com/microsoftgraph/msgraph-sdk-java/pull/1062
I've used Cocoapods before, I have found it to be simple to use, however it does require a few extra steps when configuring your project in order to make use...
https://developer.apple.com/documentation/foundation/urlsession?msclkid=8713fd77b0d411ec85808abbe4506bd1 It seems that apple already provides an HTTP client API, this would likely be the most straightforward method as it is developed by Apple and would thus require less...
Hi @goksasa , I noticed that you are using a class called Mail as a parameter type in your createMessage method. Could you expand a bit on the properties of...
Hi @mkariro, apologies for the overdue delay. Could you please try the following your variation of the following snippet: ```Java LinkedList requestOptions = new LinkedList(); requestOptions.add(new QueryOption("?$select", "id,description,displayName,members")); GroupDeltaCollectionPage delta...
Hi @PanmandHarshad, I have retried to reproduce your issue but I am not running into the same memory issue. What version of the SDK are you running at the moment....
Hi @BaranwalG, @JimeFuture, and @jkscx, what I had originally thought was an error in our Java-Core library turned out to be an issue with the way we generate our method...
Hey @andrueastman, I also believe it's a metadata issue, though I'm a bit curious as to how this behavior should be specified. We are currently generating the 'withReference' methods because...