Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Github Topics

I was curious if there was support for getting topics from a repository through the egit-github-core jar (or some other jar).  I was not able to find where it would be used, and the URL is typically built through the IGithubConstants class (https://github.com/eclipse/egit-github/blob/master/org.eclipse.egit.github.core/src/org/eclipse/egit/github/core/client/IGitHubConstants.java#L18) does not seem to contain anything.

I also haven't been able to find anything from the archives, but "topics" is a rather general term and makes it harder to find things.  Specifically, this is the call that I'm looking for: https://developer.github.com/v3/repos/#list-all-topics-for-a-repository

Thank you in advance!

Back to the top