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
When you POST to a Twilio resource, sometimes your POST a subset of the parameters on the resource itself, and sometimes you POST parameters not present on the resource itself. A few questions:
Should we represent this as a separate data type?
Should we use a type family from GET resources to POST data types so that we can write a general POST function?
Records in Haskell make this more annoying than it should be.
The text was updated successfully, but these errors were encountered:
When you POST to a Twilio resource, sometimes your POST a subset of the parameters on the resource itself, and sometimes you POST parameters not present on the resource itself. A few questions:
Records in Haskell make this more annoying than it should be.
The text was updated successfully, but these errors were encountered: