You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Several tools we are using allow branding in form of a logo provided by URL.
Examples:
ReDoc used by the API itself
Portainer (cluster management)
Wiki
So far we always need some workarounds to actually host the logo somewhere, e.g. portainer uses a direct URL to a image uploaded to the wiki.
As it's always nice to make a good appearance, the logo should be more reliably accessible,
thus I propose an endpoint '/logo/' for the API, which can serve the different variants of our logo (with/without text etc.)
The text was updated successfully, but these errors were encountered:
I feel like this is not really a good use of the API, as this content is completely static. If this is really just about Logos, then we should just host a simple HTTP Server like static.amiv.ethz.ch and put stuff there in plain.
I see your point, however we do not really have any static content aside from the logo.
The API needs the logo anyway (e.g. for the OAuth login page or the docs), so why not put it on a static endpoint where others can access it as well?
I like the idea that at least the API is self-contained, so using an external server just for a logo seems to me like unnecessary overcomplicating issues.
Several tools we are using allow branding in form of a logo provided by URL.
Examples:
So far we always need some workarounds to actually host the logo somewhere, e.g. portainer uses a direct URL to a image uploaded to the wiki.
As it's always nice to make a good appearance, the logo should be more reliably accessible,
thus I propose an endpoint '/logo/' for the API, which can serve the different variants of our logo (with/without text etc.)
The text was updated successfully, but these errors were encountered: