Home Manual Reference Source Test Repository
public class | source

Exports

Class for getting anime data from the MongoDB.

Constructor Summary

Public Constructor
public

Create an exports object.

Member Summary

Private Members
private

The util object with general functions.

Method Summary

Public Methods
public

getExport(req: Request, res: Response): Download

Download the export of a collection.

Public Constructors

public constructor source

Create an exports object.

Private Members

private _util: Util source

The util object with general functions.

Public Methods

public getExport(req: Request, res: Response): Download source

Download the export of a collection.

Params:

NameTypeAttributeDescription
req Request

The express request object.

res Response

The express response object.

Return:

Download

The download of an export of a collection.