Page 1 of 1

word of advice (another API Example)

PostPosted: Fri Jan 13, 2023 12:56 pm
by Daniel Kaminski
With just a few lines you can get random advie.

https://api.adviceslip.com/ is the API that offers you lots of free advice.

Code: Select all
var str = ""
var msg = "https://api.adviceslip.com/advice"

HTTPRequestToVar(msg,"str","GET","application/json")

var l_advice = str.ToJson

return l_advice.Get("slip.advice").ToString


WD_advice.PNG