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
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This commit migrates the network layer from Retrofit to Ktor.
Specific changes include:
with Ktor for network requests.
to use the new Ktor-based PixabayService.