REST.Backend
Units
REST.Backend.BindSource | This unit contains classes to support LiveBindings. Backend components that support LiveBindings use the classes in this unit. For example, TBackendQuery derives from TBackendBindSourceComponent. |
REST.Backend.EMSApi | |
REST.Backend.EMSFireDAC | |
REST.Backend.EMSProvider | |
REST.Backend.EMSServices | |
REST.Backend.EndPoint | |
REST.Backend.Exception | |
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). |
REST.Backend.KinveyProvider | This unit contains the types to implement TKinveyProvider. TKinveyProvider is the component used to connect a TBackendStorage component, for example, to Kinvey. For more information about using Kinvey, see Mobile Tutorial: Using Remote Notifications (iOS and Android). |
REST.Backend.MetaTypes | This unit contains types that represent meta data of backend objects created or modified by a REST API call. |
REST.Backend.ParseApi | This unit implements calls to the Parse REST API according to the documentation on the Parse website. Application developers may use the Parse REST API to develop code that is specific to Parse. For more information about using Parse API, see Mobile Tutorial: Using Remote Notifications (iOS and Android). |
REST.Backend.ParseProvider | This unit contains the types to implement TParseProvider. TParseProvider is used to connect a TBackendStorage component, for example, to Parse. For more information about using Parse, see Mobile Tutorial: Using Remote Notifications (iOS and Android). |
REST.Backend.Providers | Contains types that are shared by Parse and Kinvey providers. For more information about using Parse and Kinvey, see Mobile Tutorial: Using Remote Notifications (iOS and Android). |
REST.Backend.PushDevice | This unit contains the types for the TPushEvents backend service component. For more information about using push notifications, see Mobile Tutorial: Using Remote Notifications (iOS and Android). |
REST.Backend.PushTypes | This unit contains types that backend service components use to access the push device service. |
REST.Backend.ServiceComponents | This unit contains the types of most backend service components including TBackendUsers, TBackendStorage, TBackendFiles, TBackendQuery and TBackendPush. |
REST.Backend.ServiceFactory | |
REST.Backend.ServiceTypes | This unit contains types that backend service components use to access services (such as storage) for a particular provider (such as Kinvey or Parse). |