Nabil Abdel-Hafeez
Nabil Abdel-Hafeez
The Endpoint client is currently bound to the streaming version of the client. We should add a batched `EndpointExecutor` for ease of use.
Matching on path literals is currently done by set operations on a set of strings. The idea would be to improve this, by creating a state machine, that transitions to...
@jdegoes we can't get rid of alternator or combiner under the hood, since it is part of the codec. This PR is just a transformation on top of `HttpCodec.Fallback`. This...
It currently works only for the Endpoint API
The actual bug was, that the handler aspect could be applied to a handler that has a input different then request. There was a construct that should have prevented it,...
The auth specified on an `Endpoint` should be reflected in the generated OpenAPI object
- Needs to have a config to switch between automatic (on file change) and manual generation - config for file/folder path(s) of OpenAPI files - config for package prefix -...
If turned on, logs internal errors including Endpoint API codec errors, which can currently only be configured to be returned as bodies