Open nesterov-n opened 7 years ago
just what I want
Please, integrate this new feature! Regards Angelo
+1 to this request. It would make a huge difference to the way we work.
I would like a more general solution, where we can write plugins to serialize, deserialize and format the data. But if we at least can get protobuf I would love it.
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
This is basically the only thing that keeps me from paying for Postman
EDIT: BTW, this +1 is for a generic serialization/deserialization plugin framework or at least one that also includes thrift.
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
google protocol buffers is popular serialisation method. It would be great to get support of it in Postman app. Example scenario for POST requests with protobuf body: User writes data in protobuf text format. like this:
Then user specifies FileDescriptorSet describing binary message format (file itself, or better http link to it). Postman app serialises data in binary format using FileDescriptorSet and performs request.
FileDescriptorSet also can be used for representing response body.