Search found 1 match

by Vishnu123
Wed Dec 07, 2022 10:25 am
Forum: General
Topic: REST API components?
Replies: 2
Views: 11912

Re: REST API components?

Yes, one way to call standard REST APIs is to use an HTTP request module such as the IKanoo HTTP Request module. This module allows you to make a GET request and receive a response in the form of a text string. You can then parse the text string to extract the relevant information from the API.