apex_client library

Classes

ApexClient
This is the main class which wires converters, middlewares and request executors together. To create an instance of ApexClient use the ApexClient.builder method and provide a RestRequestExecutor's implementation, the "rest" library ships with a default implementation DefaultRestRequestExecutor, you can use it or create your own implementation of RestRequestExecutor. After calling the ApexClient.builder provide request/response converters and middlewares.
ApexClientBuilder