Sunday, August 14, 2011

wowsharp

WOWSharp is a .NET Library for accessing Blizzard's World of Warcraft Community APIs on Battle.net. The Library is written in C# and is available for .NET Framework 3.5 Client Profile as well as SilverLight.


Features

    The library handles all HTTP connections, error handling and JSON deserialization
    Support for both Synchronous and Asynchronous models
    The following API functions are currently supported
        Get Character Profile
        Get Guild Profile
        Get Realm Status
        Get Current Auctions Data
        Get Item Information
        Get Arena Team information
        Get Character Classes
        Get Character Races
        Get Guild Perks
        Get Guild Rewards
        Get Item Classes

    SilverLight library with all features (Requires a proxy on the site of origin to route calls to battle.net if it's running in browser mode)
    An HTTP Handler to be added on the Silverlight application's site that handles routing calls to battle.net

Read more: Codeplex
QR: https://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=https://wowsharp.codeplex.com/

Posted via email from Jasper-Net