Giter Club home page Giter Club logo

smreactiverestkit's Introduction

SMReactiveRestKit

Pod Version Pod Platform

SMReactiveRestKit brings all the power of RestKit into ReactiveCocoa world. It wraps RKObjectManager into a signal that can be subscribed to.

Usage

Base use:

RKObjectManager* objectManager;
[[objectManager rac_getPath:@"yourPath" parameters:@{@"param1":@"value1"} ]
				subscribeNext:^(RKMappingResult* mapping) {
         			if (mapping) {
             			NSLog(@"%@",mapping);
         			}
     			}
];

You can also send a multipart dictionary to your server and map back the result, see examples and documentation for more detailed info.

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

Contributions are REALLY welcome!

Installation

SMReactiveRestKit is available through CocoaPods, to install it simply add the following line to your Podfile

pod 'SMReactiveRestKit'

It will also automatically import pods for RestKit, ReactiveCocoa and libextobjc/EXTScope

Author

Stefano Mondino, [email protected]

License

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

smreactiverestkit's People

Contributors

stefanomondino avatar redetection avatar

Stargazers

Angus H. avatar  avatar kanagawa avatar  avatar Kevin Cao avatar Henry S avatar Michael Voong avatar Timur Kuchkarov avatar kim4apple avatar sg avatar Fredrik Palm avatar Andy Lu avatar Mike Verderese avatar Brian Sunter avatar Gaston Morixe avatar Stanislav Pankevich avatar Dmitry Volkov avatar Brad Pillow avatar Siong avatar Onkay avatar Derek Chen avatar  avatar Stefano Comba avatar CYANware Software Solutions avatar Greg Combs avatar  avatar

Watchers

Stanislav Pankevich avatar James Cloos avatar nikhil Dhamsaniya avatar  avatar

smreactiverestkit's Issues

Please keep podspec in sync with tags

0.2.0 tag and HEAD still contains 0.1.1 podspec.
This makes sense when someone forked your repo and while he is developing changes or waiting for you to approve pull request, he sets up Podfile in his own project to fetch his fork.
I was very surprised to see that I had version 0.2.0 and after pod install I see 0.1.1. This is breaking semver.

Please keep podspec in sync with tags

Hi there.
It's been a while since #1 :)
You have 0.4 in the cocoapods trunk and 0.5 in the repo. Well, it's easy to fix on my side but please keep it in sync

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.