Project

kag

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby implementation of King Arthur's Gold (aka KAG) Application Programming Interface (aka API).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 2.1.1
>= 1.8.6

Runtime

~> 0.8.3
 Project Readme

KAG Build Status

Description

This is King Arthur's Gold API wrapper implemented in Ruby language.

Features

  • Ability to retrieve information about player (nick, role and so on)
  • Ability to retrieve player's avatar on KAG forums

Installation

gem install ruby-kag

Synopsis

require 'kag'

player = KAG::Player.new('prostosuper')

# Get small avatar of player prostosuper
player.avatar.small

# Force request to API to refresh player's small avatar
player.avatar.small(true)

# Get all information about player
player.info

License

The project uses Zlib License. See LICENSE file for more information.