C# Class Bungie.ForumService

Inheritance: BungieService, IForumService
Mostrar archivo Open project: kodefuguru/bungie

Public Methods

Method Description
ForumService ( string apiKey ) : System.Threading.Tasks

Private Methods

Method Description
GetPostAndParent ( int childPostId, bool showBanned = null ) : Task
GetPostAndParentAwaitingApproval ( int childPostId, bool showBanned = null ) : Task
GetPostsThreadedPaged ( int parentPostId, int page, int pageSize, int replySize, Unknown rootThreadMode = default(Unknown), Unknown sortMode = default(Unknown), bool showBanned = null ) : Task
GetPostsThreadedPagedFromChild ( int childPostId, int page, int pageSize, int replySize, Unknown rootThreadMode = default(Unknown), Unknown sortMode = default(Unknown), bool showBanned = null ) : Task
GetTagSuggestions ( string partialtag ) : Task
GetTopicForContent ( int contentId ) : Task
GetTopics ( int page, int group, SortDirection sort, Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
GetTopicsPaged ( int page, int pageSize, int group, SortDirection sort, Unknown quickDate = default(Unknown), Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
GetTopicsPagedForAlliance ( int page, int pageSize, int group, SortDirection sort, Unknown quickDate = default(Unknown), Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
Poll ( int topicId ) : Task

Method Details

ForumService() public method

public ForumService ( string apiKey ) : System.Threading.Tasks
apiKey string
return System.Threading.Tasks