-
Notifications
You must be signed in to change notification settings - Fork 135
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
Option to add header to API requests #175
Comments
In general, we like to decide that having the feature is important and enable the feature for everyone. Since it's additive, it shouldn't break anyone's current workflow. In my opinion, the best thing to do is simply add the value |
@cartersteinhoff Support for accessing |
Fixed by #166. |
You’re right! I don’t think adding custom headers is a feature we’d like here. If it’s just a faster way to get to added fields, I’d rather go through the normal development process and turn it on for everyone by adding the header to the code. |
In order to access the "topics" property from the "repository" endpoint, I need to add a header to the request.
"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:" - https://developer.github.com/v3/repos/#list-your-repositories
Is there a way to do this currently or can the feature be added?
The text was updated successfully, but these errors were encountered: