Use this package in order to ease up working with Combine URLSession.
We support working with Codable for all main HTTP methods GET, POST, PUT and DELETE.
We also support MultipartUpload
Instalation
To install this package just add the follwing in yor package
CombineURLSession
Use this package in order to ease up working with
Combine
URLSession. We support working withCodable
for all mainHTTP
methodsGET
,POST
,PUT
andDELETE
. We also support MultipartUploadInstalation
To install this package just add the follwing in yor package
Usage
Define SomeService Example
Call SomeService Example
Multipart Upload Example