0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-29 12:04:45 +02:00
Denys Konovalov 9a071a596f
Add API endpoint to request contents of multiple files simultaniously (#34139)
Adds an API POST endpoint under `/repos/{owner}/{repo}/file-contents`
which receives a list of paths and returns a list of the contents of
these files.

This API endpoint will be helpful for applications like headless CMS
(reference: https://github.com/sveltia/sveltia-cms/issues/198) which
need to retrieve a large number of files by reducing the amount of
needed API calls.

Close #33495

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-22 01:20:11 +08:00
..
2025-03-31 01:53:48 -04:00
2024-11-20 19:26:12 +00:00
2025-03-31 01:53:48 -04:00
2025-04-01 10:14:01 +00:00
2025-03-25 14:40:31 +00:00
2025-04-01 10:14:01 +00:00
2025-01-13 14:01:53 +08:00
2025-01-13 14:01:53 +08:00
2025-03-31 01:53:48 -04:00
2025-03-25 14:40:31 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.