kshitij10496 / hercules

The mighty hero helping you build projects on top of IIT Kharagpur's academic data
https://hercules-10496.herokuapp.com/api/v1/static/index.html
MIT License
34 stars 18 forks source link

Pretty JSON response from API endpoints #26

Closed kshitij10496 closed 5 years ago

kshitij10496 commented 5 years ago

At the moment, the JSON response from the API is raw and hinders human readability. It would be ideal if we could prettify the responses.

Possible Fix: The task would probably require edits in the JSON Encoder present in RespondWithJSON.

References

preetham commented 5 years ago

Can I work on this ?

kshitij10496 commented 5 years ago

Sure! Give it a go. If you have any questions, post them here.

kshitij10496 commented 5 years ago

Hey @kamidipreetham 👋 Let me know if you are facing any issues with the fix. 😄

jegutierrez commented 5 years ago

Hey @kshitij10496, @kamidipreetham I send a PR, let me know what do you think about the solution 😄