Swiftpack.co - Easycodeco/ServiceData as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Easycodeco.
Easycodeco/ServiceData 1.0.1
ServiceData is an HTTP networking library written in Swift which can download different types of data.
⭐️ 0
🕓 2 years ago
iOS
.package(url: "https://github.com/Easycodeco/ServiceData.git", from: "1.0.1")

ServiceData

Package Description :

ServiceData is an HTTP networking library written in Swift which can download different types of data.

Features List :

  • can download different types of items json, data..

Usage :

To use ServiceData, For example:


import ServiceData

struct UserVM {
    
    func fetchData(completion: ([Users]) -> ()) {
        ServiceData.fetchGenericData(from: "url", completion: completion)
    }
    
}

Author:

Mubarak Alseif 👨‍💻 [email protected]

GitHub

link
Stars: 0
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics