V2Endpoint Class |
Namespace: GW2CSharp.V2
public class V2Endpoint
The V2Endpoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | V2Endpoint |
The V2 endpoint.
|
Name | Description | |
---|---|---|
![]() | Account |
Returns a wrapper for all the account endpoint calls.
|
![]() | Achievements |
Returns a wrapper for all achievements endpoint calls.
|
![]() | Colors |
Returns a wrapper for all color endpoint calls.
|
![]() | Continents |
Returns a wrapper for all continent endpoint calls.
|
![]() | Currencies |
Returns a wrapper for all currency endpoint calls.
|
![]() | Exchanges |
Returns a wrapper for all exchange endpoint calls.
|
![]() | GetBuildId |
Returns the current build id.
|
![]() | Items |
Returns a wrapper for all the item endpoint calls.
|
![]() | Listings |
Returns a wrapper for all the listing endpoint calls.
|
![]() | Maps |
Returns a wrapper for all map endpoint calls.
|
![]() | Minis |
Returns a wrapper for all the minis endpoint calls.
|
![]() | Prices |
Returns a wrapper for all the price endpoint calls.
|
![]() | PvpGame |
Returns a wrapper for all pvpgame endpoint calls.
|
![]() | PvpStatistics |
Returns a wrapper for all pvpstats endpoint calls.
|
![]() | Quaggans |
Returns a wrapper for all quaggan endpoint calls.
|
![]() | RecipeWrapper |
Returns a wrapper for acessing recipes
|
![]() | RessourceFiles |
Returns a wrapper for all RessourceFile endpoint calls.
|
![]() | Skins |
Returns a wrapper for all skin endpoint calls.
|
![]() | TokenInfo |
Returns a wrapper for all tokeninfo endpoint calls.
|
![]() | Transactions |
Returns a wrapper for all transactions endpoint calls.
|
![]() | Worlds |
Returns a wrapper for all world endpoint calls.
|
![]() | WvWMatches |
Returns a wrapper for all the wvw matches endpoint calls.
|
![]() | WvWObjectives |
Returns a wrapper for all the wvw objectives endpoint calls.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
public void GetBuildId() { int buildId = GW2Api.V2().GetBuildId; }