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

Refactor `get_regions()` to use cache from `CachingSession` #647

Closed randomir closed 1 month ago

randomir commented 1 month ago

Drop the custom implementation done for regions/get_regions(), and use the caching support provided by low-level API's CachingSession, as implemented in #645.