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

Show count of stars for a given post #176

Closed
mattstauffer opened this issue Oct 19, 2020 · 2 comments
Closed

Show count of stars for a given post #176

mattstauffer opened this issue Oct 19, 2020 · 2 comments

Comments

@mattstauffer
Copy link
Member

#71

Not possible with the GitHub API yet.

@allenjd3
Copy link
Contributor

allenjd3 commented May 5, 2021

This could be accomplished with the graphql API- not sure if you want to go that direction though. Something like-

{
  viewer {
    gist(name: "1c76d40371b295184845") {
      id
      stargazerCount
    }
  }
}

@mattstauffer
Copy link
Member Author

Sounds fine by me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants