Page 1 of 1

REST API components?

PostPosted: Tue Jan 18, 2022 4:11 pm
by jinxy
Has anyone found a relatively easy way to call standard REST APIs?

For example I’d like to access some weather services and display the weather info.

I see there is a POST component in Flowstone, but oddly no “GET”.

Does anyone have a GET suggestion?

Re: REST API components?

PostPosted: Tue Oct 18, 2022 3:23 pm
by chjan
Same question. REST would be a super feature. Perhaps it could be done in Ruby?

Re: REST API components?

PostPosted: Wed Dec 07, 2022 10:25 am
by Vishnu123
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.