Go to file
David Todd fb10f903c9 add icon 2019-08-18 20:16:25 -05:00
.editorconfig Initial Commit 2019-08-18 00:45:24 -05:00
.gitignore Initial Commit 2019-08-18 00:45:24 -05:00
LICENSE Initial Commit 2019-08-18 00:45:24 -05:00
Readme.md add icon 2019-08-18 20:16:25 -05:00
Spec.md Add Initial Specification 2019-08-18 01:43:00 -05:00

Readme.md

lob.li Logo lob.li API - Link Objectively

A few years ago I created lob.li. It was designed in PHP 5 and was switched from a MySQL database to Redis realitively easily. The service is still functional today, running on PHP 7, but it's significantly outdated, and API features that were promised to come never did. This is an attempt to create a new version of the API, coded in Python 3 as that's the language I'm most comfortable with currently.

Requirements

  • Bottle - This handles the Routes and Jinja2 templates
  • CherryPy - This is responsible for handling the WGSI processes
  • Beaker - Responsible for handling user sessions