Function RestInterfaceClient.this
Creates a new REST client implementation of I
.
this
(
RestInterfaceSettings settings
);
this
(
string base_url,
MethodStyle style = MethodStyle .lowerUnderscored
);
this
(
URL base_url,
MethodStyle style = MethodStyle .lowerUnderscored
);