REST.Backend

From RAD Studio API Documentation
Jump to: navigation, search


Units

REST.Backend.BindSourceThis 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.KinveyApiThis 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.KinveyProviderThis 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.MetaTypesThis unit contains types that represent meta data of backend objects created or modified by a REST API call.
REST.Backend.ParseApiThis 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.ParseProviderThis 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.ProvidersContains 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.PushDeviceThis 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.PushTypesThis unit contains types that backend service components use to access the push device service.
REST.Backend.ServiceComponentsThis unit contains the types of most backend service components including TBackendUsers, TBackendStorage, TBackendFiles, TBackendQuery and TBackendPush.
REST.Backend.ServiceFactory
REST.Backend.ServiceTypesThis unit contains types that backend service components use to access services (such as storage) for a particular provider (such as Kinvey or Parse).