CommandableHttpClient constructor

CommandableHttpClient(
  1. String baseRoute
)

Creates a new instance of the client.

  • baseRoute a base route for remote service.

Implementation

CommandableHttpClient(String baseRoute) : super() {
  this.baseRoute = baseRoute;
}