Any Github API to interact discussions from code ? #38135
Unanswered
haseeb-xd
asked this question in
Discussions
Replies: 2 comments
-
|
There are webhooks for interactions, as well as commits and other aspects of a repo. That documentation is well organized and has sample request for all the endpoints. Best of Luck! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There is, but only in the GraphQL API: https://docs.github.com/en/graphql/reference/objects#discussion There's no REST API for discussions, which has annoyed me, too. 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do we have any kind of API from which we can get the discussions, their replies and all other things?
Beta Was this translation helpful? Give feedback.
All reactions