## About The first edition of the Githermit API. All of following endpoints should be prefixed with `/api/v1`.
## /info **Method:** GET **Description:**
Retrieves information about the Githermit instance. **Parameters:**
None **Response:**
| Code | Description | Schema | |---------|----------------------|---------------------------------------| | 200 | Instance information | [Info](/docs/modules/api.html#Info) | | 400-599 | An error | [Error](/docs/modules/api.html#Error) |