Class WaypointClient
Client for interacting with the Halo Waypoint APIs.
Inherited Members
Namespace: Den.Dev.Grunt.Core
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(1)]]
public class WaypointClient : Den.Dev.Grunt.Core.Foundation.ClientBase
Constructors
Name | Description |
---|---|
WaypointClient() | Initializes a new instance of the WaypointClient class, used to access the Halo Waypoint API. |
WaypointClient(String, String, String) | Initializes a new instance of the WaypointClient class, used to access the Halo Waypoint API. |
Methods
Name | Description |
---|---|
GetArticle(String) | Gets a single article published on Halo Waypoint. |
GetArticleCategories(String) | Gets a list of article categories that are available on Halo Waypoint. |
GetArticleCategory(Int32, String) | Gets the details on a single article category published on Halo Waypoint. |
GetArticles(String, Int32, Int32, String, List<Int32>) | Gets the list of articles published on Halo Waypoint. |
GetMyProfile() | Gets information about your own Halo Waypoint profile. |
GetServiceAward(String) | Gets Halo Waypoint service award details. |
GetServiceAwards() | Gets the list of a player's service awards associated with Halo Waypoint. |
GetUserProfile(String, Boolean) | Gets information about a user's Halo Waypoint profile. |
GetUserSettings() | Gets information about a user's Halo Waypoint settings. |
PutFeaturedServiceAwards(ServiceAwardSnapshot) | Sets featured Halo Waypoint service awards in a user's profile. |
RedeemCode(String) | Redeems a Halo Waypoint code. |