tobyzerner / json-api-server

A JSON:API server implementation in PHP.
https://tobyzerner.github.io/json-api-server/
MIT License
63 stars 21 forks source link

feat: flexible endpoint context #109

Open SychO9 opened 2 months ago

SychO9 commented 2 months ago

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.