Constructor Summary
| Public Constructor | ||
| public |
constructor(id: number) Obtains user profile by id |
|
Method Summary
| Public Methods | ||
| public |
Returns User object |
|
| public |
async run() |
|
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(id: number) source
Obtains user profile by id
Override:
Request#constructorParams:
| Name | Type | Attribute | Description |
| id | number |
Public Methods
public format(data: Object): User source
Returns User object
Override:
Request#formatParams:
| Name | Type | Attribute | Description |
| data | Object |
