Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tieske/zipato.lua
Lua interface to the Zipato/Zipabox API
https://github.com/tieske/zipato.lua
Last synced: about 1 month ago
JSON representation
Lua interface to the Zipato/Zipabox API
- Host: GitHub
- URL: https://github.com/tieske/zipato.lua
- Owner: Tieske
- License: mit
- Created: 2020-01-07T09:31:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T16:54:51.000Z (about 1 month ago)
- Last Synced: 2024-11-15T17:40:03.285Z (about 1 month ago)
- Language: Lua
- Homepage: https://tieske.github.io/zipato.lua/topics/readme.md.html
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipato.lua
Lua interface to the local [Zipato/Zipabox API](https://my.zipato.com/zipato-web/api/).
Please checkout [the documentation](https://tieske.github.io/zipato.lua/) for
instructions.## Status
Early development, session management works, only a few API calls are
implemented for now. But any path can already be requested.## History
### Release instructions:
* make sure to update the version number in the code files
* add a rockspec for the new version
* render the docs using `ldoc`
* commit, tag, and push### Version x.x, released xx-xx-202x
* initial release
## License & Copyright
See [LICENSE](https://github.com/Tieske/zipato.lua/blob/master/LICENSE)