Constructor Summary
| Public Constructor | ||
| public |
constructor(post: number | Post) Pass the post object or the post ID |
|
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 Methods
public format() source
Formats the request object and returns an object of Request<T>'s T.
