loopback-sdk-ios
v1.3.2
Published
iOS client SDK for the LoopBack framework.
Downloads
90
Readme
LoopBack iOS SDK
StrongLoop Labs projects provide early access to advanced or experimental functionality. In general, these projects may lack usability, completeness, documentation, and robustness, and may be outdated. However, StrongLoop supports these projects: Paying customers can open issues using the StrongLoop customer support system (Zendesk), and community users can report bugs on GitHub.
The LoopBack iOS SDK obviates the need for using the clunky NSURLRequest
and
similar interfaces to interact with a LoopBack-based backend, albeit RESTful.
Instead, interact with your Models and Data Sources in a comfortable,
first-class, native manner.
See LoopBack iOS SDK for API reference documentation.
This section describes v1.1 version of the LoopBack iOS SDK. The following API changes were made:
LBModelPrototype
was renamed toLBModelRepository
findWithId
was renamed tofindById
See also the official iOS SDK documentation.