Expected Behavior
A JSON response should be returned:
{
"_status": "ERR",
"_error": {
"code": 429,
"message": "Rate Limit exceeded"
}
}
Actual Behavior
Text message saying Rate limit exceeded is returned with the code 429.
Refer: https://github.com/pyeve/eve/blob/master/eve/methods/common.py#L312
Environment
- Python version: 3.5.x
- Eve version: 0.8.1
Expected Behavior
A JSON response should be returned:
{ "_status": "ERR", "_error": { "code": 429, "message": "Rate Limit exceeded" } }Actual Behavior
Text message saying Rate limit exceeded is returned with the code 429.
Refer: https://github.com/pyeve/eve/blob/master/eve/methods/common.py#L312
Environment