lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Am 15.07.13 09:35, schrieb Philipp Kraus:
> Hello,
> 
> can I run a webservice call inside a LUA script?

yes.

> I would like to read data from a service and use this data inside my LUA script

I use a curl binding to do the actual requests and a json binding to
encode/decode data, this way I "talk" to a REST API of a webshop.

curl binding is our own version of one found on the net (luacurl, I think)