qiskit-serverless icon indicating copy to clipboard operation
qiskit-serverless copied to clipboard

Remove extra end-points for api/v1/

Open Tansito opened this issue 10 months ago • 1 comments

Steps to reproduce the problem

In Swagger we can see that we have several number of end-points available to the user due to the use of Viewset. Taking into account that our API it's not a typical CRUD I propose to remove the use of Viewset for GenericAPIView and specify manually those end-points that we are going to use.

Tansito avatar Mar 28 '24 18:03 Tansito