A lightweight and testable asynchronous REST client built with Swift and `async/await`

1 Open Issue Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub
Networking REST Client

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