json-api-server
json-api-server copied to clipboard
feat: flexible endpoint context
Isolating the checking of the current CRUD context into the context object can be helpful in our case since we implement our own separate Create endpoint class that does not extend the default one.
Understandable if not fit here.