Hello, I am just playing around with HttpService and I was wondering how to set the token for an api. An example being.
local HttpService = game:GetService("HttpService") local TestApi = HttpService:GetAsync("https://george-vustrey-weather.p.mashape.com/api.php?location=Los+Angeles"
It needs a token, I have the token but I do not know how to post the data to the api. Help please? :D