I’m trying to return a spec from a `ContractRoute`...
# http4k
n
I’m trying to return a spec from a
ContractRoute
, 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?