1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

Add Swagger UI on /swagger

This includes a Swagger UI with an OpenAPI 3.0 JSON schema for easy
interactive demonstration and testing of the API. The JSON schema
was created with the standalone swagger-editor. Includes tests to
make sure that the /swagger and /docs/openapi.json paths are acce-
ssible.
This commit is contained in:
2020-12-22 11:18:47 +02:00
parent 3e271c7852
commit a35ecf2394
5 changed files with 705 additions and 1 deletions

View File

@ -11,6 +11,7 @@ gunicorn = "^20.0.4"
falcon = "^2.0.0"
psycopg2-binary = "^2.8.6"
requests = "^2.24.0"
falcon-swagger-ui = "^1.2.1"
[tool.poetry.dev-dependencies]
ipython = { version = "^7.18.1", python = "^3.7" }