strongloop-community / loopback-sdk-ios

iOS Client SDK for the LoopBack framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoopBack iOS SDK

Status

As a former StrongLoop Labs project, this SDK may lack usability, completeness, documentation, and robustness, and may be outdated. StrongLoop/IBM is no longer maintaining this project actively, however we do provide support for our paying customers through usual IBM support channels.

Our recommendatios is to use IBM Mobile First platform or Swagger codegen instead of this SDK.

We are looking for volunteers from our community to pick up the maintenance of this project, see #136

Description

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.

This section describes v1.1 version of the LoopBack iOS SDK. The following API changes were made:

  • LBModelPrototype was renamed to LBModelRepository
  • findWithId was renamed to findById

See also the LoopBack iOS SDK documentation.

About

iOS Client SDK for the LoopBack framework.

License:Other


Languages

Language:Objective-C 96.9%Language:JavaScript 2.7%Language:Shell 0.3%Language:Ruby 0.1%