SynqHttpLib 0.4.1

SynqHttpLib 0.4.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2017

Maintained by Kjartan Vestvik.



Build Status

SynqHttp is a networking library to be used when making http calls to a web server. This library is an example of the network methods needed to serve the Synq client libraries, and you can use it to get started with testing the Synq client libraries. To be able to test the library you need to clone the Node server example in this repository: https://github.com/SYNQfm/synq-node-server. By following the instructions you will be able to setup your own local Node server that will also communicate with the Synq API. Please note: this code is intended as an example of how to build the communication between your app and your server, and to provide a simple way of testing. Do not use this code in production.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This library requires iOS 8 or above

Installation

SynqHttpLib is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SynqHttpLib"

Author

Kjartan, [email protected]

License

SynqHttpLib is available under the MIT license. See the LICENSE file for more info.