Closed
Description
A handful of API methods (like issues) support the use of custom mime types to return additional fields in the response, using different formats.
As currently designed, go-github doesn't have a simple way to expose this, since most HTTP-specific details are hidden from the caller. We could probably just add it to the Options parameter for the given method, but that feels a little weird. Additionally, I don't yet have a real use-case for needing to use these custom mime-types. Therefore, I'm currently leaning toward punting on this until someone actually needs it.
So if you need it, please comment here, and we can look at how to work that into the library.
Metadata
Metadata
Assignees
Labels
No labels