matthiasgasser / sails.ios

Client library for interacting with Sails.js over HTTP & Web Sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sails.ios

CI Status Version License Platform

A wrapper around both HTTP and WS requests allowing you to set up object mappings for both and interact with either agnostically. I use this with sails.js server instances.

Usage

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

Requirements

Installation

sails.ios is available through CocoaPods. It is not available in the main repo however. To install it, simply add the following line to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
pod "sails.ios"

Author

ChrisChares, chris@eunoia.cc

License

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

About

Client library for interacting with Sails.js over HTTP & Web Sockets

License:MIT License


Languages

Language:Objective-C 95.6%Language:C 3.1%Language:Shell 0.9%Language:Ruby 0.4%