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
Wrappers for each service to handle validation, authentication, etc.
However, these two files have very similar names:
<Service>Api (autogenerated) vs <Service>API (wrapper)
This can especially be confusing if we're doing any sort of documentation generation:
As such, we'll likely need to switch the wrapper classes to a name other than an API suffix. One idea might be changing it to <Service>Client for wrappers:
EmailClient
AuthClient
UserClient
...etc.
The text was updated successfully, but these errors were encountered:
Juno's SDK primarily consists of two parts:
However, these two files have very similar names:
<Service>Api
(autogenerated) vs<Service>API
(wrapper)This can especially be confusing if we're doing any sort of documentation generation:
As such, we'll likely need to switch the wrapper classes to a name other than an API suffix. One idea might be changing it to
<Service>Client
for wrappers:EmailClient
AuthClient
UserClient
The text was updated successfully, but these errors were encountered: