SWebservice
Index
Functions Index
Function
Functions
Get
Parameter
Type
Description
-- Simple GET
local url = "https://httpbin.org/get"
Space.WebServices.Get(url, function(success, response)
if success then
Space.Log("OK: " .. response)
else
Space.Log("Request failed: " .. response)
end
end)Post
Parameter
Type
Description
Last updated
Was this helpful?

