[](https://travis-ci.org/eHumayun Sohail/OnebyteSwiftNetworkCycle)
To run the example project, clone the repo, and run pod install from the Example directory first.
OnebyteSwiftNetworkCycle is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OnebyteSwiftNetworkCycle', :git => 'https://github.com/hammy-dev-world/OnebyteSwiftNetwork.git'##Usage
- Import the module in your development hierarchy,
import OnebyteSwiftNetworkCycle-
Create a struct for
AppNetworkConstantsthat contains base url, end points, status codes and error codes. -
Create a class for
AppNetworkManagerto handle requests as per requirements. -
Create separate operations by subclassing
OnebyteNetworkOperationBasein order to initiate requests.
Humayun Sohail (Senior iOS Engineer, Onebyte LLC), humayun@onebyte.biz
OnebyteSwiftNetworkCycle is available under the MIT license. See the LICENSE file for more info.