Refactor: Migrate from Retrofit to Ktor #1

Merged
RediOne1 merged 1 commits from develop into main 2024-08-12 12:14:15 +02:00
Owner

This commit migrates the network layer from Retrofit to Ktor.

Specific changes include:

  • Replaced Retrofit
    with Ktor for network requests.
  • Updated dependencies to include Ktor libraries.
  • Refactored network service and data classes to use Ktor's API.
  • Removed Retrofit-specific code and dependencies.
  • Adjusted network module to provide Ktor client and services.
  • Updated PixabayImageRepository
    to use the new Ktor-based PixabayService.
This commit migrates the network layer from Retrofit to Ktor. Specific changes include: - Replaced Retrofit with Ktor for network requests. - Updated dependencies to include Ktor libraries. - Refactored network service and data classes to use Ktor's API. - Removed Retrofit-specific code and dependencies. - Adjusted network module to provide Ktor client and services. - Updated PixabayImageRepository to use the new Ktor-based PixabayService.
RediOne1 self-assigned this 2024-08-12 12:13:59 +02:00
RediOne1 added 1 commit 2024-08-12 12:14:00 +02:00
This commit migrates the network layer from Retrofit to Ktor.

Specific changes include:

- Replaced Retrofit
 with Ktor for network requests.
- Updated dependencies to include Ktor libraries.
- Refactored network service and data classes to use Ktor's API.
- Removed Retrofit-specific code and dependencies.
- Adjusted network module to provide Ktor client and services.
- Updated PixabayImageRepository
 to use the new Ktor-based PixabayService.
RediOne1 merged commit d6a3ee2a1c into main 2024-08-12 12:14:15 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RediOne1/Android-Sample#1
No description provided.