Exports
Class for getting anime data from the MongoDB.
Constructor Summary
| Public Constructor | ||
| public |
Create an exports object. |
|
Method Summary
| Public Methods | ||
| public |
getExport(req: Request, res: Response): Download Download the export of a collection. |
|
Public Constructors
Public Methods
public getExport(req: Request, res: Response): Download source
Download the export of a collection.
Params:
| Name | Type | Attribute | Description |
| req | Request | The express request object. |
|
| res | Response | The express response object. |
Return:
| Download | The download of an export of a collection. |