request_handler icon indicating copy to clipboard operation
request_handler copied to clipboard

easy to use shared base for jsonapi request handler using dry-* gems

Results 7 request_handler issues
Sort by recently updated
recently updated
newest added

If you set the request handler configuration to `config.raise_jsonapi_errors = true` and you send the `page` parameter with anything other than a hash a `TypeError: no implicit conversion of Symbol...

Requests where the body is not valid JSON would cause `MultiJson::ParseError` to be raised but not translated to a `RequestHandler` error. Handling `RequestHandler::ExternalBaseError` should arguably include parsing errors caused by...

currently you would get a warning when sending special pagination options although we might want to allow this on a case-by-case bases

currently the error messages of some of the subclassed errors are redundant and could be simplyfied other errors still need some form of subclassing and alignment

enhancement
help wanted

We should provide the options to convert all dashed attribute names to snake_case

enhancement
help wanted

The defaults are currently not validated, what could lead to errors especially in the case of the sort options or other parsers with more complex output. This could be verified...

enhancement
help wanted