Koha Test Wiki MediaWiki Postgres

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Version endpoint RFC

From Koha Test Wiki MediaWiki Postgres

Jump to: navigation, search
Home
Koha > Technical > Development > RFCs

This RFC should be the basis for discussing the version endpoint. See bug Bug xxxx

Actions and routes

The following table presents the current implementation, and the proposed changes.

Description Action Proposed path
Get version information GET /version

Object definition

{
    "version": "VERSION_NUMBER", // Full version string
    "major": "XX.YY", // Main version like 19.05, 20.11, ...
    "minor": "ZZ", // Monthly update of main version
    "db_revision": "123" // Database revision number
}

Comments

Personal tools