Constructs an instance of this controller.
Requests a user's statistics[TYPE=user]
entries. This endpoint is
protected and a valid access token must be attached in the Authorization
request header, in signed cookies or in browser cookies.
The request is secured using the AuthGuard guard
which attaches a payload
to the request object.
An express
request used to extract the authenticated user payload.
An authenticated user's owned assets.
Generated using TypeDoc
STATISTICS
The statistics controller of the app. Handles requests about users that are available in the database.
This controller defines the following routes:
/statistics/users/:address
GET
v0.5.0