You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execute method on an interpreter has a parameter skipValidation, but it's not possible to use it when using one of the Http adapters.
Add a new parameter skipValidation: Boolean = false to makeRestService and makeWebSocketService in each adapter that will be passed to execute, so that this feature can be used more easily.
Http4sAdapter
AkkaHttpAdapter
FinchAdapter
The text was updated successfully, but these errors were encountered:
The
execute
method on an interpreter has a parameterskipValidation
, but it's not possible to use it when using one of the Http adapters.Add a new parameter
skipValidation: Boolean = false
tomakeRestService
andmakeWebSocketService
in each adapter that will be passed toexecute
, so that this feature can be used more easily.The text was updated successfully, but these errors were encountered: