This project is a sample project demonstrating how to use Combine framework for network requests in Swift.
- Xcode 12 or later
- iOS 14 or later
- Swift 5.3 or later
- Make simple HTTP GET requests using URLSession and Combine
- Use Decodable protocol to parse JSON response
- Clone this repository
- Open the Xcode project
- Build and run the project on simulator or device
We welcome contributions to this project. If you have an idea for a new feature or found a bug, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See LICENSE for details.