dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Use full client config for `dwave.cloud.api.Regions` requests #505

Closed randomir closed 1 year ago

randomir commented 2 years ago

Currently we only use metadata_api_endpoint and headers because we need to resolve regions mid Client construction, i.e. config parsing.

Blocked by #504.