lua-users home
lua-l archive

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


I am pleased to announce the first release of lua-Spore.

lua-Spore is an implementation of SPORE (Specification to a POrtable Rest Environment).
So, lua-Spore is a generic ReST client, where the API is described by a JSON file.

lua-Spore comes with many middlewares for :
  - serialization/deserialization : JSON, YAML, XML
  - authorization : Basic, OAuth
  - proxy
  ...

The homepage is at http://fperrad.github.com/lua-Spore,
and the sources are hosted at http://github.com/fperrad/lua-Spore.

For an introduction to SPORE, see
  http://lumberjaph.net/misc/2010/09/17/spore.html
  http://lumberjaph.net/misc/2010/10/20/spore-update.html
  http://github.com/SPORE/specifications
  http://github.com/SPORE/api-description

All feedback welcome. Thanks.

François.