LibWowArmory

LibWowArmory is a library for the .NET framework that interfaces with the World of Warcraft Armory. The World of Warcraft Armory (http://www.wowarmory.com) is an online database of information for World of Warcraft.

Be sure to check out my other WoW-related projects:
LibBeImba
LibWowHeroes

Requirements

  • Json.Net - A free JSON library for .NET. Download it for free from http://www.codeplex.com/Json. You can either add a reference to the project and reference the project, or compile Json.Net yourself and drop the resulting .DLL into the bin directory of the LibBeImba project.

Version History

0.2.1 beta - 9/8/2009

  • Added the new TranslationFor and FactionRestriction properties to the ItemInfo class to handle new armory information identifying items as being for a single faction.

0.2 beta - 8/30/2009

  • Fixed various changes to the Armory XML files, especially when it comes to Character Talents.
  • Added character reputation, character calendar, character achievements, and character statistics functions.

0.1 beta - 12/18/2008

  • Initial version.

Usage

Be sure to include a reference to LibWowArmory in your class with the following declaration:
VB.Net:
Imports roncliProductions.LibWowArmory
C#:
using roncliProductions.LibWowArmory;

Features

Currently, the following features are available in this library.
  • Calendar
  • Character Achievements
  • Character Reputation
  • Character Search
  • Character Sheet
  • Character Statistics
  • Character Talents
  • Dungeons
  • Factions
  • Item Search
  • Item Info
  • Talents

Some features of LibWowArmory require that you be logged into the Armory using your World of Warcraft account. Currently this is limited to all Calendar operations.

As of version 0.2 beta, LibWowArmory now comes with the LibWowArmoryDemo application. This console application is designed to provide potential users with a working example of how to use LibWowArmory in their own applications.
Last edited Oct 11 at 10:13 AM by roncli, version 12

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987