Feature Request: add CORS API indicating 'gitea' #16563
Labels
modifies/api
This PR adds API routes or modifies them
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
TL;DR
I'd like there to be some way to indicate that the service is
gitea
, as opposed togitlab
.Example
I'd like to be able to do something like this:
Or similar to this:
Just something that reveals "yes, this is gitea".
Rationalé
The reason is that I'm building a tool Bliss, which works with GitHub, GitLab, and Gitea and I'd like to be able to detect which system a user-supplied URL represents, since they have slightly different APIs.
The text was updated successfully, but these errors were encountered: