Some implementation in classes; add JSDOC

This commit is contained in:
2023-10-02 17:17:36 +02:00
parent 4bbcf63940
commit 076dd1a717
9 changed files with 357 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
PORT = 8080
BASE_URL = 'https://something.com'
IIIF_API_VERSION = 2
# The most recent API version number that should be supported
IIIF_API_VERSION = 2
# The Image API service's base URL
IMAGE_SERVER_URL = 'https://images.something.com'