-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for Repository Topics #1707
Comments
Not implemented yet? |
There is a work on progress PR #1721 but the contributors dropped off. I'm currently focusing on the checks API stuff so it would be wonderful if you could help on that PR if you've got a use case for the topics support @MikhailTymchukDX? |
What is the status of this? The documentation implies that it is working, but it says "For example: " but the example has not been written yet Edit: It seems like the octokit documentation may be pulling directly from the GitHub api documentation which would explain the discrepancy |
Hi @BarbourSmith , the documentation you are referring to is for octokit.js the javascript API client, whilst this is the c# client. It looks like we still haven't had any traction on finishing that old PR #1721 off, so as of now Repository Topics are still not supported in the c# client unfortauntely 😞 |
Sorry guys, I didn't realize I was in the c# client... 😬 |
Hey! I'd love this functionality in an app I'm building so I'm going to jump in and try to knock it out. I will use #1721 as a reference. |
@SeanKilleen, not sure Im missing something but I cant find the new method GetAllTopics on the RepositoryClient. Im using v0.50, double checked and decomplied. I saw in the release the commit for this is included. I can see it in the integration tests too so not sure whats happening. TIA |
@JustinGol please file a new issue, tag me, and include an example of how you're attempting to use it. I'll do what I can to help. Thanks! |
Thanks @SeanKilleen, its here: #2328. Appreciate your help on this. |
https://github.com/blog/2309-introducing-topics
https://help.github.com/articles/about-topics/
Response Class Support
Topics
field toRepository
response classRepository
responsesNew API Calls
Support Search Repositories by Topic
https://help.github.com/articles/searching-repositories/#search-by-repository-topic
string Topic
field toSearchRepositoriesRequest
and format search parameters accordinglyRange Topics
field toSearchRepositoriesRequest
and format search parameters accordinglySee #1704
The text was updated successfully, but these errors were encountered: