top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

NetworkWrapperCombineiOS

Project type

iOS Package

Date

March 10, 2023

Location

Canada

NetworkWrapperCombineiOS is a networking library written in Swift using the Combine framework that utlilizes the dataTaskPublisher from URLSession. It provides a simple, easy-to-use interface for making network requests and handling responses.

Features:
- Supports GET, POST, PUT, PATCH and DELETE HTTP methods
- Automatically handles JSON decoding and encoding
- Provides a convenient way to handle errors
- Provides a way to cancel ongoing requests
- Accepts URLRequest as input

For more info, visit: https://github.com/vGebs/NetworkingWrapperCombineiOS

bottom of page