SMReactiveRestKit
ReactiveCocoa extensions for RestKit
Install / Use
/learn @stefanomondino/SMReactiveRestKitREADME
SMReactiveRestKit
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, stefano.mondino.dev@gmail.com
License
SMReactiveRestKit is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。


