-
Hey there We got caught twice by the trailing slashes in the URLs of the endpoints while playing around with Postman and hand-written code. We're aware that the OpenAPI document is there to avoid potential mistakes, and that you provide SDKs to integrate with the API, but I feel like it's an uncommon pattern. Some questions:
As an FYI, we used Microsoft's Kiota to generate a .NET API client, and during generation it removed the trailing slashes. It's definitely a bug on their side (which we filed over at microsoft/kiota#4291), but it may show that it's not "standard". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Mind opening a ticket about supporting both? It was a mistake that we very much regret, but I guess supporting both wouldn't be too much of a hassle (or at least we can check whether it would be). Thanks! |
Beta Was this translation helpful? Give feedback.
Issue opened in #1254, thanks.