Nightfirecat / RealmEye-API

An easy way to access your character data via RealmEye.
MIT License
13 stars 7 forks source link

OOP #27

Closed Nightfirecat closed 7 years ago

Nightfirecat commented 8 years ago

Handling small feature additions is becoming increasingly difficult without a structured base. For now, players should be considered their own object. This should incorporate basically everything from line 39 to roughly line 241. This also may be a good time to start pulling helper functions and classes out into new files, leaving index.php as the only file that serves requests directly.

Nightfirecat commented 7 years ago

Superseded by https://github.com/Nightfirecat/RealmEye-API/milestone/3.