/PeakNetwork

PeakNetwork is a Swift networking microframework, built on top of Session and leveraging the power of Codable.

Primary LanguageSwiftMIT LicenseMIT

Peak Network

PeakNetwork is a Swift networking microframework, built on top of Session and leveraging the power of Codable.

Examples

Please see the included sample project (Example/PeakNetworkExample.xcodeproj) for examples and a suggested structure for your networking code.

Please see the tests for further examples.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Peak Framework

The Peak Framework is a collection of open-source microframeworks created by the team at 3Squared, named for the Peak District. It is made up of:

Name Description
PeakCoreData Provides enhances and conveniences to Core Data.
PeakOperation Provides enhancement and conveniences to Operation, making use of the Result type.