文件名称:Realm-Rest:Realm.io的扩展,可与基于JSON的Rest API一起使用
文件大小:4.92MB
文件格式:ZIP
更新时间:2024-06-05 03:19:43
C++
境界 用于使用基于JSON的Rest API的Realm.io扩展的第一版 安装 Realm-Rest可通过。 要安装它,只需将以下行添加到您的Podfile中: pod "Realm-Rest" 基本用法 [realm setBaseUrl: @" http://api.example.com " queuePersistance: RestRequestQueuePeristanceDatabase]; @interface User : RLMObject @property NSString * username; @property NSString * name; @end [User restInDefaultRealmWithRequestType: RestRequestTypePost parameters: @{ RestRequestParameterS