REST.Backend.ParseApi.TParseApi

Delphi
TParseApi = class(TComponent)
C++
class PASCALIMPLEMENTATION TParseApi : public System::Classes::TComponent
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | REST.Backend.ParseApi.pas REST.Backend.ParseApi.hpp | REST.Backend.ParseApi | REST.Backend.ParseApi | 
Description
Implements REST requests based on Parse's REST API.
TParseApi implements calls to the Parse REST API according to the Parse documentation.
Note: See this page for more information.