You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class tries to do to much. It simultaneously handles the json:api specific request/response wrapping/unwrapping and acts as a container for resource specific actionable route methods.
An idea might be to split the request/response handling into a JsonApi class. Additionally, the route methods handling should be rewritten to be a lot less magical. I don't have a concrete plan for that at the moment though.
The text was updated successfully, but these errors were encountered:
This class tries to do to much. It simultaneously handles the json:api specific request/response wrapping/unwrapping and acts as a container for resource specific actionable route methods.
An idea might be to split the request/response handling into a
JsonApi
class. Additionally, the route methods handling should be rewritten to be a lot less magical. I don't have a concrete plan for that at the moment though.The text was updated successfully, but these errors were encountered: