Constructor Summary
| Public Constructor | ||
| public |
constructor(title: string, body: string, ppcgId: number) Creates a 'create post' request. |
|
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(title: string, body: string, ppcgId: number) source
Creates a 'create post' request. Requires authorization
