-
Notifications
You must be signed in to change notification settings - Fork 736
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 support for Github Discussions API #828
Comments
We'd welcome PRs. Take a look at the CONTRIBUTING.md. It should be pretty easy. Looks like there are only a few endpoints. |
Questions @bitwiseman :
|
Look at |
Is GHLabel the best example as I see many fields methods deprecated - https://github.com/hub4j/github-api/blob/master/src/main/java/org/kohsuke/github/GHLabel.java#L136 ? @bitwiseman |
These methods can and should be used but breaking changes may be made to them. |
Many thanks @bitwiseman. Did you see my questions on gitter ? |
Yeah, I think I fixed what was causing your problem and made a couple suggestions.
It looks like like you when with github-api/src/main/java/org/kohsuke/github/GHRepository.java Lines 1891 to 1904 in 7a65013
You do not have to use the
You could add helper methods to |
ok but then what is the purpose of the |
The PR #834 includes the following CRUD operations:
|
Okay, so the logic is in two files. 😄 |
Many thanks for the response :-) |
Feature request
Is it planned to support the Discussions API - https://developer.github.com/v3/teams/discussions/ ?
The text was updated successfully, but these errors were encountered: