Darrel
Darrel
I'm going to respond to this, but there are a lot of words to absorb, so please be a little bit patient with me.
@markdepalma Can you share a requestId where it fails? The one difference I see is that the SDK sends Expect: 100- Continue but Graph Explorer doesn't. Could you try turning...
@markdepalma Sorry for the delay. I looked at both requests and I don't see any obvious issue. I have forwarded all this information to our Mail team to investigate. The...
Doing a better job of handling the AdditionalData is something that is on our radar. Currently we put OData annotations, HTTP headers, HTTP status codes, OpenType extensions, schema extensions and...
@sebastienlevert @Ndiritu We have had our JS/TS community asking for a fluent experience for 4 years. Using paths is a fallback, not a preference. It is also useful for making...
Long running operation support needs to be implemented as a piece of middleware. This code above is a good starting point.
@titusgicheru I wish you had shared this issue to help guide our conversation. This is a compromise between the Java way of doing it and the way that I was...
I think we are going to have to create yet another annotation to indicate that an OpenAPI path needs to be generated for a structural property. In OData, in theory,...
Does the Get retrieve the all day events? If you issue the query with Graph Explorer, are the all day events retrieved? I am trying to determine if it is...
@baywet Having a middleware pipeline apply an auth header is probably better than returning the auth header in the request object. If there is ever a need to do request...