A simple network layer to handle network calls throughout the app, featuring a logger system to track requests, responses, and other details.
You can add this package to your project using Swift Package Manager, either through Xcode’s package integration or directly in your Package.swift
file.
- In Xcode, go to File > Add Packages….
- Enter the repository URL for this package:
https://github.com/abdalazemSaleh/CombineNetworkLayerPackage
If you manage dependencies using a Package.swift
file, add this package as a dependency:
dependencies: [
.package(url: "https://github.com/abdalazemSaleh/CombineNetworkLayerPackage", .upToNextMajor(from: "5.10.0"))
]