Darrel

Results 511 comments of Darrel

I think doing password flow to obtain tokens this way is fairly unusual. Considering the additional complexity introduced by templating URLs, I don't think we can address this in 3.0.

@ePaul It would be nice if we can provide that information. However, how reliable is it going to be? And should it be a date, or should it be a...

@dret We've discussed the use of described-by before to link an API to an OpenAPI description. Do you see service-desc as being more suited for this scenario?

@wparad What @dret is suggesting is to use link relations. That what `service-desc` and `service-doc` are. The important part is that they bring meaningful semantics to an embeded URL. Obviously,...

@jdesrosiers The `allowReserved` property was added to the parameter object in 3.0 to provide the same capability as the + operator, but we limited it to only be usable in...

From TDC call: 3.1.1 : 1) Remove the use of reference Object for WebHooks and Components/PathItems 2) Identify $ref on its own as a ReferenceObject 3) Make PathObjects array of...

We have an OpenAPI document that is 540K lines long https://github.com/microsoftgraph/msgraph-metadata/tree/master/openapi/beta We put dots in the tags and operations to create namespaces. I don't expect UI tools and code-generators to...

The code for it is here https://github.com/darrelmiller/apislice/tree/master/apislice but I'm am working to move it into a command line tool that anyone will be able to use.

@Download There is no reason that tooling could not use environment variables to drive `ServerVariables` that are used for constructing the base URL of the API. However, I don't know...

Hey @joergenb thanks for raising this issue. As you can see we have been wrestling with how to deal with the notion of scopes outside of the OAuth2 flow and...