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

Add API to get a single issue #1385

Merged
merged 2 commits into from Dec 19, 2016
Merged

Conversation

keiichiw
Copy link
Contributor

This PR adds the API to get a sigle issue.

Usage

$ curl http://localhost:8080/api/v3/repos/:owner/:repo/issues/:issue_number

The second commit is a small fix of #1328.
This is independent from the first commit, but it's so small that I didn't divide into another PR.

Before submitting a pull-request to Gitbucket I have first:

  • read the contribution guidelines
  • rebased my branch over master
  • verified that project is compiling
  • verified that tests are passing
  • squashed my commits as appropriate (keep several commits if it is relevant to understand the PR)
  • marked as closed all issue ID that this PR should correct

@takezoe takezoe added this to the 4.8 milestone Dec 19, 2016
@takezoe takezoe self-assigned this Dec 19, 2016
@takezoe takezoe merged commit 8ffd905 into gitbucket:master Dec 19, 2016
@takezoe
Copy link
Member

takezoe commented Dec 19, 2016

@kw-udon Great thanks! Could you update the supported API list as well?

@keiichiw
Copy link
Contributor Author

@takezoe I updated the list.

@takezoe
Copy link
Member

takezoe commented Dec 19, 2016

@kw-udon Thanks.

@keiichiw keiichiw deleted the single-issue-api branch December 19, 2016 13:26
@nazoking nazoking mentioned this pull request Jan 3, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants