This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

lua-requests
#1
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
Reply
#2
This library can be used with slight changes and without XML support:
https://gist.github.com/jsopenrb/15afde1...6beaa271d4

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.
Reply
#3
men you are amazing, thank you
Reply


Forum Jump: