What is the recommended way (or is there a way) to make web requests/api calls etc. within hoot.
I was hoping to make a get request in my app, and then parse the returned json. My initial idea was to use the guile web modules, but those don’t seem to be included in hoot yet.
Thanks for the help!