Configure a REST API Client
Add a REST API Client NetLogic from Libraries to expose HTTP methods.
- From the toolbar, selectTemplate Libraries
- InLibraries, search forREST API Client.
- UnderComponents, dragREST API ClientontoNetLogicinProject view.InProject view,RESTApiClientappears in theNetLogicfolder.
- CloseLibraries.
- (optional) InPropertiesedit:
- 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.
Provide Feedback