Package com.guinetik.rr.api
-
Class Summary Class Description AbstractApiClient Abstract base class for API clients providing common HTTP request handling.AsyncApiClient Asynchronous API client that returnsCompletableFuturefor non-blocking operations.DefaultApiClient Default synchronous API client implementation.FluentApiClient A fluent API client that uses theResultpattern instead of exceptions. -
Exception Summary Exception Description ApiException Exception thrown when an API request fails with rich error details.