lua-Spore


Overview

lua-Spore is an implementation of SPORE (Specification to a POrtable Rest Environment) which is a RESTful API Description Language with a generic client implementation based on pluggable middlewares.

References

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

Status

lua-Spore is in beta stage.

It's developed for Lua 5.1, 5.2, 5.3 & 5.4.

Download

The sources are hosted on Framagit.

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-TestAssertion.

make test

Copyright © 2010-2018 François Perrad

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