Modpage
–
Download
http://arkmod.net/files/ARK/Sourcefiles/Public/HttpHelper_ApiGuyl.zip
Author
https://steamcommunity.com/profiles/76561197962912863
Http helper actor I made to make it easier adding multiple http calls in my mods. Spawn ApiGuy using
Spawn Actor from Class
and pass in the desired setup params. Note: You need to give ApiGuy a reference to the callback actor using custom actor var -not- self reference. Callback is using Mod Communication InterfaceSendModData
. When ApiGuy completes- good or bad result- he does the callback and then kills himself.