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
Problem: it is not clear which data is required to perform a certain action. Currently, the model is used for everything, for creating, updating or retrieving data.
Solution: use specific request classes, in which you MUST provide the required data and MAY provide optional data. When an object is retrieved, the model with all data is returned.
Discussed in #91
Specific request classes
Problem: it is not clear which data is required to perform a certain action. Currently, the model is used for everything, for creating, updating or retrieving data.
Solution: use specific request classes, in which you MUST provide the required data and MAY provide optional data. When an object is retrieved, the model with all data is returned.
Solves #7
Enums
We can use proper enums (now that PHP 8.1 is required, see #116).
Auto-generation
The client will be mostly auto-generated.
Advantages:
Naming
The text was updated successfully, but these errors were encountered: