dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Completely decouple config parsing from `Client` construction

Open randomir opened this issue 4 years ago • 0 comments

Recently refactored dwave.cloud.config.load_config() is in a good shape, but we want to completely decouple config parsing from Client construction, so that config can be loaded independently and used outside of Client -- for example in dwave.cloud.api.client.DWaveAPIClient, its subclasses and by dwave.cloud.api.resources.*.

This should be combined with #426. And then #490, #440, #357 and other config improvements can follow.

randomir avatar Nov 23 '21 18:11 randomir