Skip to main content

Variable: SERVER_INFO

const SERVER_INFO: object

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

Server metadata for OpenAPI spec.

Type declaration

contact

readonly contact: object

contact.email

readonly email: "contact@chive.pub" = 'contact@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 preprints" = 'AT Protocol AppView for scholarly preprints'

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.1.0" = API_VERSION