We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the following branching functionality
/:user/:repository/branches GET index
/:user/:repository/branches/:branch GET show (identical with /:user/:repository/ref/:branch/commits)
/:user/:repository/branches POST create
/:user/:repository/branches/:branch DELETE destroy
/:user/:repository/branches///default GET show
/:user/:repository/branches///default PATCH update
These functions are already implemented in GraphQL by #165.
The struck out bullets are not needed because we only want to have read actions in the REST API.
The text was updated successfully, but these errors were encountered:
This is already done by #190.
Sorry, something went wrong.
No branches or pull requests
Implement the following branching functionality
Create a branchDelete a branchSet the default branchThese functions are already implemented in GraphQL by #165.
The struck out bullets are not needed because we only want to have read actions in the REST API.
The text was updated successfully, but these errors were encountered: