[FEATURE] Initialize SDKClient with instance of ExtensionSettings #556
Labels
CCI
Part of the College Contributor Initiative
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem?
The
SDKClient
constructor takes no arguments.This requires either a host address and port, or the
ExtensionSettings
, to be passed via parameters to initialize other clients. This client is only ever instantiated once, and we have a copy of the ExtensionSettings when we do so.What solution would you like?
SDKClient
constructor taking an instance ofExtensionSettings
and saving it as an instance fieldinitializeJavaClient(ExtensionSettings settings)
,initializeJavaAsyncClient(ExtensionSettings settings)
andinitializeRestClient(ExtensionSettings settings)
.What alternatives have you considered?
Status quo.
The text was updated successfully, but these errors were encountered: