Configure a REST API Client

Add a REST API Client NetLogic from Libraries to expose HTTP methods.
  1. From the toolbar, select Template Libraries.
  2. In Libraries, search for REST API Client.
  3. Under Components, drag REST API Client onto NetLogic in Project view.

    In Project view, RESTApiClient appears in the NetLogic folder.

  4. Close Libraries.
  5. (optional) In Properties edit:
    • Timeout. Time after the request is canceled if no response is received. Defaults to ten seconds.

    • UserAgent. String that represents the application from which the request originates. Defaults to FTOptix.

Use the exposed GET, POST, and PUT methods in your application logic. See HTTP methods.
Tip: For example, you can trigger the methods with a MouseClick event of a Button object.