BibleGet-I-O / endpoint

API endpoints for the BibleGet I/O project
https://query.bibleget.io
Apache License 2.0
9 stars 1 forks source link

prepare version 3 #25

Closed JohnRDOrazio closed 3 years ago

JohnRDOrazio commented 3 years ago

There has been a lot of code refactoring on the endpoints, especially the index.php endpoint which has been transformed into a class, then split up into multiple classes, and then the various classes have been moved to their own files. This should make for much more readable and maintainable code. Hopefully. Fixes #14