RxRestApiManager
RxRestApiManager 是 RestApiManager 的简单 Rx 包装。
CocoaPods
对于 RxRestApiManager,在您的 Podfile 中使用以下条目
pod 'RxRestApiManager'
然后运行 pod install
。
在任何您想使用 RxRestApiManager 的文件中,别忘了使用 import RxRestApiManager
导入框架。
许可
RxRestApiManager 使用 MIT 许可发布。有关更多信息,请参阅 License.txt。