Click or drag to resize
GW2Api Class
View Project on GitHub
Represents the Guild Wars 2 Api.

All calls will throw a ApiException if an error occurs.

Full documentation under: http://gw2dotnettools.github.io/GW2-CSharp-Documentation

Inheritance Hierarchy
SystemObject
  GW2CSharpGW2Api

Namespace: GW2CSharp
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public static class GW2Api

The GW2Api type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberV1
Returns the V1 endpoint.
Top
Methods
  NameDescription
Public methodStatic memberV2
Returns the V2 endpoint.
Public methodStatic memberV2(String)
Returns the V2 endpoint.
Public methodStatic memberV2(RequestedLanguage)
Returns the V2 endpoint.
Public methodStatic memberV2(String, RequestedLanguage)
Returns the V2 endpoint.
Top
See Also