Add an API that returns the diagram librairies versions and the server version
See original GitHub issueCurrently, we only have an HTML page https://a.kroki.io but it could be useful to have an endpoint if we want to use that information programmatically.
For instance, we could locally cache images depending on the diagram library version:
plantuml-1-2020-10/
54cae01691d18960adccb024b0e5b01b.png
plantuml-1-2020-15/
54cae01691d18960adccb024b0e5b01b.png
A few ideas:
/about
/version
/versions
Alternatively, we could also use a “status” route to check that the server is alive and we could use this opportunity to return server infos:
/status
/_status
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
REST API and Resource Versions - Tableau Help
The API version defines a set of resource versions that ship with a given release of Tableau Server (such as 2019.4). Versions of...
Read more >Use the Microsoft Graph API
Microsoft Graph currently supports two versions: v1.0 and beta . v1.0 includes generally available APIs. Use the v1.0 version for all production ...
Read more >Overview - Graph API - Meta for Developers - Facebook
For create and update endpoints, the Graph API can immediately read a successfully published or updated object and return any fields supported by...
Read more >Load the Libraries | Charts - Google Developers
This page shows how to load the Google Chart libraries. ... When we release new versions of Google Charts, some of the changes...
Read more >GraphQL | A query language for your API
GraphQL queries always return predictable results. Apps using GraphQL are fast and stable because they control the data they get, not the server....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
glad you like it !
Yes that’s a good idea, I took inspirations from Elasticsearch:
But your last proposal is quite nice 👍