Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
1.86k stars 81 forks source link

my response body not word wrap #27

Closed ajitirto closed 5 months ago

ajitirto commented 5 months ago

i am hit this [https://dummyjson.com/products] but show result respond like this ?

{"products":[{"id":1,"title":"iPhone 9","description":"An apple mobile which is nothing like a█

image

Julien-cpsn commented 5 months ago

Hello!

In the current application state, no json prettifier has been implemented. I am looking forward to implement one before v1.0.0. Since my test APIs are all prettified by default I did not even notice haha

Thanks for your feedback

Julien-cpsn commented 5 months ago

Also, if you change the result tab at least one time (don't ask me why, it's a bug), you will be able to scroll your result with ctrl + keys

Julien-cpsn commented 5 months ago

Added pretty printer in https://github.com/Julien-cpsn/ATAC/commit/002c7f37d9f7bef3991d387ada4c0d701f9404ce Will come out in v0.13.0