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
Rather than import the request method directly, service classes will now
receive it as a constructor argument and save it as a private field. This
makes the constructor classes more generic and testable.
To avoid breaking changes, service class instances are instantiated and
exported from index.ts with PascalCase naming. This allows users to
update with no changes, because the public API does not change
noticeably.
0 commit comments