1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/routers/api/v1/swagger
JakobDev fb37eefa28
Add API for License templates (#23009)
This adds a API for getting License templates. This tries to be as close
to the [GitHub
API](https://docs.github.com/en/rest/licenses?apiVersion=2022-11-28) as
possible, but Gitea does not support all features that GitHub has. I
think they should been added, but this out f the scope of this PR. You
should merge #23006 before this PR for security reasons.
2023-04-26 02:08:28 -04:00
..
activity.go Add activity feeds API (#23494) 2023-04-04 21:35:31 +08:00
activitypub.go
app.go
cron.go
issue.go
key.go
misc.go Add API for License templates (#23009) 2023-04-26 02:08:28 -04:00
nodeinfo.go
notify.go
options.go Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
org.go
package.go
repo.go Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
settings.go
user.go