Src/Core/Service/either_api_service library

Classes

EitherApiService
EitherApiService provides functional programming approach to HTTP operations. Instead of throwing exceptions, it returns Either<Error, Success> results.