You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paul Gilmore edited this page Sep 6, 2016
·
3 revisions
Welcome to the PlayFab LuaSdk wiki!
This article describes community development for adding HTTPS interfaces for various Lua based game engines. Unlike many of our other PlayFab SDK Languages, Lua does not have a built-in mechanism for making HTTPS calls. As such, we have built the LuaSdk to be directly extensible by our developers.
If our SDK does not cover a specific game engine, and you have the necessary knowledge to implement HTTPS calls in that engine, please feel free to submit a an IHttps wrapper which redirects PlayFab HTTPS calls into the proper HTTPS method for the engine.
Here are some source files that describe how to use the IHttps interface (IPlayFabHttps.lua), and an example file for implementation (PlayFabHttps_Defold.lua)