/CombinedEndpoint

extension for TinyNetworking Library https://github.com/objcio/tiny-networking

Primary LanguageSwift

CombinedEndpoint

An extension for TinyNetworking Library https://github.com/objcio/tiny-networking
The source code is based on the swift talk episode 134 & 135

Installation

You can add CombinedEndpoint to an Xcode project by adding it as a package dependency.

https://github.com/Hsieh-1989/CombinedEndpoint.git

If you want to use CombinedEndpoint in a SwiftPM project, it's as simple as adding a dependencies clause to your Package.swift:

dependencies: [
  .package(url: "https://github.com/Hsieh-1989/CombinedEndpoint.git", from: "0.1.0")
]