0.2.0 (March 9, 2023)

  • Return explicit errors when request returns no data

Explicit errors on no data found

In the instance where no data is found, instead of a silent error that returns as a 200 response, an explicit 422 is returned:

{
    "code": 404,
    "status": "Unprocessable Entity"
}