Merge API on create or update file contents #652

Open
smallfish06 wants to merge 1 commits from smallfish06/go-sdk:main into main
First-time contributor

This is following PR for below feature
https://github.com/go-gitea/gitea/pull/29419

This PR will change UpdateFile signature to CreateOrUpdateFile. Also deprecating CreateFile.

Unlike Gitea server, it would be ok to preserve old UpdateFile Client sdk and remove later. I want to know opinion of maintainers.

Thank you for reading this.

This is following PR for below feature https://github.com/go-gitea/gitea/pull/29419 This PR will change UpdateFile signature to CreateOrUpdateFile. Also deprecating CreateFile. Unlike Gitea server, it would be ok to preserve old UpdateFile Client sdk and remove later. I want to know opinion of maintainers. Thank you for reading this.
smallfish06 added 1 commit 2024-02-26 13:12:00 +00:00
Merge api on Create or update file contents
Some checks failed
testing / testing (pull_request) Failing after 3m53s
ea47b16c61
Some checks failed
testing / testing (pull_request) Failing after 3m53s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:smallfish06-main
git checkout smallfish06-main
Sign in to join this conversation.
No description provided.