ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link

Add simple rest client #215

Closed stufisher closed 2 years ago

stufisher commented 2 years ago

In development switching between admin and normal users is painful using swagger-ui. This provides a simple client that can be used to connect to the API in normal and admin mode and make quick requests.

Closes https://github.com/ispyb/py-ispyb/issues/184