Jimba-lol / ComputerCraft-cBoard

Computer Craft Message Board
GNU General Public License v3.0
1 stars 0 forks source link

Service-Oriented to API-Oriented Conversion #3

Open Jimba-lol opened 3 years ago

Jimba-lol commented 3 years ago

I need to convert how I implement the libraries of this project, and treat them as APIs rather than Services. This means re-naming the LoginService to LoginAPI, and eliminating chained logic in the API and instead implementing control flow in the main client.lua script.