-
Notifications
You must be signed in to change notification settings - Fork 23
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 to json format for _stats API #663
Conversation
Codecov Report
@@ Coverage Diff @@
## staging #663 +/- ##
===========================================
- Coverage 19.79% 19.67% -0.12%
===========================================
Files 66 66
Lines 7482 7527 +45
===========================================
Hits 1481 1481
- Misses 5774 5819 +45
Partials 227 227
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Changes
Adds support for API consumer to specify
Accept
request header asapplicaton/json
so that the response complies with that format.Fixes
#508
Tests
Tasks to complete before merging PR: