Darrel
Darrel
@thewahome The dynamic-values extension allows a client to make a secondary call to return a list of actual Id values that are value to use in the call for the...
@thewahome Keeping this issue open and closing the other one seems like the right move to me. Yes, this has been a long term "dream feature". It resurfaced recently because...
@thewahome We should probably move this conversation over into the #1802 PR as it is not related to this particular issue.
@Onokaev ABNF itself is generic, but this ABNF description https://github.com/oasis-tcs/odata-abnf/blob/main/abnf/odata-abnf-construction-rules.txt is specific to validating OData. It contains specific syntax rules for OData URLs including validating query parameter values.
@thewahome Libraries like [apg-js](https://github.com/ldthomas/apg-js) are designed to create parsers from ABNF syntax. Here is an example of using the OData abnf to parse any part of an OData request https://github.com/ldthomas/apg-js-examples/tree/main/src/odata...
I haven't seen any requests for this. The OneNote API is the only API that uses HTML. I think we have higher priority work to focus on.
@adhiambovivian As a partial solution, could you ask one of the devs to look into the Monaco editor configuration options so that when we double click on a GUID it...
@ElinorW We should never return a 5XX intentionally. As @Avada-Kedavra said, this should be a 400 or 404 error.
@ElinorW @irwinwilliams The tenant query parameter does still work with the tenant name. @irwinwilliams can you provide more details on how it failed for you? @adhiambovivian Currently there is no...
While I think the idea would appeal to many people, I am concerned about the maintenance effort in managing up to date dependencies on packages and frameworks in all the...