A little lua library which provide an easy-to-use interface for the Qualys SSL Labs Server Test API (v3). Since I'm currently learning programming, this is a learning project for me, so expect some edges and not the prettiest code :)
The documentation was created with ldoc. You can find it under /doc
or can open it directly over https://imolein.github.io/lua-ssllabs/.
- lua (>=5.1)
- lua-cjson (== 2.1.0-1)
- lua-requests