Do you have any plan to support github discussion APIs in the future release? #1056
|
Hi, thanks for support the nice library.
|
Answered by
bitwiseman
Mar 15, 2021
Replies: 1 comment 2 replies
|
It looks like there is only a GraphQL endpoint for this, which will make implementation slower because we don't have any other uses of GraphQL in this library yet. Feel free to file an issue. If you're interested in implementing it, I'm happy to make suggestions. |
2 replies
Answer selected by
bitwiseman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like there is only a GraphQL endpoint for this, which will make implementation slower because we don't have any other uses of GraphQL in this library yet.
https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions
Feel free to file an issue. If you're interested in implementing it, I'm happy to make suggestions.