YARL

Added by nimetu almost 6 years ago

  • Project Name: Yet Another Ryzom Library (YARL for short)
  • Project Type: library
  • Project Email:
  • Project Members: neniti
  • Project URL: http://yarl.bmsite.net/
  • Project Source URL: git://github.com/nimetu/yarl.git
  • Project Description: If guild is looking to integrate api keys on their website, but cant be bothered reinventing the logic to download, cache, process, etc api server output, then YARL is for them. Simple sample website is included also.

Replies (1)

RE: YARL - Added by nimetu almost 6 years ago

Update:

There is now few semi-standalone classes, All pretty much depend on YARL_Cache, but that can be forcefully removed if there is a need.
Main class also has browser language detection and AtysDate will use it by default.
  • YARL_Cache - file based cache for pretty much anything.
  • YARL_ApiKey - for downloading and caching char/guild xml's.
  • YARL_ServerTick - retrieves and caches shard's server tick,
  • YARL_AtysDate - extends ServerTick, pretty basic currently for converting tick to time/date string. can work with 'fake' ticks too.

'Sample' website is still big pile of....

(1-1/1)