lua-Spore
a generic ReST client

Overview

lua-Spore is an implementation of SPORE (Specification to a POrtable Rest Environment).

References

Some specifications of service are available at http://github.com/SPORE/api-description.

Status

lua-Spore is in beta stage.

It's developed for Lua 5.1 & 5.2.

Download

lua-Spore source can be downloaded from GitHub.

Installation

lua-Spore is available via LuaRocks:

luarocks install lua-spore

or manually (LuaSocket and LuaJSON required), with:

make install

Test

The test suite requires the module lua-TestMore.

make test

Copyright and License

Copyright © 2010-2012 François Perrad ohloh profile for François Perrad View François Perrad's profile on LinkedIn

This library is licensed under the terms of the MIT/X11 license, like Lua itself.