apex_client library

Classes

RestClient
This is the main class which wires converters, middlewares and request executors together. To create an instance of RestClient use the RestClient.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 RestClient.builder provide request/response converters and middlewares.
RestClientBuilder