Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement APIs for code-suggester compatibility #32525

Open
joaquinjsb opened this issue Nov 15, 2024 · 2 comments
Open

Implement APIs for code-suggester compatibility #32525

joaquinjsb opened this issue Nov 15, 2024 · 2 comments
Labels
topic/api Concerns mainly the API type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@joaquinjsb
Copy link

joaquinjsb commented Nov 15, 2024

Feature Description

I think would be great if the endpoint https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28#create-a-tree is added, It could help me integrate the https://github.com/googleapis/code-suggester plugin for gitea.

I would also need this endpoint :
https://docs.github.com/en/rest/git/commits?apiVersion=2022-11-28#create-a-commit

let me know if that should be another ticket.

Screenshots

No response

@joaquinjsb joaquinjsb added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Nov 15, 2024
@kemzeb kemzeb added the topic/api Concerns mainly the API label Nov 15, 2024
@joaquinjsb joaquinjsb changed the title Create Tree Api Implement APIs for code-suggester compatibility Nov 15, 2024
@KN4CK3R
Copy link
Member

KN4CK3R commented Nov 26, 2024

Aren't the /repos/{owner}/{repo}/contents/... endpoints good enough?

@joaquinjsb
Copy link
Author

Aren't the /repos/{owner}/{repo}/contents/... endpoints good enough?

I'm not sure about that, the pr that release-please creates, needs to be aligned with the main branch, so those endpoints alone, are not enough to make it work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/api Concerns mainly the API type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants