Trending class

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getTrendingCategories(HttpClient client) Future<TrendingCategoriesResponse>
Returns trending items for Bungie.net, collapsed into the first page of items per category. For pagination within a category, call GetTrendingCategory.
getTrendingCategory(HttpClient client, String categoryId, int pageNumber) Future<SearchResultOfTrendingEntryResponse>
Returns paginated lists of trending items for a category.
getTrendingEntryDetail(HttpClient client, String identifier, TrendingEntryType trendingEntryType) Future<TrendingDetailResponse>
Returns the detailed results for a specific trending entry. Note that trending entries are uniquely identified by a combination of both the TrendingEntryType and the identifier: the identifier alone is not guaranteed to be globally unique.