Constructor Summary
| Public Constructor | ||
| public |
constructor(postId: number) Gets leaderboard for a post id |
|
Method Summary
| Public Methods | ||
| public |
Returns the leaderboard object as a list of answers. |
|
Inherited Summary
| From class Request | ||
| protected |
|
|
| public |
cancel() Cancels the request. |
|
| public |
Formats the request object and returns an object of Request<T>'s T. |
|
| public |
Performs the request |
|
Public Constructors
public constructor(postId: number) source
Gets leaderboard for a post id
Override:
Request#constructorParams:
| Name | Type | Attribute | Description |
| postId | number | Id of post to get leaderboard for. |
