fossasia / pslab-webapp

PSLab Web App https://pslab.io
Apache License 2.0
1.47k stars 42 forks source link

Make use of flask-RESTful extension to create API centric structure #99

Open Pipe-Runner opened 5 years ago

Pipe-Runner commented 5 years ago

Actual Behaviour

Currently, the flask backend is making use of the primitive method which is provided by the framework as default

Expected Behaviour

We can make use of https://flask-restful.readthedocs.io/en/latest/ extension to take better advantage of the backend and make it more API centric. The extension will help us create api endpoint with ease by reducing the complexity of code by abstracting away most of the technicalities.

Would you like to work on the issue?

Yes

aker99 commented 5 years ago

Can you please elaborate the issue. And are u still working on it?

Pipe-Runner commented 5 years ago

Can you please elaborate the issue. And are u still working on it?

No, I am not... Ping us on the Gitter channel for more details.

samjain2907 commented 4 years ago

@CloudyPadmal @AakashMallik @mariobehling Is it still a valid issue? If yes, I would like to start working on it.