AltarAPIDiabloIII by Marc Dumoulin

<PackageReference Include="AltarAPIDiabloIII" Version="1.3.1" />

 AltarAPIDiabloIII 1.3.1

The library provide those features : - The queries are cached, and only requeried if there is changes; - Requesting informations can be optionally done asynchronously, as it allow the use of the new keywords of .NET 4.5, async and await; - Can grabs the item’s images (small and large version), and cache them; - Can use a set of public / private keys to make authenticated requests; - And more!

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>AltarAPIDiabloIII</id>
    <version>1.3.1</version>
    <title>AltarAPIDiabloIII - Web API for Diablo 3</title>
    <authors>Marc Dumoulin</authors>
    <owners>Marc Dumoulin,AltarApps</owners>
    <projectUrl>http://www.altarapp.com/?page_id=534</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The library provide those features :
- The queries are cached, and only requeried if there is changes;
- Requesting informations can be optionally done asynchronously, as it allow the use of the new keywords of .NET 4.5, async and await;
- Can grabs the item’s images (small and large version), and cache them;
- Can use a set of public / private keys to make authenticated requests;
- And more!</description>
    <summary>An implementation of the web API for Diablo 3.</summary>
    <copyright>AltarApps (c) 2013</copyright>
    <tags>d3, dIII, diablo 3, diablo, III, API, web</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" />
    </dependencies>
  </metadata>
</package>