Nezteb
04/23/2019, 9:39 PMContractRoute
, via return spec to ::_createWorkspaceByOrgId
But that _create...
function takes multiple arguments and I’m getting a type mismatch error. In the examples here https://www.http4k.org/guide/modules/contracts/, there is a return spec to ::greet
, but greet
only takes one argument. How would I return the spec if the thing takes multiple arguments?