qiskit-serverless
qiskit-serverless copied to clipboard
Remove extra end-points for api/v1/
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.