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
It's common case to use separate controllers with mappings declarations, that actually just pass through calls to services with implementations. In this case users are actually want to work with service type. We need to implement method service.produceClient(service, [controller, ]methodsMapping) to handle that case.
The text was updated successfully, but these errors were encountered:
It's common case to use separate controllers with mappings declarations, that actually just pass through calls to services with implementations. In this case users are actually want to work with service type. We need to implement method
service.produceClient(service, [controller, ]methodsMapping)
to handle that case.The text was updated successfully, but these errors were encountered: