Paw-Issues icon indicating copy to clipboard operation
Paw-Issues copied to clipboard

MessagePack deserialization

Open Isuru-Nanayakkara opened this issue 9 years ago • 4 comments

Can you please add deserialization for API responses returned in MessagePack format?

Isuru-Nanayakkara avatar Jul 07 '16 18:07 Isuru-Nanayakkara

That's a great idea! 😄 We will try to add this next. An easy thing we can do is to convert MessagePack to JSON and display them as if they were JSON responses. May be a temporary fix.

mittsh avatar Aug 30 '16 08:08 mittsh

I just found this on google after hoping for the same, It'd be good to use the JSON request build tools, convert to msgpack, make request, receive msgpack, convert to JSON -> display result

trinode avatar Oct 14 '16 23:10 trinode

Yep that's the idea @trinode 😄 We're currently planning these features…

mittsh avatar Oct 15 '16 09:10 mittsh

Any updates on this? That would be really useful for us

trinode avatar Dec 27 '17 10:12 trinode