Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Is trello still working with postasync?

Asked by
seith14 206 Moderation Voter
5 years ago

Everytime I use postasync it gives me trustcheck failed, I've only learned a bit on this but heres my code.

 local li = hs:GetAsync('http://api.trello.com/1/lists/'..id..'/cards'..keys) -- I know the address is right so no need to ask
 local js = hs:JSONEncode({['name']="[user]"..user.Name..":"..cmds})
 local dec = hs:PostAsync(li,js)

1 answer

Log in to vote
0
Answered by 5 years ago

Trello no longer works, but a Discord loophole has been found.

Ad

Answer this question