Asynchronous Swift dynamically configurable network layer.
Overview
This small library provides solution for most modern Swift application’s networking needs. It designed to be dependable on application user’s state, dynamically changing it’s configuration and request parameters on user authorization or other environment changes. Information exchange – encoding of outgoing data, setting of corresponding request headers, checking response code, decoding received data – is done through single method.
Server
Asynchronous Swift dynamically configurable network layer.
Overview
This small library provides solution for most modern Swift application’s networking needs. It designed to be dependable on application user’s state, dynamically changing it’s configuration and request parameters on user authorization or other environment changes. Information exchange – encoding of outgoing data, setting of corresponding request headers, checking response code, decoding received data – is done through single method.
Making a request would be as simple as:
Or as complex as:
ReactiveSwift version
ReactiveSwift-flavored Server package is archived in the reactiveswift branch and can be referenced by version tags 1.0.x.
Documentation
Complete Xcode documentation is included with code and its archived version attached to GitHub release page.
Documentation is also available online.