Actions
Feature #2087
closedAPI: provide more meta data
Start date:
2023-10-09
Estimated time:
Description
It would be nice to be able to query the API for e.g.:
- API version
- OpenAtlas version
Feel free to add other interesting meta data.
*Branch': feature/api_metadata
Updated by Alexander Watzinger about 1 year ago
- Precedes Feature #2052: Version Number Footer added
Updated by Bernhard Koschiček-Krombholz about 1 year ago
- Description updated (diff)
- Status changed from Assigned to In Progress
Updated by Bernhard Koschiček-Krombholz about 1 year ago
@Moritz Großfurtner is following data enough:
{
"version": "7.17.0",
"apiVersion": [
"0.3"
],
"siteName": "INDIGO",
"imageProcessing": {
"enabled": "True",
"availableImageSizes": "{'thumbnail': '200', 'table': '100'}"
},
"IIIF": {
"enabled": "True",
"url": "http://localhost:8182/iiif/2/",
"version": "2"
}
}
Updated by Moritz Großfurtner about 1 year ago
Yeah that looks great, thank you!
Updated by Bernhard Koschiček-Krombholz about 1 year ago
- Status changed from In Progress to Closed
Actions