df_http library

Classes

DfApiClient
An instance of this class is used to make all API calls with predefined logic
DfHttpClientConfig
Configuration object for HTTP API calls used with df_http.
Failure<S, E extends Exception>
Result<S, E extends Exception>
Base Result class S represents the type of the success value E should be Exception or a subclass of it
Success<S, E extends Exception>