summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_license_templates_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add API for License templates (#23009)JakobDev2023-04-261-0/+55
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.