Infleqtion / client-superstaq

https://superstaq.readthedocs.io
Apache License 2.0
84 stars 19 forks source link

Add get_user_info functionality #1002

Closed cdbf1 closed 1 month ago

cdbf1 commented 1 month ago

Add functionality to query the new /get_user_info server endpoint.

Closes #1001

natibek commented 1 month ago

This looks good but there are a few docstring nits. pylint was supposed to catch them but we found out we did not enable the optional checks in the docparams plugin to check if docstrings have information about what functions return and raise.