Darrel
Darrel
It is not recommended to define HTTP Authorization headers in operations. That's what security requirement objects are designed to. The spec says tooling should [ignore](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#fixed-fields-10) headers called `Authorization`. Having the...
@dfornika Parsing a single link header is hard. Parsing two is really not that much harder. I just borrowed someone elses code when I needed to do it :-) https://github.com/tavis-software/Tavis.Link/blob/a6877ff4a98e3de662d52b281e06661957437ed5/src/Link/LinkHeaders/LinkHeaderParser.cs
I want to second @aaronpowell 's comment here https://github.com/microsoft/vscode-dotnettools/issues/584#issuecomment-1758878704 about feature being important for supporting the use of AZD. I just spent hours trying to figure out how to make...
It didn't work for me either.
Is this more than a hosted and themed SwaggerUI?
@daveshanley It does appear like generating OpenAPI descriptions is only part of what the tooling does, but it does look like it is well maintained and has fairly decent docs...
@ankitjaininfo We (as in the maintainers of this site) need to have a conversation about commercial SAAS services and whether they are appropriate for this list.
@daveshanley As some SAAS products have free editions, I think we need to qualify that unless the source code for the tool is available in a public source repo with...
@jdesrosiers Sorry for piling on an old thread but I'm a bit confused. From my reading of this issue and #1299 one of the goals is to encourage library developers...
My concern about exposing the access token is that someone is then going to use it, and then call some API that has conditional access and it will fail. At...