Hi all,
n00b here, I have a project built with vibe using dub that is working perfectly. Now I need to implement a different tool (that will periodically run from crontab) and I would like to use vibe.http.client.requestHTTP to make some GET requests from the script. Is it possible? How? Should I compile vibe as a library? If yes, how?
Any suggestion is more than welcome,
dat