Swiftpack.co - JamitLabs/Jetworking as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by JamitLabs.
JamitLabs/Jetworking 0.9.0
A multi-module library providing a user-friendly interface for common networking tasks
⭐️ 4
🕓 1 year ago
iOS macOS
.package(url: "https://github.com/JamitLabs/Jetworking.git", from: "0.9.0")

Build Status Swift: 5.3 Version: 0.9.0 Platforms: iOS – macOS License: MIT SwiftPM: Compatible

InstallationDocumentationContributingLicenseIssuesPull Requests

Jetworking is a multi-module iOS and macOS library providing a user-friendly interface for common networking tasks.

Installation

Jetworking can only be installed via the Swift Package Manager.

Supported platforms are iOS (10.0+) and macOS (10.12+).

Swift Package Manager (Xcode-integrated)

To integrate Jetworking using the Xcode-built-in SPM, choose FileSwift PackagesAdd Package Dependency. Enter the following url: https://github.com/JamitLabs/Jetworking and click Next. When asked about the version, leave the preselection and click Next. In the following step, select Jetworking and any further modules you may need and click Finish.

Swift Package Manager (standalone)

To integrate using the standalone version of Apple's Swift Package Manager, add the following as a dependency to your Package.swift (replacing <current-version> with the current version, e. g. 0.9.0):

.package(url: "https://github.com/JamitLabs/Jetworking.git", .upToNextMajor(from: "<current-version>"))

After specifying "Jetworking" and all further modules that you may need as a dependency of the target in which you want to use them, run swift package update.

Documentation

The documentation of every public / open interface of Jetworking can be browsed at https://jamitlabs.github.io/Jetworking. Simple sample usage instructions are also given over there.

The documentation is split into different parts, covering the main module (Jetworking) as well as the different submodules:

Name Description Documentation Coverage
Jetworking The base library, defining fundamental types and protocols and providing basic HTTP networking functionality, in particular encompassing the common HTTP methods. Documentation Coverage
DataTransfer A module containing functionality concerning uploading and downloading. Documentation Coverage

A very simple iOS sample project demonstrating basic use of Jetworking is available in the [Sample Project folder](https://raw.github.com/JamitLabs/Jetworking/develop//Sample Project).

Contributing

We welcome everyone to work with us together, delivering helpful tooling to our open source community. Feel free to create an issue to ask questions, give feedback, report bugs or share your ideas for new features.

Before creating pull requests, please ensure that you have created a related issue ticket.

When creating a pull request with changes to the public / open interfaces and / or their documentation, make sure to update the documentation by running make generate-docs before. For further information, refer to the Documentation Guide.

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

GitHub

link
Stars: 4
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

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