Logic Machine Forum
lua-requests - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: lua-requests (/showthread.php?tid=767)



lua-requests - tuxtof - 02.05.2017

How i can add this module to my Logic Machine

https://github.com/JakobGreen/lua-requests

do we have documentation for cross compiling and package creation ?

best regards


RE: lua-requests - admin - 03.05.2017

This library can be used with slight changes and without XML support:
https://gist.github.com/jsopenrb/15afde13f58fa884d2340e6beaa271d4

Create a user library called requests and then you can use it in your code like this:
Code:
requests = require('user.requests')

We do not provide a toolchain at this point, but can provide custom packages by request.


RE: lua-requests - tuxtof - 03.05.2017

men you are amazing, thank you