-
-
Notifications
You must be signed in to change notification settings - Fork 599
Closed
Labels
Milestone
Description
The compare
method in https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Api/Repository/Commits.php currently accepts a mediaType
parameter to change the Accept header. It seems like this should have a configure()
method that handles this, which would follow the pattern of how it is handled elsewhere in the library.
This would be a breaking-change and should be targeted for the next major release.
Nyholm