REST.Backend.KinveyApi
This unit implements calls to the Kinvey REST API according to the documentation on the Kinvey website. Application developers may use the Kinvey REST API to develop code that is specific to Kinvey. For example, TKinveyApi.CreateAppData is called to create an object in a Kinvey collection. For more information about using Kinvey API, see Mobile Tutorial: Using Remote Notifications (iOS and Android).
Package | RESTBackendComponents290.bpl |
---|
Classes
EKinveyAPIError | EKinveyAPIError represents the exceptions raised when a Kinvey API runtime error occurs. |
EKinveyDuplicateUser | EKinveyDuplicateUser represents the exceptions raised when a Kinvey API duplicate user runtime error occurs. |
EKinveyFileNotFound | EKinveyFileNotFound represents the exceptions raised when a Kinvey API file not found run time error occurs. |
TKinveyApi | Implements calls to the Kinvey REST API. |
TKinveyAPIErrorClass | Metaclass for the EKinveyAPIError class. |
TUser | TUser represents a user type. |