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
Make the API more intuitive and easy to use for developers
Background
Some of this work is based on the discussion in #263 (comment)
Proposals
Simplify CRUD signatures
Remove method chaining and just pass an options object with everything that is needed inside. It would be easy to mock and would make it clear which options are being passed (and wouldn't require unnecessary typing as the end call or the double null).
@snyamathi @lingyan @pablopalacios
Goal
Make the API more intuitive and easy to use for developers
Background
Some of this work is based on the discussion in #263 (comment)
Proposals
Simplify CRUD signatures
endcall or the doublenull).callbackinterfaceend()methodCurrent:
Proposal: