Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 186 Bytes

api-common.md

File metadata and controls

20 lines (14 loc) · 186 Bytes

Common Endpoints

Ping

Ping the server and retrieve the server information.

Request

GET /ping

Response

{
    "name": <string>
    "version": <string>
}