SagarN

Results 3 issues of SagarN

ManagedServiceBuilder sets the root uri which is the version of API Call (in our case). Is there any way to support multiple ROOT URIs `managedServiceBuilder.setRootURI("/v1");` This pretty much sets one...

feature request

Is there a global place to support JsendResponse for all the response ? Right now, I can set it in Response Decorator

feature request

Hi ``` @Override public TypeType type() { return TypeType.NUMBER; } ``` Is this intentional ? NumberValue reads in a Float/Double. However, the type will always return NUMBER instead of field...