This adds the new inlinePathParameters configuration option so that users can generate their in-lined request types to contain the path parameters specified by the endpoint (which are generated as positional parameters by default).
With this, users are now presented with path parameter endpoint signatures that look like the following:
This adds the new
inlinePathParameters
configuration option so that users can generate their in-lined request types to contain the path parameters specified by the endpoint (which are generated as positional parameters by default).With this, users are now presented with path parameter endpoint signatures that look like the following:
Note that this also updates a couple other minor details:
includePathParameters
andonlyPathParameters
fields in theInlinedRequest
.AbstractDynamicSnippetGeneratorContext
to reference the same IR version.