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

How to get repository tags? #1890

Closed
it19862 opened this issue Oct 13, 2018 · 1 comment
Closed

How to get repository tags? #1890

it19862 opened this issue Oct 13, 2018 · 1 comment

Comments

@it19862
Copy link

it19862 commented Oct 13, 2018

How to get repository tags?
I try using the code.
var tags = client_cur.Git.Tag.Get(instanceRepo, "master");

does not work

2018-10-13_23-56-12

@ryangribble
Copy link
Contributor

ryangribble commented Oct 14, 2018

Hi @it19862 those are called repository topics. We don't have support in octokit for them just yet, there was an in progress PR but it hasn't been completed. See #1707 and #1721

It would be awesome If you'd like to contribute by helping to complete that PR!

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