marissa 0.1.4
marissa is an Erlang implementation of the Google data REST client API.
The current version is a initial release that supports only the Google spreadsheet
API and is completely lacking in documentation, unit tests and any of the other
items that would make it a production ready library.
It is made available in the event it might be useful as either sample code or as a basis on which to build additional functionality.
As implemented the library mirrors the structure of the Google data feed architecture, and in addition requires the following standard Erlang applications:
Download: marissa-0.1.4
Coming in release 0.2:
It is made available in the event it might be useful as either sample code or as a basis on which to build additional functionality.
As implemented the library mirrors the structure of the Google data feed architecture, and in addition requires the following standard Erlang applications:
- ssl
- inets
Download: marissa-0.1.4
Coming in release 0.2:
- Initial documentation
- Sample spreadsheet application code