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
Srepresents the type of the success valueEshould be Exception or a subclass of it -
Success<
S, E extends Exception>