TWebRESTClient

Hello, I'm still a bit new to the web world.

Is there a description of "TWebRESTClient" or how do I have to execute a request when I.

RESTClient.HttpsPost('localhost:8080/serials', '{}');
RESTClient.ExecuteAction(xx);

How do I have to implement xx = TBasicAction ?

MFG
Klaus

When you call RESTClient.HttpsPost() it gets executed automatically and you receive the response via event RESTClient.OnResponse, RESTClient.OnRequestResponse