gitea/services/repository/files
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
..
cherry_pick.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
commit.go Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +00:00
content_test.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
content.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
diff_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
diff.go Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00
file_test.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
file.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
patch.go Refactor Branch struct in package modules/git (#33980) 2025-04-02 17:31:32 +00:00
temp_repo.go Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +00:00
tree_test.go Keep file tree view icons consistent with icon theme (#33921) 2025-04-06 19:35:08 +00:00
tree.go Keep file tree view icons consistent with icon theme (#33921) 2025-04-06 19:35:08 +00:00
update.go Add API endpoint to request contents of multiple files simultaniously (#34139) 2025-04-22 01:20:11 +08:00
upload.go Refactor Git Attribute & performance optimization (#34154) 2025-04-11 21:41:29 +08:00