RealmEye-API
RealmEye-API copied to clipboard
An easy way to access your character data via RealmEye.
Rather than simply writing to `realmeyeapi_`, the logger should rotate the log from `realmeyeapi.log` when instantiated; it should move the file based on its last write date. Need to be...
such as **/realmeye-api**... - /player (synonymous with /player/characters) - /player/characters - /player/offers - /player/pet-yard - ... - etc This could also be useful for expanding the API functionality to other...
* CONTRIBUTING (need to define styleguide/docs) * USAGE/DOCUMENTATION (for actually using the API) * SETUP (for installation/configuration setup) * README (root doc, links to others/license)
Seeing as this code could see use in multiple places (once further routes are added in #5, #9, etc.), this would be better-suited as a class rather than a function...
Ex: `"4/8"` and `"5/8"` are fine to be typecast, but other strings like `last_seen` are not.
This is a precursor to other future features such as access history, definitions history, response caching/replaying (for rate limiting, for example). This should be an optional feature. If not enabled,...