endpoints
endpoints copied to clipboard
More granular error objects
Using jsonapi for a project and I'm realizing I'm not taking full advantage of the detail an exception can provide. For example, it would be great to have a ParamError that would give the specific param that raised the error and the AccessError could mark the header or params that failed.
This is also related to https://github.com/Jaymon/endpoints/issues/109