Open Issues Need Help
View All on GitHub Networking • REST Client
Add support for URLSession.dataTask as an alternative API call method about 2 months ago
AI Summary: Implement an alternative API call method in the SwiftNetworking library using `URLSession.dataTask(with:completionHandler:)` to enhance compatibility with older iOS versions and provide an option for developers who prefer completion handlers. This involves adding a new method, ensuring consistent error handling and decoding, and writing unit tests for the new functionality. Optionally, update the README with a usage example.
Complexity:
4/5
enhancement help wanted good first issue
A lightweight and testable asynchronous REST client built with Swift and `async/await`
Swift