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
Current Responses provide only a minimum of required operations. Thus for practical usage it's needed to create similar interfaces and classes. The problem is that those classes have different method signatures which makes it impossible to inherit Responses from json-api lib.
The idea is to unify ResponsesInterface as much as possible and make Responses with only a few abstract methods. So it could be inherited and support for pagination and other framework specific features to be added.
The text was updated successfully, but these errors were encountered:
Current
Responses
provide only a minimum of required operations. Thus for practical usage it's needed to create similar interfaces and classes. The problem is that those classes have different method signatures which makes it impossible to inheritResponses
from json-api lib.The idea is to unify
ResponsesInterface
as much as possible and makeResponses
with only a few abstract methods. So it could be inherited and support for pagination and other framework specific features to be added.The text was updated successfully, but these errors were encountered: