This package contains classes used to create different types of clients.
Classes
CommandableHttpClient
Abstract client that calls a commandable HTTP service.
Commandable services are generated automatically for ICommandable. Each command is exposed as a POST operation that receives all parameters in the body object.
RestClient
Abstract client that calls remote endpoints using the HTTP/REST protocol.