ServiceStack new API for v3 -


is possible write

var request = new orderrequest { id = 1 }; var response = client.get(request); 

with servicestack v3.9.71?

according https://github.com/servicestackv3/servicestackv3/wiki/new-api is, can't find ireturn<tresponse> interface in version.

yes you're looking @ new api in v3 wiki documentation.

the api you're looking exists in v3 branch part of serviceclientbase api:

tresponse get<tresponse>(ireturn<tresponse> request) 

the ireturn interface markers you're looking in iservice.cs class in servicestack.servicehost namespace.

using productivity tool resharper make easier find , add missing references, otherwise can search servicestack's github v3 branch online.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -