-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Missing features in the API #9638
Comments
@ederuiter if you need an api endpoint, the easyes way is to create a pull request yourself
if you can wait - perhaps I'll pick it up but this could take a while :) e.g: #9494 |
@6543 I would like to work on this. |
@SD1998 go on for it :) the Contribution Docs can help you 👍 |
@ederuiter can you update your list? |
#13630 will also close one point ... |
Would you mind sharing? I'm not currently in the process of putting up anything similar, but just having the link / the resource knowing that if one day I'll need it I won't have the need of hours of searches, it'll be cool!! |
https://github.com/thisisdevelopment/git-manager <= it is by no means finished and could use some attention, but we use it in production to manage some gitlab instances. |
Description
I am currently working on a library providing a unified interface to gitlab / github / gitea / bitbucket repo management api's .. but for gitea I found a couple of missing features preventing me from completing the gitea backend for this library:
retrieve a team by name ( https://developer.github.com/v3/teams/#get-team-by-name )
retrieve a list of teams having access to a repo ( https://developer.github.com/v3/repos/#list-teams )
adding a new branch based on an existing branch / tag / commit ( https://developer.github.com/v3/git/refs/#create-a-reference )
deleting a branch ( https://developer.github.com/v3/git/refs/#delete-a-reference
adding a tag based on commit ( https://developer.github.com/v3/git/tags/#create-a-tag-object )
deleting a tag ( https://developer.github.com/v3/git/refs/#example-deleting-a-tag )
retrieve a user by id (for this I have a workaround in the form of /users/search?uid=, so this is no big deal, but it would be cleaner if the API allowed for this .. but it seems the github api does not allow for this as well).
PS: if you rather want individual issues for the above points, I will happily do this.
PPS: If needed I can try to implement this, but my golang experience is very limited
The text was updated successfully, but these errors were encountered: