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

Allow partial decoration of `Resource` methods with `@accepts` #544

Closed randomir closed 1 year ago

randomir commented 1 year ago

Currently, all methods of a particular Resource class have to be decorated with accepts, or none. Mixing is not allowed.