0.35.16
(fix): Fix generated snippets and wire tests omitting path parameters bound to
API-level variables. Path parameters are always required arguments on the
generated endpoint method, so a placeholder value (e.g. <endpointParam>) is
now emitted for any path parameter whose value is absent from the example,
keeping the generated SDK, snippets, and wire tests compiling.
0.35.15
(fix): Fix endpoints with a stream-parameter response generating a JSONValue return
type, which broke generated wire tests that compared the result against the
concrete response model. The Swift SDK does not yet implement response
streaming, so these endpoints are now generated against their non-streaming
response shape (e.g. the declared JSON response model).