Skip to main content

Variable: SERVER_INFO

const SERVER_INFO: object

Defined in: src/api/config.ts:294

Server metadata for OpenAPI spec.

Type declaration​

contact​

readonly contact: object

contact.email​

readonly email: "admin@chive.pub" = 'admin@chive.pub'

contact.name​

readonly name: "Chive" = 'Chive'

contact.url​

readonly url: "https://chive.pub" = 'https://chive.pub'

description​

readonly description: "AT Protocol AppView for scholarly eprints" = 'AT Protocol AppView for scholarly eprints'

license​

readonly license: object

license.name​

readonly name: "MIT" = 'MIT'

license.url​

readonly url: "https://opensource.org/licenses/MIT" = 'https://opensource.org/licenses/MIT'

title​

readonly title: "Chive API" = 'Chive API'

version​

readonly version: "0.4.0" = API_VERSION