Everytime I use postasync it gives me trustcheck failed, I've only learned a bit on this but heres my code.
1 | local li = hs:GetAsync( 'http://api.trello.com/1/lists/' ..id.. '/cards' ..keys) -- I know the address is right so no need to ask |
2 | local js = hs:JSONEncode( { [ 'name' ] = "[user]" ..user.Name.. ":" ..cmds } ) |
3 | local dec = hs:PostAsync(li,js) |