RealmEye-API icon indicating copy to clipboard operation
RealmEye-API copied to clipboard

An easy way to access your character data via RealmEye.

Results 11 RealmEye-API issues
Sort by recently updated
recently updated
newest added

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...

enhancement
ux
optimization

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...

php
feature
on hold
apache

* 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)

chore
copy

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...

enhancement
php
design

Ex: `"4/8"` and `"5/8"` are fine to be typecast, but other strings like `last_seen` are not.

enhancement

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,...

feature