Constructor Summary
| Public Constructor | ||
| public |
constructor(user: User, followedType: FollowedType) Requires authorization |
|
Method Summary
| Public Methods | ||
| public |
format() |
|
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(user: User, followedType: FollowedType) source
Requires authorization
Override:
Request#constructorParams:
| Name | Type | Attribute | Description |
| user | User | The user to lookup |
|
| followedType | FollowedType | The type of following |
Public Methods
public format() source
Formats the request object and returns an object of Request<T>'s T.
