github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 755 forks source link

No topics are available when using getDetails. #590

Closed sustained closed 4 years ago

sustained commented 4 years ago

As you can see here the Github API provides a list of tags/topics however this library does not provide those to us when using getDetails.

ramigs commented 4 years ago

I've tried GET repos/:owner/:repo (as getDetails does) from curl, and didn't get the list of topics as well.

Seems to be related to the API itself (inconsistent docs??).

sustained commented 4 years ago

Could be.

I wonder how one reports an issue relating to the Github API...

sustained commented 4 years ago

I sent them an email.

j-rewerts commented 4 years ago

Let us know how it goes. I'll close this, but let me know if anyone wants it reopened.

sustained commented 4 years ago

Note: The topics property for repositories on GitHub is currently available for developers to preview. To view the topics property in calls that return repository results, you must provide a custom media type in the Accept header: application/vnd.github.mercy-preview+json.