virelay.server
Represents the server of ViRelAy, which contains the backend REST API and serves the frontend web app.
Functions
|
Formats the specified exception as a string so that it can be logged. |
|
Generates an HTTP 400 Bad request response. |
|
Generates an HTTP 404 Not Found response. |
|
Generates an HTTP 200 OK response. |
|
Converts the image to a JPEG image and generates a response which sends the image to the client. |
Classes
|
Represents an analysis in the JSON response of the backend REST API. |
|
Represents an analysis method in the JSON response of the backend REST API. |
|
Represents an attribution in the JSON response of the backend REST API. |
|
Represents a category in the JSON response of the backend REST API. |
|
Represents a label in the JSON response of the backend REST API. |
|
Represents a project in the JSON response of the backend REST API. |
|
Represents a sample in the JSON response of the backend REST API. |
|
Represents the server of ViRelAy, which encapsulates the backend REST API and the frontend web app. |