Albirew/mangadex-next
Albirew
/
mangadex-next
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2024-03-02. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
mangadex-next/docs/openapi.yml

32 lignes
522 B
YAML

---
openapi: '3.0.0'
info:
version: 6.0.0
title: Mangadex API
description: 'The API powering the MangaDex service.'
license:
name: BSD 3-Clause
servers:
- url: http://localhost:3000
schemes:
- 'http'
tags:
- name: health
description: 'Service health endpoints'
paths:
/-/healthy:
get:
summary: Performs a quick healthcheck on the API server.
operationId: healthcheck
tags:
- health
responses:
'200':
description: 'Everything is healthy.'