REST API components?

For general discussion related FlowStone
Post Reply
jinxy
Posts: 4
Joined: Thu Jan 06, 2022 5:46 pm

REST API components?

Post 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?
chjan
Posts: 30
Joined: Wed Oct 22, 2008 3:15 pm

Re: REST API components?

Post by chjan »

Same question. REST would be a super feature. Perhaps it could be done in Ruby?
Vishnu123
Posts: 1
Joined: Wed Dec 07, 2022 10:22 am
Contact:

Re: REST API components?

Post 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.
Post Reply